Class AerodynamicResistanceCalculator
java.lang.Object
net.simplace.sim.components.experimental.canopytemperature.AerodynamicResistanceCalculator
- Author:
- Heidi Webber, Gunther Krauss, Andreas Enders
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final record
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionra
(double tTempHourly, double WN, double u_star, double H, double CropHeight, double iLAI, double AtmPres, double tsTcan, double zm) iterative calculation of aerodynamic resistance without assumptions of atmospheric stability ra is calculated on the basis of the atmospheric stability regime, which is determined using the Richardson number the stability correction functions depend on the Monin-Obukhov length
-
Constructor Details
-
AerodynamicResistanceCalculator
public AerodynamicResistanceCalculator()
-
-
Method Details
-
ra
public static AerodynamicResistanceCalculator.AerodynamicResistance ra(double tTempHourly, double WN, double u_star, double H, double CropHeight, double iLAI, double AtmPres, double tsTcan, double zm) iterative calculation of aerodynamic resistance without assumptions of atmospheric stability ra is calculated on the basis of the atmospheric stability regime, which is determined using the Richardson number the stability correction functions depend on the Monin-Obukhov length- Parameters:
tTempHourly
- hourly air temperatureWN
- wind speed above cropu_star
- friction velocityH
- sensible heat fluxCropHeight
- crop heightiLAI
- leaf area indexAtmPres
- atmospherictsTcan
- canopy temperaturezm
- measurement height for wind and temperature measurement, assumed equal- Returns:
- a HashMap wich contains sra, the stability correction functions for momentum and heat transfer, and Richardson number...
-