k-ω Shear Stress Transport (SST)
Properties
- Two equation model for the turbulence kinetic energy, , and turbulence specific dissipation rate, .
- Aims to overcome the defficiencies of the standard k-omega model wrt dependency on the freestream values of k and omega
- Able to capture flow separation
- OpenFOAM variant is based on the 2003 model 49
Model equations
The turbulence specific dissipation rate equation is given by:
and the turbulence kinetic energy by:
The turbulence viscosity is obtained using:
Default model coefficients
0.85 | 1.0 | 0.5 | 0.856 | 0.075 | 0.0828 | 5/9 | 0.44
0.09 | 0.31 | 1.0 | 10.0
Initialisation
For isotropic turbulence, the turbulence kinetic energy can be estimated by:
where is the intensity, and a reference velocity. The turbulence specific dissipation rate follows as:
where is a constant equal to 0.09, and a reference length scale.
Usage
The model is specified using:
RAS
{
turbulence on;
RASModel kOmegaSST;
}
Boundary conditions
Inlet
Outlet
Walls
- wall functions
Further information
Source code:
References:
- Base model: Menter and Esch 48
- Updated model: Menter et al. 49
- Corrections: consistent production terms from the 2001 paper as form in the 2003 paper is a typo, see 52
- F3 term for rough walls: Hellsten 24
See also: