9.0
general documentation
Loading...
Searching...
No Matches
cs_turbulence_param_t Struct Reference

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_tmodel
cs_turb_rans_model_trans_param
cs_turb_les_model_tles_param
cs_turb_ref_values_treference_values

Detailed Description

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.

Field Documentation

◆ les_param

cs_turb_les_model_t* 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

cs_turb_rans_model_t* 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

cs_turb_ref_values_t* reference_values

Set of reference values associated to the turbulence modelling


The documentation for this struct was generated from the following file: