File:LES Turbulent Velocity Field.png
Large eddy simulation of a turbulent gas velocity field.

Large eddy simulation (LES) is a mathematical model for turbulence used in computational fluid dynamics. It was initially proposed in 1963 by Joseph Smagorinsky to simulate atmospheric air currents,[1] and many of the issues unique to LES were first explored by Deardorff (1970).[2] LES grew rapidly and is currently applied in a wide variety of engineering applications, including combustion,[3] acoustics,[4] and simulations of the atmospheric boundary layer.[5] LES operates on the Navier-Stokes equations to reduce the range of length scales of the solution, reducing the computational cost.

The principal operation in large eddy simulation is low-pass filtering. This operation is applied to the Navier-Stokes equations to eliminate small scales of the solution. This reduces the computational cost of the simulation. The governing equations are thus transformed, and the solution is a filtered velocity field. Which of the "small" length and time scales to eliminate are selected according to turbulence theory and available computational resources.[6]

Large eddy simulation resolves large scales of the flow field solution allowing better fidelity than alternative approaches such as Reynolds-averaged Navier-Stokes (RANS) methods. It also models the smallest (and most expensive[6]) scales of the solution, rather than resolving them as direct numerical simulation (DNS) does. This makes the computational cost for practical engineering systems with complex geometry or flow configurations, such as turbulent jets, pumps, vehicles, and landing gear, attainable using supercomputers. In contrast, direct numerical simulation, which resolves every scale of the solution, is prohibitively expensive for nearly all systems with complex geometry or flow configurations.


Filter Definition and Properties

File:DNS Velocity Field.png
A velocity field produced by a direct numerical simulation (DNS) of homogeneous decaying turbulence. The domain size is \(L^3\).
File:DNS Filtered Velocity Field Small.png
The same DNS velocity field filtered using a box filter and \(\Delta=L/32\).
File:DNS Filtered Velocity Field Large.png
The same DNS velocity field filtered using a box filter and \(\Delta=L/16\).

An LES filter can be applied to a spatial and temporal field \(\phi(\boldsymbol{x},t)\) and perform a spatial filtering operation, a temporal filtering operation, or both. The filtered field, denoted with a bar, is defined as:[6][7]

\[ \overline{\phi(\boldsymbol{x},t)} = \displaystyle{ \int_{-\infty}^{\infty}} \int_{-\infty}^{\infty} \phi(\boldsymbol{r},t^{\prime}) G(\boldsymbol{x}-\boldsymbol{r},t - t^{\prime}) dt^{\prime} d \boldsymbol{r} \]

where \(G\) is the filter convolution kernel. This can also be written as:

\[ \overline{\phi} = G \star \phi . \]

The filter kernel \(G\) has an associated cutoff length scale \(\Delta\) and cutoff time scale \(\tau_{c}\). Scales smaller than these are eliminated from \(\overline{\phi}\). Using the above filter definition, any field \(\phi\) may be split up into a filtered and sub-filtered (denoted with a prime) portion, as

\[ \phi = \bar{\phi} + \phi^{\prime} . \]

It is important to note that the large eddy simulation filtering operation does not satisfy the properties of a Reynolds operator.

Filtered governing equations

The governing equations of LES are obtained by filtering the partial differential equations governing the flow field \(\rho \boldsymbol{u}(\boldsymbol{x},t)\). There are differences between the incompressible and compressible LES governing equations, which lead to the definition of a new filtering operation.

Incompressible flow

For incompressible flow, the continuity equation and Navier-Stokes equations are filtered, yielding the filtered incompressible continuity equation,

\[ \frac{ \partial \bar{u_i} }{ \partial x_i } = 0 \]

and the filtered Navier-Stokes equations,

