|
2.0.0b10
catchment modelling framework
|
A simple water content based stress model based on Feddes (1978) More...
Inheritance diagram for ContentStress:
Collaboration diagram for ContentStress:A simple water content based stress model based on Feddes (1978)
stress a is piecewise linear function based on water content
The parameters \(\theta_{d,w}\) can be omitted (or set to a negative value) to use default values derived from the layer properties. The critical water content (where stress starts) is then defined (conf. Feddes 1978) as the center between field capacity ( \(\theta_{fc}\)) and the wilting point ( \(\theta_{wp}\)).
Public Member Functions | |
| ContentStress (real theta_d=-1, real theta_w=-1) | |
| Creates a new ContentStress for critical water content theta_d in vol Water/vol Soil and wilting point theta_w. | |
| cmf::upslope::ET::ContentStress * | copy () const |
| Creates a new copy of this wetness. | |
| virtual real | Tact (const cmf::upslope::SoilLayer *soillayer, real Tpot) const |
| Calculates the water stress for a layer. | |
|
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) |
Implements RootUptakeStressFunction.