Description Usage Arguments Value Author(s) Examples
Calculates the humidity ratio from relative humidity and temperature. Eq. 25 & 12 - ASHRAE Fundamentals Handbook 2002, Psychrometrics.
1  | hum_ratio_rel_hum(rel.hum, temp.air, hum.ratio.max, alt = 0)
 | 
rel.hum | 
 Vector of relative humidities [%].  | 
temp.air | 
 Vector of air temperatures [degC].  | 
hum.ratio.max | 
 Max humidity ratio on psychrometric chart [kg/kg].  | 
alt | 
 Vector of altitudes [m]. Defaults to 0 m (sea level).  | 
Returns a vector of humidity ratios [kg/kg].
Christoffer Rasmussen
1  | hum_ratio_rel_hum(rel.hum = 60, temp.air = 25, hum.ratio.max = 0.02)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.