Go to the source code of this file.
◆ cs_atmo_aerosol_nuclea()
Compute aerosol cloud droplets nucleation when using the atmospheric humid model using a microphysical model.
It is taken into account as an additional step split from advection-diffusion equation, hence the droplet number is first clipped if necessary.
- Parameters
-
| [out] | f_ntdrp | droplet number field in 1/cm**3 |
| [in] | rom | density of air in kg/m**3 |
◆ cs_atmo_scalar_source_term()
| void cs_atmo_scalar_source_term |
( |
int |
f_id, |
|
|
cs_real_t |
st_exp[] |
|
) |
| |
Additional right-hand side source terms for scalar equations taking into account dry and humid atmospheric variables. If 1D atmospheric radiative module is used additional source terms for the thermal scalar equation to take into account the radiative forcing.
- Parameters
-
| [in] | f_id | field id |
| [in,out] | exp_st | Explicit source term |
Additional right-hand side source terms for scalar equations taking into account dry and humid atmospheric variables. If 1D atmospheric radiative module is used additional source terms for the thermal scalar equation to take into account the radiative forcing.
- Parameters
-
| [in] | f_id | field id |
| [in,out] | st_exp | Explicit source term |
◆ cs_atmo_source_term()
Phase change source terms - Exchange terms between the injected liquid and the water vapor phase in the bulk, humid air.
- Parameters
-
| [in] | f_id | field id |
| [in,out] | exp_st | Explicit source term |
| [in,out] | imp_st | Implicit source term |
◆ cs_atmo_source_term_for_inlet()
| void cs_atmo_source_term_for_inlet |
( |
cs_real_3_t |
exp_st[] | ) |
|
Additional right-hand side source terms for momentum equation in case of free inlet.
- Parameters
-
| [in,out] | exp_st | Explicit source term |