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