RANS turbulence model descriptor. More...
#include <cs_turbulence_model.h>
Data Fields | |
int | irccor |
int | itycor |
int | idirsm |
int | iclkep |
int | igrhok |
int | has_buoyant_term |
int | ikecou |
int | reinit_turb |
int | irijco |
int | irijnu |
int | irijrb |
int | irijec |
int | iclsyr |
int | iclptr |
int | ikwcln |
double | xlomlg |
int | dissip_buo_mdl |
RANS turbulence model descriptor.
Members of this turbulence model are publicly accessible, to allow for concise syntax, as it is expected to be used in many places.
int dissip_buo_mdl |
Turbulent dissipation buoyant production model
Useful if and only if order = CS_TURB_SECOND_ORDER (
int has_buoyant_term |
Indicates if the terms related to gravity are taken into account in the equations of
int iclkep |
Indicates the clipping method used for
int iclptr |
partial implicitation of wall BCs of
int iclsyr |
partial implicitation of symmetry BCs of
int idirsm |
turbulent diffusion model for second moment closure
int igrhok |
Indicates if the term
int ikecou |
Indicates if the coupling of the source terms of
int ikwcln |
Wall boundary condition on omega in k-omega SST 0: Deprecated Neumann boundary condition 1: Dirichlet boundary condition consistent with Menter's original model: w_wall = 60*nu/(beta*d**2)
int irccor |
activation of rotation/curvature correction for an eddy viscosity turbulence models
int irijco |
coupled solving of Rij
int irijec |
Indicates if the wall echo terms in
int irijnu |
pseudo eddy viscosity in the matrix of momentum equation to partially implicit
int irijrb |
accurate treatment of
int itycor |
int reinit_turb |
Advanced re-init for EBRSM and k-omega models
double xlomlg |
mixing length for the mixing length model
Useful if and only if model= CS_TURB_MIXING_LENGTH (mixing length).