powered by
Return moist air specific volume given dry-bulb temperature, humidity ratio, and pressure.
GetMoistAirVolume(TDryBulb, HumRatio, Pressure)
A numeric vector of dry-bulb temperature in degreeF [IP] or degreeC [SI]
A numeric vector of humidity ratio in lb_H2O lb_Air-1 [IP] or kg_H2O kg_Air-1 [SI]
A numeric vector of atmospheric pressure in Psi [IP] or Pa [SI]
A numeric vector of specific volume of moist air in ft3 lb-1 of dry air [IP] or in m3 kg-1 of dry air [SI]
ASHRAE Handbook - Fundamentals (2017) ch. 1 eqn 26
# NOT RUN { SetUnitSystem("IP") GetMoistAirVolume(80:100, 0.02, 14.175) SetUnitSystem("SI") GetMoistAirVolume(20:30, 0.02, 95461) # }
Run the code above in your browser using DataLab