Description Usage Arguments Value Author(s) See Also Examples
Calculates the humidity ratio from relative humidity and temperature. Eq. 25 & 12 - ASHRAE Fundamentals Handbook 2002, Psychrometrics.
1 | hum_ratio(rel.hum, temp.air, alt = 0)
|
rel.hum |
Vector of relative humidities [%]. |
temp.air |
Vector of air temperatures [degC]. |
alt |
Vector of altitudes [m]. Defaults to 0 m (sea level). |
Returns a vector of humidity ratios [kg/kg].
Christoffer Rasmussen
Other PsychrometricGraph: bar_press,
dewpoint, enthalpy_intersect,
enthalpy, hum_ratio_enthalpy,
hum_ratio_rel_hum, my_round,
par_w_press,
psychrometric_chart,
sat_hum_ratio, sat_w_press,
slope_rel_hum,
theme_climateeng_psy,
theme_parms
1 | hum_ratio(rel.hum = 60, temp.air = 25, alt = 0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.