net.simplace.sim.components.experimental.canopytemperature.AerodynamicResistanceCalculator




public class AerodynamicResistanceCalculator {
// Public Constructors
public AerodynamicResistanceCalculator();


// Class Methods
public static HashMap 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
returns a HashMap wich contains sra, the stability correction functions for momentum and heat transfer, and Richardson number...


}