Reynolds-averaged Navier-Stokes modeling#
Attention
A rewrite is underway to ensure consistency between symbols and notation.
Generalities about the turbulence models available in TrioCFD are given in this section. The recommended model is the \(k-\omega\) SST model.
Reynolds equations#
The statistical treatment of the instantaneous Navier-Stokes equations lead to the decomposition of a field \(F\) in a mean part (written \(\bar{F}\)) and a fluctuating part (written \(f'\)) using the Reynolds decomposition. We introduce the following decomposition
Generalities on eddy-viscosity models#
Eddy-viscosity models are based on the analogy that turbulence plays for the flow the role viscosity plays for the fluid. Following Boussinesq hypothesis, the Reynolds stress is modeled as
This model introduces two new quantities, namely the turbulent viscosity \(\nu_t\) and the turbulent kinetic energy \(k\). To close this system, the turbulent viscosity is defined by dimensional analysis as
with \(X\) a variable which can be related to the turbulent kinetic energy dissipation (\(\varepsilon\) or \(\omega\) for instance) or the integral scale (\(\ell\) for instance).
The \(k\)-\(\varepsilon\) models family#
Standard model#
The standard \(k\)-\(\varepsilon\) model was introduced by Launder and Spalding [LS74b]. The turbulent viscosity is defined by
with \(\varepsilon\) the turbulent kinetic energy dissipation. Thus, one needs to solve two new transport equation for \(k\) and \(\varepsilon\):
It introduces five constants whose standard values are
For specific type of flows, some authors suggest modifying the two coefficiens \(C_{\varepsilon_1}\) and \(C_{\varepsilon_2}\):
Reference |
\(C_{\epsilon_{1}}\) |
\(C_{\epsilon_{2}}\) |
Flows |
---|---|---|---|
Jones and Launder [JL72] |
1.55 |
2.00 |
High Reynolds |
Launder and Sharma [LS74a] |
1.44 |
1.92 |
Rotating |
Chien [Chi82] |
1.35 |
1.92 |
Low Reynolds |
Fan et al. [FLB93] |
1.39 |
1.80 |
Low Reynolds |
Morgans et al. [MDN+99] |
1.60 |
1.92 |
Jet |
Bahari and Hejazi [BH09] |
1.40 |
1.92 |
Buoyancy |
One must keep in mind that the \(C_{\varepsilon_2}\) constant was set to reproduce the decay of turbulent kinetic energy in homogeneous isotropic turbulence. Those values must be modified with caution. Details about modeling and the constants can be found in Schiestel [Sch08].
Realizable model#
Shih et al. [SLS+95] proposed a modification of the \(k\)-\(\varepsilon\) model to ensure realizability of the turbulent kinetic energy using the Schwarz inequality. The two equations writes
with
where \(\overline{\Omega}_{ij}\) is the mean rotation rate and \(\overline{S}_{ij}\) the mean shear rate.
The validation of this model was done by Angeli and Leterrier [AL19].
Low-Reynolds models#
Wall functions are used to bypass the need to solve the Navier-Stokes equations and the turbulence model near the wall. The \(k\)-\(\varepsilon\) model, when combined with a wall function, enables the simulation of the core flow while avoiding excessive computational costs associated with a very fine mesh near the wall. However, this type of model is not suitable when the first mesh point is located within the viscous sublayer \((y+ < 30)\). As the Reynolds number increases, the thickness of this viscous sublayer becomes negligible, making the \(k\)-\(\varepsilon\) model with a wall function well-suited for high Reynolds number flows. This is why it is also referred to as the high-Reynolds \(k\)-\(\varepsilon\) model.
In contrast, when studying flows with low Reynolds numbers, the viscous sublayer becomes more significant, making the use of a wall function inappropriate. For low Reynolds number flows, it may be more advantageous to use models known as low-Reynolds models, which incorporate damping functions and discretization-dependent terms to account for the numerical resolution of the viscous sublayer. These models also facilitate the study of the entire flow, particularly near the wall, addressing phenomena such as recirculation effects and separation in complex geometries.
The low-Reynolds \(k\)-\(\varepsilon\) model keeps the transport equation for \(k\) from the basic \(k\)-\(\varepsilon\) model unchanged but modifies the equation for \(\varepsilon\) by adding damping terms in the region close to the wall, where the Reynolds number is locally lower. Due to the need for a finer wall mesh, this model is consequently more computationally expensive than the standard \(k\)-\(\varepsilon\) model.
Launder & Spalding model#
The model is defined in by equations (2.3-4) and (2.3-5) in [LS74b].
The two extra terms \(\overline{\mathcal{K}}\) and \(\overline{\mathcal{E}}\) are defined by
with the coefficient and dampings functions
where \(\mathit{Re}_t = \overline{k}^2/\nu\overline{\varepsilon}\) is the turbulent Reynolds number. The following constants are used
Jones & Launder model#
The model is defined in [JL72] and is very closed to the Launder & Spalding one. The terms \(\mathcal{K}\) and \(\mathcal{E}\) are defined by
They differ only by the partial derivatives in the denominator. The 3D version is similar tout the Launder & Spalding model. The coefficient are
Lam & Bremhorst model#
The model is defined in [LB81].
In this model, the extra terms \(\mathcal{K}\) and \(\mathcal{E}\) are nulls. The three functions \(f_{\epsilon_{1}}\), \(f_{\epsilon_{2}}\), \(f_{\eta}\) are defined by
with \(Re_y=\overline{k}^{1/2}y/\nu\) the wall-based Reynolds number. The five coefficients are
Launder & Sharma model#
The model is defined in [LS74a].
This model was established for rotating flows using a rotating disc. The independent coordinates in this configuration are the radial distance to the disc axis \(r\) and the normal distance to the disc surface \(y\). In this case, additionnal terms which depend on the gradient of \(V_{\theta}/r\) appear in the equations for \(\overline{k}\) and \(\overline{\varepsilon}\).
The functions \(f_{\epsilon_{2}}\) and \(f_{\eta}\) are defined by
and the coefficients are defined by
EASM Baglietto model#
To be documented.
The \(k\)-\(\omega\) models family#
Description of the general idea around the \(k\)-\(\omega\) models. The only recommended model is the SST one.
Standard model (Wilcox 2008)#
The standard model is available just for testing reasons, it must not be used.
Baseline model#
Baseline model is available just for research purpose, it must not be used.
SST model#
The SST model is the way.
Scalar models#
About temperature