1#ifndef CS_LAGR_PRECIPITATION_H
2#define CS_LAGR_PRECIPITATION_H
#define BEGIN_C_DECLS
Definition: cs_defs.h:528
double cs_real_t
Floating-point value.
Definition: cs_defs.h:332
#define END_C_DECLS
Definition: cs_defs.h:529
void cs_lagr_precipitation_injection(cs_real_t *vela, cs_real_t *val)
Management of the injection of particles formed by precipitation.
Definition: cs_lagr_precipitation_model.cpp:261
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.
Definition: cs_lagr_precipitation_model.cpp:112