Description Usage Arguments Value Author(s) See Also Examples
Calculates partial water vapour pressure. Eq. 36 - ASHRAE Fundamentals Handbook 2002, Psychrometrics.
1 | par_w_press(hum.ratio, alt = 0)
|
hum.ratio |
Vector of humidity ratios [kg/kg]. |
alt |
Vector of altitudes [m]. Defaults to 0 m (sea level). |
Returns a vector of partial water vapour pressure [kPa].
Christoffer Rasmussen
Other PsychrometricGraph: bar_press,
dewpoint, enthalpy_intersect,
enthalpy, hum_ratio_enthalpy,
hum_ratio_rel_hum, hum_ratio,
my_round,
psychrometric_chart,
sat_hum_ratio, sat_w_press,
slope_rel_hum,
theme_climateeng_psy,
theme_parms
1 2 3 4 5 | par_w_press(hum.ratio = 0.010)
hum.ratio <- rep(c(0.005, 0.010), 2)
alt <- rep(c(0, 500), each = 2)
par_w_press(hum.ratio, alt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.