powered by
Return saturation vapor pressure given dry-bulb temperature.
GetSatVapPres(TDryBulb)
A numeric vector of dry-bulb temperature in degreeF [IP] or degreeC [SI]
A numeric vector of vapor pressure of saturated air in Psi [IP] or Pa [SI]
ASHRAE Handbook - Fundamentals (2017) ch. 1 eqn 5 & 6
# NOT RUN { SetUnitSystem("IP") GetSatVapPres(80:100) SetUnitSystem("SI") GetSatVapPres(20:30) # }
Run the code above in your browser using DataLab