コード例 #1
0
 public double GetTemperatureFromPressureAndEnthalpy(double p, double h)
 {
     return(thermalPropCalculator.CalculateTemperatureFromPressureAndEnthalpy(p, h, moisture));
 }