Calculation of the density of humid air.
More...
Calculation of the density of humid air.
- Parameters
-
[in] | ywm | air water mass fraction |
[in] | t_liq | liquid temperature |
[in] | p | pressure |
[out] | yw_liq | liquid water mass fraction |
[out] | t_h | temperature of humid air in Celsius |
[out] | rho_h | density of humid air |
◆ cs_rho_humidair()
subroutine cs_rho_humidair |
( |
real(c_double), value | ywm, |
|
|
real(c_double), value | t_liq, |
|
|
real(c_double), value | p, |
|
|
real(c_double), intent(out) | yw_liq, |
|
|
real(c_double), intent(out) | t_h, |
|
|
real(c_double), intent(out) | rho_h ) |
The documentation for this interface was generated from the following file: