Sub-grid Scale Models
TOSCA provides ten SGS models that fall into three categories: functional (eddy-viscosity) models, which reproduce the forward energy cascade but
discard structural information, purely structural models, and mixed models, which combine both approaches. All models operate in generalized curvilinear
coordinates following the partial-transformation framework of Ge and Sotiropoulos (2007) and the GCC extension of Armenio and Piomelli (2000). SGS turbulence models
are selected with the keyword -lesModel keyword in the control.dat file.
Under the linear eddy-viscosity hypothesis, the deviatoric part of the SGS stress tensor is
and its contravariant projection (used inside the momentum equation) is
The resolved strain-rate magnitude, required by most models, is \(|\overline{S}| = \sqrt{2S_{ij}S_{ij}}\), and the LES filter width is the local cell volume cubic root \(\Delta = J^{-1/3}\).
Model name |
keyword |
Category |
|---|---|---|
Smagorinsky |
|
Functional — fixed-coefficient eddy viscosity |
Stability-Dependent |
|
Functional — stability-corrected eddy viscosity |
Dynamic Smagorinsky (box) |
|
Functional — dynamically computed \(C_s\), local box averaging |
Dynamic Lagrangian Scale-Invariant |
|
Functional — dynamically computed \(C_s\), Lagrangian averaging, scale-invariant |
Dynamic Lagrangian Scale-Dependent |
|
Functional — dynamically computed \(C_s\), Lagrangian averaging, scale-dependent |
Dynamic Plane-Averaged Scale-Dependent |
|
Functional — dynamically computed \(C_s\), plane averaging, scale-dependent |
Anisotropic Minimum Dissipation (AMD) |
|
Functional — minimum-dissipation eddy viscosity |
Vreman |
|
Functional — frame-invariant eddy viscosity |
Bardina–Vreman (BV) |
|
Mixed — Bardina scale-similarity (structural) + Vreman eddy viscosity |
Bardina–AMD (BAMD) |
|
Mixed — Bardina scale-similarity (structural) + AMD eddy viscosity |
Functional Models
Smagorinsky Model
The classical Smagorinsky (1963) model prescribes a fixed coefficient \(C_s = 0.17\) (corresponding to the TOSCA default std_cs = 0.0289 when
expressed as \(C_s^2\)):
The coefficient is assigned globally for the entire domain. This model generally over-predicts SGS dissipation near solid walls.
Stability-Dependent Smagorinsky Model
In stratified ABL flows the SGS length scale must shrink under stable conditions. The stability-dependent model adjusts the effective mixing length using the local gradient Richardson number \(Ri = N^2/|\overline{S}|^2\), where \(N = \sqrt{(g/\theta_0)\,\partial\theta/\partial z}\) is the Brunt–Väisälä frequency. Three stability regimes are distinguished:
\(Ri \geq Ri_c = 0.23\) (strongly stable): turbulence is suppressed; the length scale is set effectively to zero.
\(Ri \leq Ri_s = 0.059\) (neutral or weakly stable): the mixing length equals the grid filter width, \(l = \Delta\).
\(Ri_s < Ri < Ri_c\) (intermediate stability): the length scale \(l\) decreases smoothly according to a TKE-based parametrization, and is additionally bounded by the von Kármán length scale \(0.41\,z\) near the surface.
The effective constant is then
where \(c_m, c_h, c_\varepsilon\) are model constants. The temperature diffusivity follows from the stability-dependent turbulent Prandtl number described in the SGS Temperature Closure section below.
Dynamic Smagorinsky Models
All dynamic variants determine \(C_s(\mathbf{x},t)\) from the resolved flow using the Germano identity (Germano et al. 1991, Lilly 1992). A test filter \(\widetilde{(\cdot)}\) at scale \(\widetilde{\Delta} = 3\Delta\) separates the resolved Leonard stress tensor
computable directly from resolved quantities from the model prediction. The forcing tensor is
Because the tensors implicitly contain the face-area vectors \(\partial l^r/\partial x_j\), Galilean invariance requires contracting them with the covariant metric tensor \(g_{ij}\) before the minimisation. The scale-invariant dynamic coefficient is
Four averaging strategies for the angle brackets are available:
DSM (dynamicSmagorinsky): local box averaging over the 3×3×3 stencil with a Simpson integration kernel (Ghosal et al. 1995), best for homogeneous
or weakly inhomogeneous flows.
DLASI (dynamicLASI): Lagrangian averaging along fluid path lines (Meneveau et al. 1996), assumes scale invariance (\(C_s\) is the same at
the grid and test-filter scales). The averaged numerator \(I_{LM}\) and denominator \(I_{MM}\) evolve in time via the relaxation
with Lagrangian time scale \(T_s = 1.5\Delta\,[|I_{LM}\,I_{MM}|]^{-1/8} + \varepsilon\). The lookup uses trilinear backward-in-time interpolation. This is one of the recommended combination for production LES runs in TOSCA.
DLASD (dynamicLASD) — Lagrangian averaging with scale dependence (Porté-Agel et al. 2000, Bou-Zeid et al. 2005). A second, coarser test filter at
scale \(4\Delta\) provides the scale-dependence parameter
\(\beta\) is clipped at 0.125 to prevent numerical instability in regions where the scale similarity assumption breaks down. This is one of the recommended combination for production LES runs in TOSCA.
DPASD (dynamicPASD) — same scale-dependent formulation as DLASD, but uses horizontal plane averaging instead of Lagrangian path-line averaging.
Suitable for flows with a clear direction of statistical homogeneity (e.g., flat-terrain atmospheric boundary layers with no turbines).
Anisotropic Minimum Dissipation (AMD) Model
The AMD model (Rozema et al. 2015, Abkar and Moin 2016) enforces that the sub-filter energy must not grow in time anywhere in the domain, using a Poincaré inequality for the box-filter energy. The resulting eddy viscosity is
where \(\hat\partial_j = \sqrt{C_p}\,\delta_j\,\partial_j\) is the scaled gradient operator (\(\delta_j\) the cell width in direction \(j\),
\(C_p\) a modified Poincaré constant set by -amdCs, with default value 0.1). The model is purely dissipative (no backscatter), low-overhead (no filtering),
and well-suited to wall-bounded flows because \(\nu_t \to 0\) in the absence of velocity gradients. In curvilinear coordinates the gradients are
computed in curvilinear directions and then projected to Cartesian components using the metric terms.
Vreman Model
The Vreman model (Vreman 2004) offers an alternative frame-invariant eddy viscosity that scales correctly near walls and requires no dynamic procedure. The eddy viscosity is
where \(A_{ij} = \partial\overline{u}_i/\partial x_j\) is the velocity-gradient tensor, \(\beta_{V,ij} = \Delta^2 A_{mi}A_{mj}\), and
The constant used in TOSCA is vreman_cs = 0.07225. The model vanishes identically in laminar shear and in two-component flows, making it suitable for
transitional or weakly turbulent regions.
Mixed Models
Mixed models combine a structural scale-similarity term (Bardina et al. 1980, 1983) with a functional eddy-viscosity term. The Bardina term captures the anisotropic and directional features of the SGS stress tensor but lacks sufficient dissipation on its own. Adding an eddy-viscosity closure restores the correct net energy transfer to the sub-grid scales.
The SGS stress tensor in curvilinear form is split as
where the structural component is
with \(C_b = 1.0\) (Galilean invariance, Speziale 1985). The primary filter corresponds to the grid scale \(\Delta\) and the secondary test filter has width \(2\Delta\).
Bardina–AMD (BAMD) Model
bardinaAMD — the Bardina structural term is combined with the AMD eddy viscosity. The AMD coefficient is set via -amdCs (with default value 0.1). Among all
mixed models tested in the validation study (published in JCP, Ajay et al. 2025), BAMD combined with the -central4 advection scheme (with 0.8 -hyperVisc) shows the
best balance between accuracy and computational efficiency across Taylor–Green vortex flow, turbulent channel flow, and ABL flow over heterogeneous terrain test cases.
This is one of the recommended combination for production LES runs in TOSCA.
SGS Temperature Closure
Sub-grid scale temperature fluxes are modeled following Moeng (1984) through a turbulent thermal diffusivity \(\kappa_t = \nu_t / Pr_t\), where the turbulent Prandtl number depends on the local stability:
where \(s = g_i\,\partial\theta/\partial x_i\) is the stratification parameter. Under neutral or unstable conditions (\(s \geq 0\)) the mixing length equals the filter width and \(Pr_t = 1/3\), reflecting increased scalar mixing. Under stable conditions (\(s < 0\)) the mixing length decreases and \(Pr_t \to 1\), consistent with the suppression of vertical mixing by stratification.