Reynolds Averaging & the Closure Problem
Intuition
If turbulent details are unpredictable, stop predicting them. Engineers usually want the mean flow — average velocity in a pipe, mean lift on a wing. Reynolds' move: split every field into mean + fluctuation, average the equations, and hope the fluctuations' effect on the mean can be modeled. It almost works: the averaged equations are exact but contain one new unknown — the Reynolds stress — and modeling it is the famous closure problem, still the day job of turbulence modeling a century later.
Reynolds decomposition
with the mean defined as a long-time (or ensemble) average \(\bar{u}_i = \frac{1}{T}\int_0^T u_i\,dt\), so that \(\overline{u_i'} = 0\) but — crucially —
The quadratic nonlinearity of Navier–Stokes means fluctuations do not average away.
The RANS equations
Averaging incompressible Navier–Stokes:
Identical to the laminar equations except for one intruder:
the Reynolds stress tensor — the mean momentum flux carried by fluctuations. Six new unknowns, zero new equations: the system no longer closes. (Writing an equation for \(R_{ij}\) just summons triple correlations \(\overline{u'u'u'}\), and so on forever.)
Boussinesq's eddy viscosity
The oldest closure models Reynolds stress like a molecular stress:
with eddy viscosity \(\nu_t\) (a property of the flow, not the fluid — usually \(\nu_t \gg \nu\)) and turbulent kinetic energy \(k = \frac{1}{2}\overline{u_i' u_i'}\). Industrial models (\(k\)–\(\varepsilon\), \(k\)–\(\omega\), …) supply transport equations for \(\nu_t\)'s ingredients.
The turbulent kinetic energy budget
Multiplying the momentum equation by \(u_i'\) and averaging yields the TKE transport equation:
Production extracts energy from mean-flow shear; dissipation hands it to heat at the Kolmogorov scale; pressure, turbulent and viscous transport shuffle it in space. This budget is the accounting sheet behind every RANS model.
Common mistakes
- Assuming averaging removes fluctuations' influence. The whole difficulty is that it doesn't — \(\overline{u'u'} \neq 0\).
- Treating \(\nu_t\) as a fluid property. It varies point-to-point and flow-to-flow; tabulating it like \(\mu\) is meaningless.
- Confusing \(k\) (turbulent kinetic energy) with wavenumber \(k\) in the spectrum — regrettable but standard notation clash.
Related concepts
- Turbulence — why we're here
- Energy cascade — where the dissipation term sends energy
- Navier–Stokes equation — the unaveraged truth
- TKE transport equation — full term-by-term form
Knowledge graph position
Prerequisites: Turbulence, Navier–Stokes, statistics basics. Leads to: CFD turbulence models, TKE equation.
Quiz
Q1 (conceptual). Where exactly in the averaging does the Reynolds stress come from?
Answer
From averaging the convective term: \(\overline{u_j\partial_j u_i} = \bar u_j \partial_j \bar u_i + \partial_j\overline{u_i'u_j'}\). The quadratic nonlinearity correlates fluctuations with themselves.
Q2 (multiple choice). The closure problem refers to:
- (a) boundary conditions being unknown
- (b) more unknowns than equations after averaging
- (c) numerical instability of RANS solvers
- (d) the finite size of computational domains
Answer
(b). Each attempt to derive equations for the new correlations generates higher-order ones.
Q3 (conceptual). In a pipe, the mean velocity profile is much flatter in turbulent flow than the laminar parabola. Explain via Reynolds stress.
Answer
Turbulent eddies transport fast core fluid toward the walls and slow wall fluid into the core (\(\overline{u'v'} < 0\)), acting like a huge extra viscosity that evens out the profile — steep gradients survive only in the thin near-wall layer.