Encyclopaedia Index

Back to start of turbulence-model article

3.4.11 The k-ω SST turbulence model

Contents

  1. Introduction
  2. Description of the model
  3. Boundary conditions
  4. Activation of the model
  5. Sources of further information

1. Introduction

The Menter [1992] k-ω SST (shear stress transport) model is an extension of Menter's k-ω model that accounts for the transport of the turbulent shear stress and so offers improved predictions of flow separation under adverse pressure gradients. The model differs from Menter's k-ω model in that a limiter is applied to the eddy-viscosity relationship, but the complete set of mode equations are given below for completeness.

2. Description of the model

Menter's k-ω SST model may be summarised as follows:

∂(ρ*k)/∂t + ∇.(ρ*U*k) = ∇.(ρ*{νltk} k)+ ρ*(Pk - ε) (2.1)
∂(ρ*ω)/∂t + ∇.(ρ*U*ω) = ∇.(ρ*{νltω}ω) + ρ*ω*(γ*Pk/k - β*ω) + 2*(1-F1)*{ρ*σω2/ω}*kω (2.2)
νt = ( a1*k )/ max [a1*ω, S*F2] (2.3)
Pk = νt*(∇U + ∇U)t):U (2.4)
ε = CD*ω*k (2.5)
S = (∇U + ∇U)t)/2 (2.6)

wherein: ρ is the density; νl and νt are the laminar and turbulent kinematic viscosities; Pk is the volumetric production rate of k; and F1 and F2 are blending functions defined by:

F1 = tanh(A14) (2.7)
A1 = min [ max { √k/(CDωδ), 500ν/(ωδ2) },  4*k*σω2/(Dωδ2) ] (2.8)
Dω= max [ 2{σω2/ω}*kω , 10-10 ] (2.9)
F2 = tanh(A24) (2.10)
A2 = max [ 2√k/(CDωδ), 500ν/(ωδ2)] (2.11)

where δ is the distance to the nearest wall.

The constants φ of the model are calculated from the constants φ1 and φ2, as follows:

φ=F11+(1-F1)*φ1 (2.12)

where φ1 represents constant 1 and φ2 represents constant 2. The constants are:

σk1=0.5, σω1=0.5, β1=0.075,

σk2=1.0, σω2=0.856, β2=0.0828,

CD=0.09, C=5/9, C=3/40.

3. Boundary Conditions

3.1 Wall boundary conditions

The high-Re k-ω model can be used with equilibrium (GRND2), non-equilibrium (GRND3) and scalable wall functions, as well as with fully-rough wall functions (GRND5). For GRND2 wall functions, the following boundary conditions are applied for the turbulence variables:

k=Uτ2/√CD (3.1)
ω=Uτ/(√CD*κ*δ) (3.2)

where Uτ is the resultant friction velocity ( = √(τw/ρ) ), τw is the wall shear stress, δ is the normal distance of the first grid point from the wall, and k is von Karman's constant.

If the low-Re version is selected, then k=0 at the wall and the following condition is applied for ω at the near-wall grid point:

ω=2.*νl/(C2) (3.3)

3.2 Inlet conditions


At mass-inflow boundaries, the inlet values of k and ω are usually unknown, and one needs to take guidance from experimental data for similar flows. The simplest practice is to assume uniform values of k and ω computed from:

k = (I*U)2 (3.5)
ω = ε/(CD*k) (3.6)
ε=CD3/4*k3/2/Lm (3.7)

where U is the bulk inlet velocity, I is the turbulent intensity (typically in the range 0.01<.I< 0.05) and the mixing length Lm ~ 0.1H, where H is a characteristic inlet dimension, say the hydraulic radius of the inlet pipe.

3.3 Free-stream conditions

At free (entrainment) boundaries, where a fixed-pressure condition is employed, it is necessary to prescribe free stream values for k and ω. If the ambient stream is assumed to be free of turbulence, then k and ε can be set to negligibly small values and ω can then be calculated from eqn(2.5).

4. Activation of the model

The high-Re form of k-ω model is activated by inserting the PIL command TURMOD(KWSST) in the Q1 file, which is equivalent to the following PIL commands:

  
   PATCH(KWSOURCE,PHASEM, 1, NX, 1, NY, 1, NZ, 1, 1)
   COVAL(KWSOURCE,KE , GRND4 , GRND4 )
   COVAL(KWSOURCE,OMEG, GRND4 , GRND4 )
   IENUTA =19 ; DISWAL
   PRT(KE)=1.E10;PRT(OMEG)=1.E10
   PRNDTL(KE)=GRND6;PRNDTL(OMEG)=GRND6 
   PATCH(KWSOGD,PHASEM,1,NX,1,NY,1,NZ,1,LSTEP)
   COVAL(KWSOGD,OMEG,GRND4,GRND4) 
   STORE(EP,BF1,BF2,GEN1)
 
The coding for the Menter k-ω model is mainly in the file GXKW_MENTER.for, but the eddy-viscosity relationship is coded in the file GXKNVST.FOR, and the variable turbulent Prandtl numbers for k and ω are computed in the file GXPRNDTL.FOR. The generation rate used in the source terms can be stored by the command STORE(GENK), and likewise the mean rate of strain by STORE(GEN1), which is equal to √GEN1.

The low-Re form is activated by the setting TURMOD(KWSST-LOWRE), which is equivalent to TURMOD(KWSST) but with IENUTA=20.

The WALL and CONPOR commands automatically create the required COVALs for wall boundaries, i.e.

COVAL(WALLN,KE,GRND2,GRND2); COVAL(WALLN,OMEG,GRND2,GRND2)

for the high-Re version, and

COVAL(WALLN,KE,1.0,0.0); COVAL(WALLN,OMEG,GRND2,GRND2)

for the low-Re version.

Further information on wall functions can be found at here.

5. Sources of further information

A number of Q1 files may be found in the advanced-turbulence-models library which demonstrate the use of the model.

  1. F.R.Menter, 'Improved two-equation k-ω turbulence model for aerodynamic flows', NASA TM-103975, (1992).
  2. C.G.Speziale, R.Abid and E.C.Anderson, 'A critical evaluation of two-equation turbulence models for near-wall turbulence', AIAA Paper 90-1481, (1990).
  3. D.C.Wilcox, 'Reassessment of the scale determining equation for advanced turbulence models', AIAA J., Vol.26, No.11, p1299, (1988).
  4. D.C.Wilcox, 'Turbulence modelling for CFD' DCW Industries, La Canada, California, USA, (1993).

See also the Instruction Course lectures on Turbulence Modelling.