powered by
Return dew-point temperature given dry-bulb temperature and vapor pressure.
GetTDewPointFromVapPres(TDryBulb, VapPres)
A numeric vector of dry-bulb temperature in degreeF [IP] or degreeC [SI]
A numeric vector of partial pressure of water vapor in moist air 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 eqn. 5 and 6
# NOT RUN { SetUnitSystem("IP") GetTDewPointFromVapPres(70:80, seq(0.0149, 0.0249, 0.001)) SetUnitSystem("SI") GetTDewPointFromVapPres(70:80, 12581:12591) # }
Run the code above in your browser using DataLab