powered by
Return dew-point temperature given dry-bulb temperature, wet-bulb temperature, and pressure.
GetTDewPointFromTWetBulb(TDryBulb, TWetBulb, Pressure)
A numeric vector of dry-bulb temperature in degreeF [IP] or degreeC [SI]
A numeric vector of wet-bulb temperature in degreeF [IP] or degreeC [SI]
A numeric vector of atmospheric pressure in Psi [IP] or Pa [SI]
A numeric vector of dew-point temperature in degreeF [IP] or degreeC [SI]
ASHRAE Handbook - Fundamentals (2017) ch. 1
# NOT RUN { SetUnitSystem("IP") GetTDewPointFromTWetBulb(80:100, 65.0, 14.696) SetUnitSystem("SI") GetTDewPointFromTWetBulb(25:40, 20, 101325.0) # }
Run the code above in your browser using DataLab