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 | idifre |
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.
dissip_buo_mdl |
Turbulent dissipation buoyant production model
Useful if and only if order = CS_TURB_SECOND_ORDER ( model).
has_buoyant_term |
Indicates if the terms related to gravity are taken into account in the equations of .
iclkep |
Indicates the clipping method used for and
, for the
and v2f models
iclptr |
partial implicitation of wall BCs of
iclsyr |
partial implicitation of symmetry BCs of
idifre |
whole treatment of the diagonal part of the diffusion tensor of and
idirsm |
turbulent diffusion model for second moment closure
igrhok |
Indicates if the term is taken into account in the velocity equation.
ikecou |
Indicates if the coupling of the source terms of and
or
and
is taken into account or not.
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)
irccor |
activation of rotation/curvature correction for an eddy viscosity turbulence models
irijco |
coupled solving of Rij
irijec |
Indicates if the wall echo terms in LRR model are taken into account:
irijnu |
pseudo eddy viscosity in the matrix of momentum equation to partially implicit
irijrb |
accurate treatment of at the boundary (see cs_boundary_condition_set_coeffs)
itycor |
reinit_turb |
Advanced re-init for EBRSM and k-omega models
xlomlg |
mixing length for the mixing length model
Useful if and only if model= CS_TURB_MIXING_LENGTH (mixing length).