One-equation turbulence model for computational fluid dynamics
In physics and fluid dynamics, the Spalart–Allmaras model is a popular mathematical model used in computational fluid dynamics (CFD) to simulate the effects of turbulence. It is a one-equation model, meaning it solves a single transport equation to calculate a variable
representing the turbulent viscosity.[original research?] Its main advantages are its relative simplicity and low computational cost, making it widely used for practical engineering problems.
The Spalart–Allmaras model was designed specifically for aerospace applications involving airflow over surfaces (known as wall-bounded flows), and it gives good results for flows subject to slowing pressure, known as adverse pressure gradients.[original research?] Because of its robustness, it is also gaining popularity in turbomachinery applications. However, it is less accurate for simulations of free-flowing turbulence, such as jets, and cannot predict the natural decay of turbulence in the absence of a surface.
Original model
The turbulent eddy viscosity is given by

![{\displaystyle {\frac {\partial {\tilde {\nu }}}{\partial t}}+u_{j}{\frac {\partial {\tilde {\nu }}}{\partial x_{j}}}=C_{b1}[1-f_{t2}]{\tilde {S}}{\tilde {\nu }}+{\frac {1}{\sigma }}\{\nabla \cdot [(\nu +{\tilde {\nu }})\nabla {\tilde {\nu }}]+C_{b2}|\nabla {\tilde {\nu }}|^{2}\}-\left[C_{w1}f_{w}-{\frac {C_{b1}}{\kappa ^{2}}}f_{t2}\right]\left({\frac {\tilde {\nu }}{d}}\right)^{2}+f_{t1}\Delta U^{2}}](https://wikimedia.org/api/rest_v1/media/math/render/svg/49af902910c2207d14541ed13b24ae7013944842)

![{\displaystyle f_{w}=g\left[{\frac {1+C_{w3}^{6}}{g^{6}+C_{w3}^{6}}}\right]^{1/6},\quad g=r+C_{w2}(r^{6}-r),\quad r\equiv {\frac {\tilde {\nu }}{{\tilde {S}}\kappa ^{2}d^{2}}}}](https://wikimedia.org/api/rest_v1/media/math/render/svg/73effbeb918597b6789dd5e35b086174d0f00f32)
![{\displaystyle f_{t1}=C_{t1}g_{t}\exp \left(-C_{t2}{\frac {\omega _{t}^{2}}{\Delta U^{2}}}[d^{2}+g_{t}^{2}d_{t}^{2}]\right)}](https://wikimedia.org/api/rest_v1/media/math/render/svg/ae6acc5936ec64648ee94e075270e30a6cb6d7e5)


The rotation tensor is given by

where d is the distance from the closest surface and
is the norm of the difference between the velocity at the trip (usually zero) and that at the field point we are considering.
The constants are

Modifications to original model
According to Spalart it is safer to use the following values for the last two constants:

Other models related to the S-A model:
DES (1999) [1]
DDES (2006)
Model for compressible flows
There are several approaches to adapting the model for compressible flows.
In all cases, the turbulent dynamic viscosity is computed from

where
is the local density.
The first approach applies the original equation for
.
In the second approach, the convective terms in the equation for
are modified to

where the right hand side (RHS) is the same as in the original model.[citation needed]
The third approach involves inserting the density inside some of the derivatives on the LHS and RHS.
The second and third approaches are not recommended by the original authors, but they are found in several solvers.
Boundary conditions
Walls:
Freestream:
Ideally
, but some solvers can have problems with a zero value, in which case
can be used.
This is if the trip term is used to "start up" the model. A convenient option is to set
in the freestream. The model then provides "Fully Turbulent" behavior, i.e., it becomes turbulent in any region that contains shear.
Outlet: convective outlet.
References
External links