Resolving eddies (vortices) of all sizes in a turbulent flow is prohibitively expensive. Instead, we can just resolve the large eddies, but model the effects of the small ones in order to reduce the computational cost. This is the fundamental idea behind large eddy simulation.
To model the small eddies, we need to perform a spatial filtering on the original flow equations. The spatial filtering on any variable f can be written in the following form,
fˉ(x)=∫ΩG(x−x′)f(x′)dx′,
where fˉ is the filtered variable, G(x) is the kernel of the filter, Ω is the size of the filer (which is usually taken as mesh size). For compressible flow equations, in addition to the above filter, the following Favre filter makes the filtered equations simpler,
f=ρˉρf,
where f is a Favre-filtered variable, and ρ is density. Applying these filters to the flow equations, we will get
∂t∂ρˉ+∂xj∂ρˉuj=0,∂t∂ρˉui+∂xj∂(ρˉuiuj+pˉδij)=∂xj∂τij−∂xj∂τijSGS,∂t∂ρˉE+∂xj∂((ρˉE+pˉ)uj)=∂xj∂(uiτij)−∂xj∂qˉj−∂xj∂qjSGS,
where τijSGS and qjSGS are the subgrid-scale (SGS) stress tensor and heat flux vector with the following expressions:
τijSGSqjSGS=ρˉ(uiuj−uiuj),=ρˉ(ujT−ujT).
These two terms are modeled using SGS models. For example, the following Smagorinsky model (assume equilibrium energy production and dissipation in small scales),
τijSGS−31τkkSGSδijqjSGS=−2ρˉνt(Sij−31Skkδij),=−Prtρˉνt∂xj∂T,
where
Sij=21(∂xj∂ui+∂xi∂uj),νt=(CsΔ)22SijSij=(CsΔ)2∣S∣,
are the strain-rate tensor and the turbulent eddy viscosity, respectively; Prt is the turbulent Prandtl number whose value is in the range [0.3,0.9]; Cs is an empirical constant; Δ represents grid size.