1 #ifndef __CS_LAGR_OPTIONS_H__ 2 #define __CS_LAGR_OPTIONS_H__ void lagstati(void)
Lagrangian module initialize statistics fields.
Definition: cs_lagr_options.c:232
real(c_double), pointer, save dtref
reference time step
Definition: optcal.f90:434
#define BEGIN_C_DECLS
Definition: cs_defs.h:448
int cs_int_t
Fortran-compatible integer.
Definition: cs_defs.h:295
double cs_real_t
Floating-point value.
Definition: cs_defs.h:296
integer, save isuite
Definition: optcal.f90:375
integer(c_int), pointer, save iccvfg
Definition: optcal.f90:709
integer(c_int), pointer, save iscalt
index of the thermal scalar (temperature, energy of enthalpy), the index of the corresponding variabl...
Definition: optcal.f90:494
#define END_C_DECLS
Definition: cs_defs.h:449
#define CS_PROCF(x, y)
Definition: cs_defs.h:472
void lagopt(cs_int_t *isuite, cs_int_t *iccvfg, cs_int_t *iscalt, cs_real_t *dtref)
Lagrangian module initialization 1) Initialisation par defaut du parametrage du module lagrangien 2) ...
Definition: cs_lagr_options.c:218
void cs_lagr_option_definition(cs_int_t *isuite, cs_int_t *iccvfg, cs_int_t *iscalt, cs_real_t *dtref)
Lagrangian module initialization 1) Initialisation par defaut du parametrage du module lagrangien 2) ...
Definition: cs_lagr_options.c:262