\[ \frac{ \partial \bar{u_i} }{ \partial t } + \frac{ \partial }{ \partial x_j } \left( \overline{ u_i u_j } \right) = - \frac{1}{\rho} \frac{ \partial \overline{p} }{ \partial x_i } + \nu \frac{\partial}{\partial x_j} \left( \frac{ \partial \bar{u_i} }{ \partial x_j } + \frac{ \partial \bar{u_j} }{ \partial x_i } \right) = - \frac{1}{\rho} \frac{ \partial \overline{p} }{ \partial x_i } + 2 \nu \frac{\partial}{\partial x_j} S_{ij}, \]

where \(\bar{p}\) is the filtered pressure field and \(S_{ij}\) is the rate-of-strain tensor. The nonlinear filtered advection term \(\overline{u_i u_j}\) is the chief cause of difficulty in LES modeling. It requires knowledge of the unfiltered velocity field, which is unknown, so it must be modeled. The analysis that follows illustrates the difficulty caused by the nonlinearity, namely, that it causes interaction between large and small scales, preventing separation of scales.

The filtered advection term can be split up, following Leonard (1974),[8] as:

\[ \overline{u_i u_j} = \tau_{ij}^{r} + \overline{u}_i \overline{u}_j \]

where \(\tau_{ij}^{r}\) is the residual stress tensor, so that the filtered Navier Stokes equations become

\[ \frac{ \partial \bar{u_i} }{ \partial t } + \frac{ \partial }{ \partial x_j } \left( \overline{u}_i \overline{u}_j \right) = - \frac{1}{\rho} \frac{ \partial \overline{p} }{ \partial x_i } + 2 \nu \frac{\partial}{\partial x_j} \bar{S}_{ij} - \frac{ \partial \tau_{ij}^{r} }{ \partial x_j } \]

with the residual stress tensor \(\tau_{ij}^{r}\) grouping all unclosed terms. Leonard decomposed this stress tensor as \(\tau_{ij}^{r} = L_{ij} + C_{ij} + R_{ij}\) and provided physical interpretations for each term. \(L_{ij}\), the Leonard tensor, represents interactions among large scales, \(R_{ij}\), the Reynolds stress-like term, represents interactions among the sub-filter scales (SFS), and \(C_{ij}\), the Clark tensor,[9] represents cross-scale interactions between large and small scales.[8] Modeling the unclosed term \(\tau_{ij}^{r}\) is the task of SFS models (also referred to as sub-grid scale, or SGS, models). This is made challenging by the fact that the sub-filter scale stress tensor \(\tau_{ij}^{r}\) must account for interactions among all scales, including filtered scales with unfiltered scales.

The filtered governing equation for a passive scalar \(\phi\), such as mixture fraction or temperature, can be written as

\[ \frac{ \partial \overline{\phi} }{ \partial t } + \frac{\partial}{\partial x_j} \left( \overline{u}_j \overline{\phi} \right) = \frac{\partial \overline{J_{\phi}} }{\partial x_j} + \frac{ \partial q_{ij} }{ \partial x_j } \]

where \(J_{\phi}\) is the diffusive flux of \(\phi\), and \(q_{ij}\) is the sub-filter stress tensor for the scalar \(\phi\). The filtered diffusive flux \(\overline{J_{\phi}}\) is unclosed, unless a particular form is assumed for it (e.g. a gradient diffusion model \(J_{\phi} = D_{\phi} \frac{ \partial \phi }{ \partial x_i }\)). \(q_{ij}\) is defined analogously to \(\tau_{ij}^{r}\),

\[ q_{ij} = \bar{\phi} \overline{u}_j - \overline{\phi u_j} \]

and can similarly be split up into contributions from interactions between various scales. This sub-filter tensor also requires a sub-filter model.

Compressible governing equations

For the governing equations of compressible flow, each equation, starting with the conservation of mass, is filtered. This gives:

\[ \frac{\partial \overline{\rho}}{\partial t} + \frac{ \partial \overline{u_i \rho} }{\partial x_i} = 0 \]

which results in an additional sub-filter term. However, it is desirable to avoid having to model the sub-filter scales of the mass conservation equation. For this reason, Favre[10] proposed a density-weighted filtering operation, called Favre filtering, defined for an arbitrary quantity \(\phi\) as:

