#include "cs_defs.h" Include dependency graph for cs_lagr_precipitation_model.h:
 Include dependency graph for cs_lagr_precipitation_model.h:Go to the source code of this file.
| Functions | |
| void | cs_lagr_precipitation_mass_st (cs_real_t dtref, const cs_real_t crom[], const cs_real_t cvar_scal[], cs_real_t crvexp[]) | 
| Mass source term due to precipitation.  More... | |
| void | cs_lagr_precipitation_injection (cs_real_t *vela, cs_real_t *val) | 
| Management of the injection of particles formed by precipitation.  More... | |
Management of the injection of particles formed by precipitation.
| [in] | vela | pointer to fluid velocity array (per cell) | 
| [out] | val | number of particles to inject (with weight) | 
| void cs_lagr_precipitation_mass_st | ( | cs_real_t | dtref, | 
| const cs_real_t | crom[], | ||
| const cs_real_t | cvar_scal[], | ||
| cs_real_t | crvexp[] | ||
| ) | 
Mass source term due to precipitation.
| [in] | dtref | pointer to reference time step | 
| [in] | crom | pointer to density value | 
| [in] | cvar_scal | pointer to scal value | 
| [out] | crvexp | explicit part of the source term |