public double GetEnthalpyFromPressureAndTemperature(double p, double t) { return(thermalPropCalculator.CalculateEnthalpyFromPressureAndTemperature(p, t, moisture)); }