\[ \tilde{\phi} = \frac{ \overline{\rho \phi} }{ \overline{\rho} } \]

which, in the limit of incompressibility, becomes the normal filtering operation. This makes the conservation of mass equation:

\[ \frac{\partial \overline{\rho}}{\partial t} + \frac{ \partial \overline{\rho} \tilde{u_i} }{ \partial x_i } = 0. \]

This concept can then be extended to write the Favre-filtered momentum equation for compressible flow. Following Vreman[11]:

\[ \frac{ \partial \overline{\rho} \tilde{u_i} }{ \partial t } + \frac{ \partial \overline{\rho} \tilde{u_i} \tilde{u_j} }{ \partial x_j } + \frac{ \partial \overline{p} }{ \partial x_i } - \frac{ \partial \overline{\sigma_{ij}} }{ \partial x_j } = - \frac{ \partial \overline{\rho} \tau_{ij}^{r} }{ \partial x_j } + \frac{ \partial }{ \partial x_j } \left( \overline{\sigma}_{ij} - \tilde{\sigma}_{ij} \right) \]

where \(\sigma_{ij}\) is the shear stress tensor, given for a Newtonian fluid by:

\[ \sigma_{ij} = 2 \mu(T) S_{ij} - \frac{2}{3} \mu(T) \delta_{ij} S_{kk} \]

and the term \(\frac{ \partial }{\partial x_j} \left( \overline{\sigma}_{ij} - \tilde{\sigma}_{ij} \right)\) represents a sub-filter viscous contribution from evaluating the viscosity \(\mu(T)\) using the Favre-filtered temperature \(\tilde{T}\). The subgrid stress tensor for the Favre-filtered momentum field is given by

\[ \tau_{ij}^{r} = \overline{\rho} \left( \widetilde{ u_i u_j } - \tilde{u_i} \tilde{u_j} \right). \]

By analogy, the Leonard decomposition may also be written for the residual stress tensor for a filtered triple product \(\overline{\rho \phi \psi}\). The triple product can be rewritten using the Favre filtering operator as \(\overline{\rho} \widetilde{\phi \psi}\), which is an unclosed term (it requires knowledge of the fields \(\phi\) and \(\psi\), when only the fields \(\tilde{\phi}\) and \(\tilde{\psi}\) are known). It can be broken up in a manner analogous to \(\overline{u_i u_j}\) above, which results in a sub-filter stress tensor \(\overline{\rho} \left( \widetilde{\phi \psi} - \tilde{\phi} \tilde{\psi} \right)\). This sub-filter term can be split up into contributions from three types of interactions: the Leondard tensor \(L_{ij}\), representing interactions among resolved scales; the Clark tensor \(C_{ij}\), representing interactions between resolved and unresolved scales; and the Reynolds tensor \(R_{ij}\), which represents interactions among unresolved scales.[12]

Filtered kinetic energy equation

In addition to the filtered mass and momentum equations, filtering the kinetic energy equation can provide additional insight. The kinetic energy field can be filtered to yield the total filtered kinetic energy:

\[ \overline{E} = \frac{1}{2} \overline{ u_i u_i } \]

and the total filtered kinetic energy can be decomposed into two terms: the kinetic energy of the filtered velocity field \(E_f\),

\[ E_f = \frac{1}{2} \overline{u_i} \, \overline{u_i} \]

and the residual kinetic energy \(k_r\),

\[ k_r = \frac{1}{2} \overline{ u_i u_i } - \frac{1}{2} \overline{u_i} \, \overline{u_i} = \frac{1}{2} \tau_{ii}^{r} \]

such that \(\overline{E} = E_f + k_r\).

The conservation equation for \(E_f\) can be obtained by multiplying the filtered momentum transport equation by \(\overline{u_i}\) to yield:

