powered by
Return humidity ratio of saturated air given dry-bulb temperature and pressure.
GetSatHumRatio(TDryBulb, Pressure)
A numeric vector of dry-bulb temperature in degreeF [IP] or degreeC [SI]
A numeric vector of atmospheric pressure in Psi [IP] or Pa [SI]
A numeric vector of humidity ratio of saturated air in lb_H2O lb_Air-1 [IP] or kg_H2O kg_Air-1 [SI]
ASHRAE Handbook - Fundamentals (2017) ch. 1 eqn 36, solved for W
# NOT RUN { SetUnitSystem("IP") GetSatHumRatio(80:100, 14.696) SetUnitSystem("SI") GetSatHumRatio(20:30, 101325) # }
Run the code above in your browser using DataLab