2.0.0b10
catchment modelling framework
Loading...
Searching...
No Matches
aerodynamic_resistance Class Referenceabstract

Abstract class. Child classes can be used to calculate aerodynamic resistances against turbulent heat fluxes. More...

+ Inheritance diagram for aerodynamic_resistance:

Detailed Description

Abstract class. Child classes can be used to calculate aerodynamic resistances against turbulent heat fluxes.

Public Types

typedef std::shared_ptr< aerodynamic_resistanceptr
 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)