\[ \frac{\partial E_f}{\partial t} + \overline{u_j} \frac{\partial E_f}{\partial x_j} - \frac{1}{\rho} \frac{\partial \overline{u_i} \bar{p} }{ \partial x_i } + \frac{\partial \overline{u_i} \tau_{ij}^{r}}{\partial x_j} - 2 \nu \frac{ \partial \overline{u_j} \bar{S_{ij}} }{ \partial x_j } = - \epsilon_{f} - \Pi \]

where \(\epsilon_{f} = 2 \nu \bar{S_{ij}} \bar{S_{ij}}\) is the dissipation of kinetic energy of the filtered velocity field by viscous stress, and \(\Pi = -\tau_{ij}^{r} \bar{S_{ij}}\) represents the sub-filter scale (SFS) dissipation of kinetic energy.

The terms on the left-hand side represent transport, and the terms on the right-hand side are sink terms that dissipate kinetic energy.[6]

The \(\Pi\) SFS dissipation term is of particular interest, since it represents the transfer of energy from large resolved scales to small unresolved scales. On average, \(\Pi\) transfers energy from large to small scales. However, instantaneously \(\Pi\) can be positive or negative, meaning it can also act as a source term for \(E_f\), the kinetic energy of the filtered velocity field. The transfer of energy from unresolved to resolved scales is called backscatter (and likewise the transfer of energy from resolved to unresolved scales is called forward-scatter).[13]

Numerical Methods for LES

Large eddy simulation involves the solution to the discrete filtered governing equations using computational fluid dynamics. LES resolves scales from the domain size \(L\) down to the filter size \(\Delta\), and as such a substantial portion of high wave number turbulent fluctuations must be resolved. This requires either high-order numerical schemes, or fine grid resolution if low-order numerical schemes are used. Chapter 13 of Pope[6] addresses the question of how fine a grid resolution \(\Delta x\) is needed to resolve a filtered velocity field \(\overline{u}(\boldsymbol{x})\). Ghosal[14] found that for low-order discretization schemes, such as those used in finite volume methods, the truncation error can be the same order as the subfilter scale contributions, unless the filter width \(\Delta\) is considerably larger than the grid spacing \(\Delta x\). While even-order schemes have truncation error, they are non-dissipative,[15] and because subfilter scale models are dissipative, even-order schemes will not affect the subfilter scale model contributions as strongly as dissipative schemes.

Filter implementation

The filtering operation in large eddy simulation can be implicit or explicit. Implicit filtering recognizes that the subfilter scale model will dissipate in the same manner as many numerical schemes. In this way, the grid, or the numerical discretization scheme, can be assumed to be the LES low-pass filter. While this takes full advantage of the grid resolution, and eliminates the computational cost of calculating a subfilter scale model term, it is difficult to determine the shape of the LES filter that is associated with some numerical issues. Additionally, truncation error can also become an issue.[16]

In explicit filtering, an LES filter is applied to the discretized Navier-Stokes equations, providing a well-defined filter shape and reducing the truncation error. However, explicit filtering requires a finer grid than implicit filtering, and the computational cost increases with \((\Delta x)^4\). Chapter 8 of Sagaut (2006) covers LES numerics in greater detail.[7]

Modeling Unresolved Scales

To discuss the modeling of unresolved scales, first the unresolved scales must be classified. They fall into two groups: resolved sub-filter scales (SFS), and sub-grid scales(SGS).

The resolved sub-filter scales represent the scales with wave numbers larger than the cutoff wave number \(k_c\), but whose effects are dampened by the filter. Resolved sub-filter scales only exist when filters non-local in wave-space are used (such as a box or Gaussian filter). These resolved sub-filter scales must be modeled using filter reconstruction.

Sub-grid scales are any scales that are smaller than the cutoff filter width \(\Delta\). The form of the SGS model depends on the filter implementation. As mentioned in the Numerical methods for LES section, if implicit LES is considered, no SGS model implemented and the numerical effects of the discretization are assumed to mimic the physics of the unresolved turbulent motions.

Sub-grid scale models

Without a universally valid description of turbulence, empirical information must be utilized when constructing and applying SGS models, supplemented with fundamental physical constraints such as Galilean invariance [6] [17]. Two classes of SGS models exist; the first class is functional models and the second class is structural models. Some models may be categorized as both.

