1#ifndef __CS_LAGR_OPTIONS_H__
2#define __CS_LAGR_OPTIONS_H__
70 int have_thermal_model,
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
double cs_real_t
Floating-point value.
Definition: cs_defs.h:342
#define END_C_DECLS
Definition: cs_defs.h:543
void cs_lagr_options_definition(int is_restart, int have_thermal_model, cs_real_t dtref, int *iccvfg)
Lagrangian module options definition.
Definition: cs_lagr_options.cpp:219
integer(c_int), pointer, save iccvfg
indicates whether the dynamic field should be frozen or not:
Definition: optcal.f90:532
real(c_double), pointer, save dtref
Reference time step.
Definition: optcal.f90:206