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:233
real(c_double), pointer, save dtref
Reference time step.
Definition: optcal.f90:545
#define BEGIN_C_DECLS
Definition: cs_defs.h:451
int cs_int_t
Fortran-compatible integer.
Definition: cs_defs.h:296
double cs_real_t
Floating-point value.
Definition: cs_defs.h:297
integer, save isuite
Indicator of a calculation restart (=1) or not (=0). This value is set automatically by the code; dep...
Definition: optcal.f90:405
integer(c_int), pointer, save iccvfg
Definition: optcal.f90:954
integer(c_int), pointer, save iscalt
Index of the thermal scalar (temperature, energy or enthalpy)
Definition: optcal.f90:640
#define END_C_DECLS
Definition: cs_defs.h:452
#define CS_PROCF(x, y)
Definition: cs_defs.h:465
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:219
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:263