Functional (Eddy-Viscosity) Models

Functional models are simpler than structural models, focusing only on dissipating energy at a rate that is physically correct. These are based on an artificial eddy viscosity approach, where the effects of turbulence are lumped into a turbulent viscosity. The approach treats dissipation of kinetic energy at sub-grid scales as analogous to molecular diffusion. In this case, the deviatoric part of \(\tau_{ij}\) is modeled as:

\[ \tau_{ij}^r - \frac{1}{3} \tau_{kk} \delta_{ij} = -2 \nu_{T} \bar{S}_{ij} \]

where \(\nu_{T}\) is the turbulent eddy viscosity and \(\bar{S}_{ij} = \frac{1}{2} \left( \frac{\partial \bar{u}_i }{\partial x_j} + \frac{\partial \bar{u}_j}{ \partial x_i} \right)\) is the rate-of-strain tensor.

Based on dimensional analysis, the eddy viscosity must have units of \(\left[ \frac{ \text{length}^2 }{ \text{time} } \right]\). Most eddy viscosity SGS models model the eddy viscosity as the product of a characteristic length scale and a characteristic velocity scale.

Smagorinsky-Lilly model

The first SGS model developed was the Smagorinsky-Lilly SGS model, which was developed by Smagorinsky[1] and used in the first LES simulation by Deardorff.[2] It models the eddy viscosity as:

\[\nu_T = (C_s \Delta_g)^2\sqrt{2\bar{S}_{ij}\bar{S}_{ij}} = (C_s \Delta_g)^2 \left| S \right| \]

where \(\Delta_g\) is the grid size and \(C_s\) is a constant.

This method assumes that the energy production and dissipation of the small scales are in equilibrium - that is, \(\epsilon = \Pi\).

Germano dynamic model

Germano et al.[18] identified a number of studies using the Smagorinsky model that each found different values for the Smagorinsky constant \(C_s\) for different flow configurations. In an attempt to formulate a more universal approach to SGS models, Germano et al. proposed a dynamic Smagorinsky model, which utilized two filters: a grid LES filter, denoted \(\overline{\cdot}\), and a test LES filter, denoted \(\hat{\cdot}\). In this case, the resolved turbulent stress tensor \(\mathcal{L}_{ij}\) is defined as

\[ \mathcal{L} = T_{ij}^{r} - \hat{\tau}_{ij}^{r} \]

which is also called the Germano identity. The quantity \(T_{ij}^r = \widehat{\overline{u_i u_j}} - \hat{\bar{u}}_i \hat{\bar{u}}_j\) is the residual stress tensor for the test filter scale, and \(\hat{\tau}_{ij}^{r} = \widehat{ \overline{u}_i \overline{u}_j } - \widehat{ \overline{ u_i u_j }}\) is the residual stress tensor for the grid filter, then test filtered.

\(\mathcal{L}_{ij}\) represents the contribution to the SGS stresses by length scales smaller than the test filter width \(\hat{\Delta}\) but larger than the grid filter width \(\overline{\Delta}\). The dynamic model then finds the coefficient that best complies with the Germano identity. However, since the identity is a tensorial equation, it is overdetermined (five equations for one unknown), prompting Lilly [19] to propose a minimum least-square error method that leads to an equation for \(C_s\)\[ C_{s}^{2} = \frac{ \mathcal{L}_{ij} \mathcal{M}_{ij} }{ \mathcal{M}_{ij} \mathcal{M}_{ij} } \]

where \(\mathcal{M}_{ij} = 2 \overline{\Delta}^2 \left( \overline{ \left| \hat{S} \right| \hat{S}_{ij} } - \alpha^2 \left| \overline{\hat{S}} \right| \overline{\hat{S}}_{ij} \right)\) and \(\alpha = \hat{\Delta} / \overline{\Delta}\). However, this procedure was numerically unstable since the numerator could become negative and large fluctuations in \(C_s\) were often observed. Hence, additional averaging of the error in the minimization is often employed, leading to\[ C_{s}^{2} = \frac{ \left\langle \mathcal{L}_{ij} \mathcal{M}_{ij} \right\rangle }{ \left\langle \mathcal{M}_{ij} \mathcal{M}_{ij} \right\rangle } \]

