Description Usage Arguments Value References Examples
Return the specific humidity from humidity ratio (aka mixing ratio).
1 | GetSpecificHumFromHumRatio(HumRatio)
|
HumRatio |
A numeric vector of humidity ratio in lb_H2O lb_Dry_Air-1 [IP] or kg_H2O kg_Dry_Air-1 [SI] |
A numeric vector of specific humidity in lb_H2O lb_Air-1 [IP] or kg_H2O kg_Air-1 [SI]
ASHRAE Handbook - Fundamentals (2017) ch. 1 eqn 9b
1 2 3 4 5 | SetUnitSystem("IP")
GetSpecificHumFromHumRatio(seq(0.006, 0.016, 0.001))
SetUnitSystem("SI")
GetSpecificHumFromHumRatio(seq(0.006, 0.016, 0.001))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.