|
2.0.0b10
catchment modelling framework
|
An abstract class to calculate the actual transpiration from potential transpiration. More...
Inheritance diagram for RootUptakeStressFunction:An abstract class to calculate the actual transpiration from potential transpiration.
Implementations of WaterStressFunction are used by ET connections derived from cmf::upslope::ET::stressedET
Public Member Functions | |
| virtual cmf::upslope::ET::RootUptakeStressFunction * | copy () const =0 |
| Creates a new copy of this wetness. | |
| virtual real | Tact (const cmf::upslope::SoilLayer *soillayer, real Tpot) const =0 |
| Calculates the water stress for a layer. | |
|
pure virtual |
Calculates the water stress for a layer.
| soillayer | The cmf::upslope::SoilLayer this stress function belongs to |
| Tpot | Potential Transpiration in mm/day (for the full profile) |
Implemented in SuctionStress, ContentStress, and VolumeStress.