1 #ifndef ERF_FORESTDRAG_H_
2 #define ERF_FORESTDRAG_H_
5 #include <AMReX_MultiFab.H>
22 const amrex::DistributionMapping& dm,
23 amrex::Geometry& geom,
24 amrex::MultiFab* z_phys_nd);
Definition: ERF_ForestDrag.H:13
ForestDrag(std::string forestfile)
Definition: ERF_ForestDrag.cpp:9
amrex::Vector< amrex::Real > m_diameter_forest
Definition: ERF_ForestDrag.H:34
amrex::Vector< amrex::Real > m_laimax_forest
Definition: ERF_ForestDrag.H:37
amrex::Vector< amrex::Real > m_lai_forest
Definition: ERF_ForestDrag.H:36
amrex::Vector< amrex::Real > m_x_forest
Definition: ERF_ForestDrag.H:31
amrex::Vector< amrex::Real > m_height_forest
Definition: ERF_ForestDrag.H:33
amrex::Vector< amrex::Real > m_cd_forest
Definition: ERF_ForestDrag.H:35
amrex::MultiFab * get_drag_field()
Definition: ERF_ForestDrag.H:27
std::unique_ptr< amrex::MultiFab > m_forest_drag
Definition: ERF_ForestDrag.H:38
amrex::Vector< amrex::Real > m_type_forest
Definition: ERF_ForestDrag.H:30
void define_drag_field(const amrex::BoxArray &ba, const amrex::DistributionMapping &dm, amrex::Geometry &geom, amrex::MultiFab *z_phys_nd)
Definition: ERF_ForestDrag.cpp:32
amrex::Vector< amrex::Real > m_y_forest
Definition: ERF_ForestDrag.H:32