Skip to main content

Smagorinsky

Properties

Model equations

The turbulence viscosity is given by:

νt=CkΔk0.5 \nu_t = C_k \Delta k^{0.5}

where the turbulence kinetic energy is given by the solution of the quadratic equation:

ak2+bk+c=0 a k^2 + b k + c = 0

The coefficients are:

a=CeΔb=23tr(D)c=2CkΔ(dev(D)D) \begin{aligned} a &= \frac{C_e}{\Delta} \\ b &= \frac{2}{3} \mathrm{tr} (\tensor{D}) \\ c &= 2 C_k \Delta \left( \mathrm{dev}(\tensor{D}) \ddprod \tensor{D} \right) \end{aligned}

and

D=12(u+(u)T) \tensor{D} = \frac{1}{2} \left( \grad \u + \grad (\u)^T \right)

Default model coefficients

CeC_eCkC_k
1.048 | 0.094

Initialisation

Usage

The model is specified using:

LES
{
turbulence on;
LESModel Smagorinsky;
}

Boundary conditions

Inlet

Outlet

Walls

  • wall functions

Further information

Source code:

References:

  • Smagorinsky 64