Filtered Navier-Stokes Equations

While Reynolds-averaged Navier-Stokes (RANS) resolves the mean flow and requires a turbulence model to account for the effect of turbulence on the mean flow, Large Eddy Simulation (LES) computes both the mean flow and the large energy containing eddies.

A subgrid model is used to capture the effects of small scale turbulent structures. The spatial filtering process is used to filter out the turbulent structures from the instantaneous flow field which are smaller than a given filter size. This filtering process is based on the decomposition of instantaneous variables (velocity, pressure) into filtered (resolved) and sub filter (unresolved or residual) variables. Here, velocity is used as an example. (1)
u i = u i ˜ + u " i
where
  • u i : instantaneous velocity,
  • u i ˜ : filtered velocity,
  • u " i : sub filtered (unresolved) velocity.

The filtered velocity field is obtained from a low pass filtering operation due to a weighted filter G, defined as u i ˜ = G ( x , x , Δ ) u i ( x , t ) d x ' 1 d x ' 2 d x ' 3 .

The weighted filter includes
  • G ( x , x ) = 1 π ( sin ( π ( x x ) Δ ) 2 ( x x ' ) ) : a cut-off filter,
  • G ( x , x ) = 6 π Δ 2 e x p ( 6 ( x x ' ) 2 Δ 2 ) : a Gaussian filter,
  • G ( x , x ) = { 1 Δ         | x x | 1 2 Δ 0       | x x | > 1 2 Δ   : a top-hat filter,

where Δ = Δ x Δ y Δ z 3 is a cutoff width, representing a spatial averaging over a grid element. Among those, a top-hat filter (or similar one) is a popular choice for commercial CFD codes where unstructured meshes are usually adopted.

Although the LES decomposition method resembles the Reynolds method, they have an important difference due to the following. ( u i ˜ ) ˜ u i ˜ , u " i ˜ 0

Once this concept is substituted into the instantaneous Navier-Stokes equations, and then the spatial-averaging (or filtering) is made, the filtered Navier-Stokes equations are obtained. The filtered Navier-Stokes equations include the equations for the filtered continuity and filtered momentum equations, which are given below. (2)
( ρ u i ˜ ) x i   =   0
(3)
( ρ u i ˜ ) t + ( ρ u i u j ˜ ) x j   =   ( p ˜ δ i j ) x j + 2 μ S i j ˜ x j
where
  • u i u j ˜ = ( u i ˜ u j ˜ ) ˜ + ( u " i u j ˜ ) + ˜ ( u i ˜ u " j ) ˜ + ( u " i u " j ) ˜ is due to the decomposition of the nonlinear convective term in the momentum equation.
  • S i j ˜ = 1 2 ( u i ˜ x j + u j ˜ x i ) is the filtered strain rate tensor.
The filtered momentum equation is rearranged as (4)
( ρ u i ˜ ) t + ( ρ u i ˜ u j ˜ ˜ ) x j   =   p ˜ x j + 2 μ S i j ˜ x j + τ i j * x j
where
  • τ i j * = ρ ( C i j + R i j ) is a double decomposition stress tensor.
  • C i j = ( u " i u j ˜ ) + ˜ ( u i ˜ u " j ) ˜ is the cross stress tensor, representing the interactions between large and small turbulence eddies.
  • R i j = ( u " i u " j ) ˜ is the Reynolds subgrid stress tensor.
Since ( u i ˜ u j ˜ ) ˜ in the convection term of the filtered momentum equation needs a secondary filtering process, it is rewritten as shown below (Leonard, 1974), (5)
( u i ˜ u j ˜ ) ˜ = L i j + u i ˜ u j ˜

where L i j = ( u i ˜ u j ˜ ) ˜ u i ˜ u j ˜ is the Leonard stress tensor, representing interactions among large turbulent eddies.

Utilizing the decomposition process shown above, the filtered momentum equations can be rewritten as (6)
( ρ u i ˜ ) t + ( ρ u i ˜ u j ˜ ) x j   =   p ˜ x j + 2 μ S i j ˜ x j + τ i j ' x j
where
  • S i j ˜ = 1 2 ( u i ˜ x j + u j ˜ x i ) is the filtered strain rate tensor,
  • τ i j ' = ρ ( C i j + R i j + L i j ) = ρ u i u j ˜ ρ u i ˜ u j ˜ is the subgrid stress tensor.
Similar to RANS, the subgrid stress tensor is an unknown and must be computed by a subgrid model. However, the subgrid stress tensor differs from the Reynolds stress tensor. The table below summarizes the differences between time averaging for RANS and spatial averaging for LES. Common subgrid scale (SGS) models available to solve the filtered Navier-Stokes equations include:
  • Smagorinsky-Lilly SGS model
  • Germano Dynamic Smagorinsky-Lilly model
  • Wall-Adapting Local Eddy-Viscosity (WALE)
Table 1. Time-Averaging (RANS) vs. Spatial-Averaging (LES)
  RANS LES
Double averaging ( u i ¯ ) ¯ = u i ¯ ( u i ˜ ) ˜ u i ˜
Turbulence averaging u ' i ¯ = 0 u " i ˜ 0
Averaging (or filtering) of convective term of Navier Stokes u i u j ¯ = ( u i ¯ u j ¯ ¯ ) + ( u ' i u j ¯ ¯ ) + ( u i ¯ u ' j ¯ ) + u ' i u ' j ¯ u i u j ˜ = ( u i ˜ u j ˜ ) ˜ + ( u " i u j ˜ ) + ˜ ( u i ˜ u " j ) ˜ + ( u " i u " j ) ˜
Turbulent stress τ i j R = ρ u i ' u j ' ¯ τ i j ' = ρ u i u j ˜ ρ u i ˜ u j ˜