9.1
general documentation
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:

Public Attributes

cs_turb_model_tmodel
 
cs_turb_rans_model_trans_param
 
cs_turb_les_model_tles_param
 
cs_turb_ref_values_treference_values
 
bool shared_from_legacy
 

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.

Member Data Documentation

◆ les_param

les_param

Main set of parameters to handle LES modelling. This structure is shared with the legacy part. LES means Large Eddy Simulation

◆ model

model

Main set of parameters to handle turbulence modelling. This structure is shared with the legacy part.

◆ rans_param

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

reference_values

Set of reference values associated to the turbulence modelling

◆ shared_from_legacy

shared_from_legacy

Indicate if the turbulence computing is done in Legacy and turbulent viscosity is shared (Only for 1st order models)


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