Skip to main content

Langtry-Menter k-ω Shear Stress Transport (SST)

Properties

  • Based on the k-ω Shear Stress Transport (SST) model
  • Transition from laminar to turbulence
  • Four-equation model
  • Also known as the γReθ\gamma - Re_\theta model

Model equations

Default model coefficients

Initialisation

See kOmegaSST initialisation

Boundary conditions

Inlet

  • Intermittency:
γ=1 \gamma = 1
  • Transition momentum thickness Reynolds number:
Reθ={1173.51589.428Tu+0.2196Tu2if Tu1.3331.5(Tu0.5658)0.671if Tu>1.3 Re_\theta = \begin{cases} 1173.51 - 589.428 Tu + \frac{0.2196}{Tu^2} & \text{if } Tu \le 1.3 \\ \frac{331.5}{(Tu - 0.5658)^{0.671}} & \text{if } Tu > 1.3 \end{cases}

Where:

Tu=1002/3ku Tu = 100 \frac{\sqrt{2/3 k}}{|\u_\infty|}

Walls

nγ=0 \frac{\partial}{\partial n} \gamma = 0 nReθ=0 \frac{\partial}{\partial n} Re_\theta = 0

Usage

The model is specified using:

RAS
{
turbulence on;
RASModel kOmegaSSTLM;
}

Further information

Source code:

References

  • Langtry and Menter 35
  • Menter et al. 50
  • Langtry 34