![]() |
Langley Research Center Turbulence Modeling Resource |
The Menter Shear Stress Transport Turbulence Model
This web page gives detailed information on the equations for various forms of the Menter shear stress transport (SST) turbulence model. If any particular variant has been overlooked, please report it to the page curator.
Return to: Turbulence Modeling Resource Home Page
"Standard" Menter SST Two-Equation Model (SST)
The reference for the standard implementation of the Menter SST model is:
The two-equation model (written in conservation form) is given by the following:
![\frac{\partial (\rho k)}{\partial t} + \frac{\partial (\rho u_j k)}{\partial x_j}
= \cal P - \beta^* \rho \omega k + \frac{\partial}{\partial x_j}
\left[\left(\mu + \sigma_k \mu_t \right)\frac{\partial k}{\partial x_j}\right]](sst_eqns/img2.png)
![\frac{\partial (\rho \omega)}{\partial t} + \frac{\partial (\rho u_j \omega)}{\partial x_j}
= \frac{\gamma}{\nu_t} \cal P -
\beta \rho \omega^2 + \frac{\partial}{\partial x_j}
\left[ \left( \mu + \sigma_{\omega} \mu_t \right)
\frac{\partial \omega}{\partial x_j} \right] +
2(1-F_1) \frac{\rho \sigma_{\omega 2}}{\omega} \frac{\partial k}{\partial x_j}
\frac{\partial \omega}{\partial x_j}](sst_eqns/img3.png)
Note that in the reference, the Lagrangian derivative was used, which is not identical with the proper form of these equations as written by the author and others elsewhere. The equations have been written above to be in proper conservation form, consistent with, e.g., Wilcox (in Turbulence Modeling for CFD, DCW Industries, Inc., La Canada, CA, 2006), Menter et al (in Turbulence, Heat and Mass Transfer 4, 2003, pp. 625-632), and Menter (in NASA TM 103975, 1992).



and the turbulent eddy viscosity is computed from:

Each of the constants is a blend of an inner (1) and outer (2) constant, blended via:

where
represents constant 1
and
represents constant 2.
Additional functions are given by:

![{\rm arg}_1 = {\rm min} \left[ {\rm max} \left( \frac{\sqrt{k}}{\beta^*\omega d},
\frac{500 \nu}{d^2 \omega} \right) , \frac{4 \rho \sigma_{\omega 2} k}{{\rm CD}_{k \omega} d^2} \right]](sst_eqns/img12.png)



and
is the density,
is the
turbulent kinematic viscosity,
is the
molecular dynamic viscosity, d is the distance from the field point to the nearest wall, and
is the vorticity magnitude.
Note that it is generally recommended to use a production limiter (see Menter, F. R., "Zonal Two Equation k-omega Turbulence Models for Aerodynamic Flows," AIAA Paper 93-2906, July 1993). In this reference, the term P in the k-equation is replaced by:

The boundary conditions recommended in the original reference are:




where "L is the approximate length of the computational domain," and the combination of the two farfield values should yield a freestream turbulent viscosity between 10-5 and 10-2 times freestream laminar viscosity. Thus, the farfield turbulence boundary conditions are somewhat open to interpretation. Note that the turbulence variables decay (sometimes dramatically) from their set values in the farfield for external aerodynamic problems. See the version (SST_sust) below for an alternative formulation that eliminates this decay, and provides more precise definitions for the boundary conditions.
The constants are:




Menter SST Two-Equation Model with Vorticity Source Term (SST-V)
This form of the SST model is sometimes used because vorticity magnitude
is usually readily available in
most Navier-Stokes codes. Furthermore, the vorticity source term is often nearly identical to the exact source
term in simple boundary layer flows, and the use of the vorticity term can avoid some numerical difficulties
sometimes associated with the use of the exact source term.
The reference for this usage is:
The equations are the same as for the "standard" version (SST), with the exception that the term P (in both equations) is approximated with the following:

For low-speed flows, the second term on the right hand side of this equation
is generally small compared to the first term. (For incompressible flows the second term is identically zero.)
A production limiter is still employed for the P term in the k-equation, as
described for (SST).
Menter SST Two-Equation Model from 2003 (SST-2003)
This form of the SST model has several relatively minor variations from the original SST version (SST). The reference for its usage is:
The main change is in the definition of eddy viscosity, which uses the strain invariant rather than magnitude of vorticity in its definition:

where

Another minor difference from (SST) is that the production limiter is used for both k and omega equations, and the constant is changed from 20 to 10. In other words, P in both the k and omega equations gets replaced by:

The definition of
is slightly
different in that it uses 10-10 rather than 10-20 for its second term:

Finally, the definitions of two of the constants are slightly different:

The first is higher than the original constant definition
by approximately 0.43%, and the second is lower by less than 0.08%.
Menter SST Two-Equation Model with Controlled Decay (SST-sust)
This form of the SST model eliminates the non-physical decay of turbulence variables in the freestream for external aerodynamic problems, through the addition of sustaining terms to the equations. The reference is:
The equations are:
![\frac{\partial (\rho k)}{\partial t} + \frac{\partial (\rho u_j k)}{\partial x_j}
= \cal P - \beta^* \rho \omega k + \frac{\partial}{\partial x_j}
\left[\left(\mu + \sigma_k \mu_t \right)\frac{\partial k}{\partial x_j}\right]
+\beta^* \rho \omega_{\rm amb} k_{\rm amb}](sstsust_eqns/img2.png)
![\frac{\partial (\rho \omega)}{\partial t} + \frac{\partial (\rho u_j \omega)}{\partial x_j}
= \frac{\gamma}{\nu_t} \cal P -
\beta \rho \omega^2 + \frac{\partial}{\partial x_j}
\left[ \left( \mu + \sigma_{\omega} \mu_t \right)
\frac{\partial \omega}{\partial x_j} \right] +
2(1-F_1) \frac{\rho \sigma_{\omega 2}}{\omega} \frac{\partial k}{\partial x_j}
\frac{\partial \omega}{\partial x_j}
+ \beta \rho \omega_{\rm amb}^2](sstsust_eqns/img3.png)
where everything except the last term in each equation is identical to the standard model (SST). The recommended farfield boundary conditions are somewhat different:


Here, L is no longer the "approximate length of the computational domain,"
like it was for (SST), but rather the defining length scale for the particular
problem (usually associated with some feature or scale of the aerodynamic body of interest).
In the equations,
and
are taken to be
these farfield boundary values.
The extra terms have the effect of exactly
cancelling the destruction terms in the freestream when the turbulence levels are equal to the set ambient levels.
Inside the boundary layer, they are generally orders
of magnitude smaller than the destruction terms for reasonable freestream turbulence levels
(say, Tu = 1% or less), and therefore have little effect.
The farfield boundary condition
corresponds to a freestream Tu level of 0.08165%.
Menter SST Two-Equation Model with Controlled Decay and Vorticity Source Term (SST-Vsust)
This form of the SST model combines (SST-V) and (SST-sust). The model is identical to (SST-sust), with the exception that the term P (in both equations) is approximated with the following:

For low-speed flows, the second term on the right hand side of this equation
is generally small compared to the first term. (For incompressible flows the second term is identically zero.)
A production limiter is still employed for the P term in the k-equation, as
described for (SST).
Return to: Turbulence Modeling Resource Home Page
NASA Langley
Research Center
Page Curator and Responsible NASA Official:
Chris Rumsey
Privacy
Act Statement
Last Updated: 30 October 2009
Feedback on Langley Products
and Services