 |
6.3
general documentation
|
|
Go to the documentation of this file. 1 #ifndef __CS_LAGR_OPTIONS_H__
2 #define __CS_LAGR_OPTIONS_H__
70 int have_thermal_model,
integer, save isuite
Indicator of a calculation restart (=1) or not (=0). This value is set automatically by the code; dep...
Definition: optcal.f90:282
#define END_C_DECLS
Definition: cs_defs.h:493
integer(c_int), pointer, save iccvfg
indicates whether the dynamic field should be frozen or not:
Definition: optcal.f90:814
double cs_real_t
Floating-point value.
Definition: cs_defs.h:304
#define BEGIN_C_DECLS
Definition: cs_defs.h:492
real(c_double), pointer, save dtref
Reference time step.
Definition: optcal.f90:397
void cs_lagr_options_definition(int isuite, int have_thermal_model, cs_real_t dtref, int *iccvfg)
Lagrangian module options definition.
Definition: cs_lagr_options.c:217