|
2.0.0b10
catchment modelling framework
|
Abstract class. Child classes can be used to calculate aerodynamic resistances against turbulent heat fluxes. More...
Inheritance diagram for aerodynamic_resistance:Abstract class. Child classes can be used to calculate aerodynamic resistances against turbulent heat fluxes.
Public Types | |
| typedef std::shared_ptr< aerodynamic_resistance > | ptr |
| shared pointer | |
Public Member Functions | |
| virtual void | get_aerodynamic_resistance (double &r_ag, double &r_ac, cmf::math::Time t) const =0 |
| aerodynamic resistance from ground to atmosphere (r_ag) and from canopy to atmosphere (r_ac) | |