Turbulence model general options descriptor. More...
#include <cs_turbulence_model.h>
Collaboration diagram for cs_turb_model_t:Public Member Functions | |
| DISABLE_WARNING_PUSH | DISABLE_WARNING (-Wdeprecated-declarations) cs_turb_model_t() |
| Default constructor with suppression of deprecated declarations, needed to hide warnings simply induced by including this header file. More... | |
Public Attributes | |
| DISABLE_WARNING_POP int | model {-999} |
| int & | iturb {model} |
| int | itytur {-999} |
| int | hybrid_turb {0} |
| int | type {-1} |
| int | order {-1} |
| int | high_low_re {-1} |
Turbulence model general options descriptor.
Members of this turbulence model are publicly accessible, to allow for concise syntax, as it is expected to be used in many places.
|
inline |
Default constructor with suppression of deprecated declarations, needed to hide warnings simply induced by including this header file.
| int high_low_re {-1} |
Order of the turbulence model:
| hybrid_turb {0} |
Type of hybrid turbulence model
| int& iturb {model} |
turbulence model
| itytur {-999} |
class of turbulence model (integer value model/10, deprecated)
| model {-999} |
turbulence model
| order {-1} |
Type of turbulence modelling:
CS_TURB_HYBRID: RANS – LES modelling
Order of the turbulence model:
| type {-1} |
Type of Hybrid Turbulence Model
CS_HYBRID_HTLES: Hybrid Temporal Large Eddy Simulation
Type of modelling