#include "cs_defs.h"#include <stdio.h>#include <assert.h>#include <string.h>#include "bft_mem.h"#include "bft_printf.h"#include "cs_base.h"#include "cs_field.h"#include "cs_file.h"#include "cs_gui_particles.h"#include "cs_gui_util.h"#include "cs_mesh_location.h"#include "cs_parameters.h"#include "cs_parameters_check.h"#include "cs_physical_model.h"#include "cs_turbulence_model.h"#include "cs_lagr.h"#include "cs_lagr_event.h"#include "cs_lagr_particle.h"#include "cs_lagr_post.h"#include "cs_lagr_prototypes.h"#include "cs_lagr_options.h" Include dependency graph for cs_lagr_options.c:
 Include dependency graph for cs_lagr_options.c:| Functions | |
| void | cs_lagr_options_definition (int isuite, int have_thermal_model, cs_real_t dtref, int *iccvfg) | 
| Lagrangian module options definition.  More... | |
| void cs_lagr_options_definition | ( | int | isuite, | 
| int | have_thermal_model, | ||
| cs_real_t | dtref, | ||
| int * | iccvfg | ||
| ) | 
Lagrangian module options definition.
| [in] | isuite | |
| [in] | have_thermal_model | |
| [in] | dtref | |
| [in,out] | iccvfg |