Structure storing the parameters related to the resolution of the turbulence modelling. Several members are structures defined in cs_turbulence_model.h as a global variable. The purpose of this structure is to store all parameters in one place. More...
#include <cs_cdo_turbulence.h>
Collaboration diagram for cs_turbulence_param_t:Data Fields | |
| cs_turb_model_t * | model |
| cs_turb_rans_model_t * | rans_param |
| cs_turb_les_model_t * | les_param |
| cs_turb_ref_values_t * | reference_values |
Structure storing the parameters related to the resolution of the turbulence modelling. Several members are structures defined in cs_turbulence_model.h as a global variable. The purpose of this structure is to store all parameters in one place.
| les_param |
Main set of parameters to handle LES modelling. This structure is shared with the legacy part. LES means Large Eddy Simulation
| model |
Main set of parameters to handle turbulence modelling. This structure is shared with the legacy part.
| rans_param |
Main set of parameters to handle RANS modelling. This structure is shared with the legacy part. RANS means Reynolds Average Navier-Stokes
| reference_values |
Set of reference values associated to the turbulence modelling