This has made the dynamic model more stable and making the method more widely applicable. Inherent in the procedure is the assumption that the coefficient \(C_s\) is invariant of scale (see review [20]). The averaging can be a spatial averaging over directions of statistical homogeneity (e.g. volume for homogenous turbulence or wall-parallel planes for channel flow as originally used in Germano et al. [18]), or time following Lagrangian fluid trajectories [21].

Derivation

Using Einstein notation, the Navier-Stokes equations for an incompressible fluid in Cartesian coordinates are \[ \frac{\partial u_i}{\partial x_i} = 0 \] \[ \frac{\partial u_i}{\partial t} + \frac{\partial u_iu_j}{\partial x_j} = - \frac{1}{\rho} \frac{\partial p}{\partial x_i} + \nu \frac{\partial^2 u_i}{\partial x_j \partial x_j}. \]

Filtering the momentum equation results in \[ \overline{\frac{\partial u_i}{\partial t}} + \overline{\frac{\partial u_iu_j}{\partial x_j}} = - \overline{\frac{1}{\rho} \frac{\partial p}{\partial x_i}} + \overline{\nu \frac{\partial^2 u_i}{\partial x_j \partial x_j}}. \]

If we assume that filtering and differentiation commute, then \[ \frac{\partial \bar{u_i}}{\partial t} + \overline{\frac{\partial u_iu_j}{\partial x_j}} = - \frac{1}{\rho} \frac{\partial \bar{p}}{\partial x_i} + \nu \frac{\partial^2 \bar{u_i}}{\partial x_j \partial x_j}. \]

This equation models the changes in time of the filtered variables \(\bar{u_i}\). Since the unfiltered variables \(u_i\) are not known, it is impossible to directly calculate \(\overline{\frac{\partial u_iu_j}{\partial x_j}}\). However, the quantity \( \frac{\partial \bar{u_i}\bar{u_j}}{\partial x_j}\) is known. A substitution is made: \[ \frac{\partial \bar{u_i}}{\partial t} + \frac{\partial \bar{u_i}\bar{u_j}}{\partial x_j} = - \frac{1}{\rho} \frac{\partial \bar{p}}{\partial x_i} + \nu \frac{\partial^2 \bar{u_i}}{\partial x_j \partial x_j} - \left(\overline{ \frac{\partial u_iu_j}{\partial x_j}} - \frac{\partial \bar{u_i}\bar{u_j}}{\partial x_j}\right). \]

Let \(\tau_{ij} = \overline{u_i u_j} - \bar{u_i} \bar{u_j}\). The resulting set of equations are the LES equations: \[ \frac{\partial \bar{u_i}}{\partial t} + \bar{u_j} \frac{\partial \bar{u_i}}{\partial x_j} = - \frac{1}{\rho} \frac{\partial \bar{p}}{\partial x_i} + \nu \frac{\partial^2 \bar{u_i}}{\partial x_j \partial x_j} - \frac{\partial\tau_{ij}}{\partial x_j}. \]

See also

References

  1. 1.0 1.1 Script error
  2. 2.0 2.1 Script error
  3. Script error
  4. Script error
  5. Script error
  6. 6.0 6.1 6.2 6.3 6.4 6.5 Script error
  7. 7.0 7.1 Script error
  8. 8.0 8.1 Script error
  9. Script error
  10. Script error
  11. Script error
  12. Script error
  13. Script error
  14. Script error
  15. Script error
  16. Script error
  17. Script error
  18. 18.0 18.1 Script error
  19. Script error
  20. Script error
  21. Script error
de:Large Eddy Simulation

it:Formulazione LES pl:Metoda dużych wirów ru:Метод крупных вихрей sv:Large eddy simulation