Turbulence Modelling

Turbulence models close the Reynolds-averaged equations; the k-ε model solves transport equations for turbulent kinetic energy k and its dissipation ε. RANS, LES, and DNS trade cost against fidelity, per Versteeg & Malalasekera.

Key formulas & points

Skim these first — then read the full notes below.

  • DNS resolves all scales — impractical at high Re
  • LES resolves large eddies, models subgrid scale
  • k-ε standard, RNG, realizable variants for different flows

Topic details

Introduction

Turbulence modelling addresses the closure problem created by averaging the Navier-Stokes equations. Indian CFD courses focus on RANS models, especially the two-equation k-ε model.

Scope in B.Tech and GATE syllabus

Reynolds averaging splits variables into mean and fluctuating parts, introducing unknown Reynolds stresses that must be modelled. The Boussinesq hypothesis relates them to mean strain via a turbulent (eddy) viscosity, which the k-ε model computes from k and ε.

Why this topic matters in practice

The hierarchy — RANS (cheap, models all turbulence), LES (resolves large eddies, models small), DNS (resolves all scales, research only) — trades accuracy for cost. Knowing the k-ε equations, wall functions, and model limitations is the exam focus.

Key relations & formulas

Formulas (Indian textbook notation)

  • kε:transportequationsforturbulentkineticenergykanddissipationεk-\varepsilon: transport equations for turbulent kinetic energy k and dissipation \varepsilon
μt=ρCμk2ε\mu_{t} = \rho C_\mu \frac{k^{2}}{\varepsilon}
(eddy viscosity)
y+=uτyνy^{+} = u_\tau\cdot \frac{y}{\nu}
(wall unit, u_τ = √(τ_w/ρ))

Formulas (Indian textbook notation)

  • RANS:ReynoldsstressesρuiujmodelledRANS: Reynolds stresses -\rho u'_{i}u'_{j} modelled

Notation and sign conventions

Relation 1 —
kε:transportequationsforturbulentkineticenergykanddissipationεk-\varepsilon: transport equations for turbulent kinetic energy k and dissipation \varepsilon

Formulas (Indian textbook notation)

  • kε:transportequationsforturbulentkineticenergykanddissipationεk-\varepsilon: transport equations for turbulent kinetic energy k and dissipation \varepsilon
Write this relation with symbols exactly as in Computational Fluid Dynamics — John Anderson before substituting numbers. Examiners award partial marks for a correct setup even when arithmetic slips.
Relation 2 —
μt=ρCμk2ε\mu_{t} = \rho C_\mu \frac{k^{2}}{\varepsilon}
μt=ρCμk2ε\mu_{t} = \rho C_\mu \frac{k^{2}}{\varepsilon}
(eddy viscosity)
Write this relation with symbols exactly as in Computational Fluid Dynamics — John Anderson before substituting numbers. Examiners award partial marks for a correct setup even when arithmetic slips.
Relation 3 —
y+=uτyνy^{+} = u_\tau\cdot \frac{y}{\nu}
y+=uτyνy^{+} = u_\tau\cdot \frac{y}{\nu}
(wall unit, u_τ = √(τ_w/ρ))
Write this relation with symbols exactly as in Computational Fluid Dynamics — John Anderson before substituting numbers. Examiners award partial marks for a correct setup even when arithmetic slips.
Relation 4 —
RANS:ReynoldsstressesρuiujmodelledRANS: Reynolds stresses -\rho u'_{i}u'_{j} modelled

Formulas (Indian textbook notation)

  • RANS:ReynoldsstressesρuiujmodelledRANS: Reynolds stresses -\rho u'_{i}u'_{j} modelled
Write this relation with symbols exactly as in Computational Fluid Dynamics — John Anderson before substituting numbers. Examiners award partial marks for a correct setup even when arithmetic slips.

Fundamentals and definitions

Averaging the Navier-Stokes equations (RANS) yields the Reynolds stresses −ρu'ᵢu'ⱼ, six new unknowns with no new equations — the closure problem. Turbulence models supply these.

Governing relations in practice

The Boussinesq eddy-viscosity hypothesis models the Reynolds stresses as proportional to the mean strain rate through a turbulent viscosity μ_t. The two-equation k-ε model computes μ_t = ρC_μk²/ε from transport equations for turbulent kinetic energy k and its dissipation rate ε.

Design and analysis considerations

k-ε performs well for free-shear and high-Reynolds flows but poorly near walls and in strong adverse gradients/separation, where k-ω or SST models are preferred. Wall functions bridge the near-wall region to avoid resolving the viscous sublayer.

Advanced theory and extensions

Higher-fidelity approaches resolve rather than model turbulence: LES resolves large energy-carrying eddies and models only small (subgrid) scales; DNS resolves everything but is limited to low Re and research use. Selecting the model for the flow and computational budget is the practical skill.

Assumptions and validity limits

State assumptions explicitly before using any relation for turbulence modelling — steady state, uniform properties, linear elastic material, ideal gas, incompressible flow, etc., as applicable.
Wrong assumptions invalidate the entire solution even when the formula is correct. In CFD viva and GATE descriptive questions, listing valid assumptions often earns separate marks.

Step-by-step problem approach

1. Read the question and list given data with SI units (common in CFD papers).
2. Draw a neat labelled diagram where applicable — examiners in Indian universities award diagram marks even when arithmetic slips.
3. Identify which relation from this topic applies to turbulence modelling.
4. Use equation 1:
kε:transportequationsforturbulentkineticenergykanddissipationεk-\varepsilon: transport equations for turbulent kinetic energy k and dissipation \varepsilon
.
5. Use equation 2:
μt=ρCμk2ε\mu_{t} = \rho C_\mu \frac{k^{2}}{\varepsilon}
.
6. Substitute values, compute, and verify units and sign (direction).
7. State conclusion in one line — e.g. safe/unsafe, stable/unstable, feasible/infeasible.

Applications & exam relevance

Turbulence Modelling appears in aero, HVAC ducts, and turbomachinery. In Indian mechanical curricula this topic is tested because it connects theory to computational fluid flow simulation.
GATE and semester exams often combine turbulence modelling with earlier units — revise prerequisites before attempting mixed problems.
Industry interview panels sometimes ask: "Where did you use turbulence modelling?" — answer with a lab, mini-project, or plant visit example if possible.

Common mistakes in exams

• Applying standard k-ε to strongly separated or near-wall flows without correction
• Forgetting wall functions/near-wall treatment and y+ requirements
• Confusing RANS (models all turbulence) with LES (resolves large eddies)
• Treating turbulent viscosity μ_t as a fluid property rather than a flow property

Quick revision checklist

Before attempting turbulence modelling problems, confirm you can:
1. DNS resolves all scales — impractical at high Re
2. LES resolves large eddies, models subgrid scale
3. k-ε standard, RNG, realizable variants for different flows
Revise the solved examples in Computational Fluid Dynamics — John Anderson and one previous-year GATE or university paper for this unit.

Worked examples

Try the problem first — open the solution when you are ready to check.

Turbulent viscosity

Problem

In the k-ε model, k = 0.5 m²/s², ε = 0.1 m²/s³, ρ = 1.2 kg/m³, C_μ = 0.09. Find the turbulent viscosity μ_t.

Solution

μ_t = ρC_μk²/ε = 1.2 × 0.09 × 0.5²/0.1 = 1.2 × 0.09 × 0.25/0.1 = 0.27 Pa·s.

Conceptual check — Turbulence Modelling

Problem

In a CFD semester or GATE paper you are asked: "State the main assumption, the governing relation, and one practical consequence of turbulence modelling." What should a complete answer include?

Practice questions

Most-asked interview and GATE questions for this topic — expand any item for a model answer.

  1. 1
    What is Turbulence Modelling, and why does it appear in B.Tech / GATE syllabi?

    Model answer

    Turbulence models close the Reynolds-averaged equations; the k-ε model solves transport equations for turbulent kinetic energy k and its dissipation ε. RANS, LES, and DNS trade cost against fidelity, per Versteeg & Malalasekera.
  2. 2
    State the relation k-ε: transport equations for turbulent kinetic energy k and dissipation ε and name each symbol.

    Model answer

    The governing relation is kε:transportequationsforturbulentkineticenergykanddissipationεk-\varepsilon: transport equations for turbulent kinetic energy k and dissipation \varepsilon. Write every symbol with SI units before substituting numbers.
  3. 3
    State the relation μ_t = ρC_μ k²/ε and name each symbol.

    Model answer

    The governing relation is μt=ρCμk2ε\mu_{t} = \rho C_\mu \frac{k^{2}}{\varepsilon}. Write every symbol with SI units before substituting numbers.
  4. 4
    State the relation y⁺ = u_τ·y/ν and name each symbol.

    Model answer

    The governing relation is y+=uτyνy^{+} = u_\tau\cdot \frac{y}{\nu}. Write every symbol with SI units before substituting numbers.
  5. 5
    State the relation RANS: Reynolds stresses −ρu'ᵢu'ⱼ modelled and name each symbol.

    Model answer

    The governing relation is RANS:ReynoldsstressesρuiujmodelledRANS: Reynolds stresses -\rho u'_{i}u'_{j} modelled. Write every symbol with SI units before substituting numbers.
  6. 6
    Explain: DNS resolves all scales — impractical at high Re

    Model answer

    DNS resolves all scales — impractical at high Re — state the assumption range and one exam trap linked to this point.
  7. 7
    Explain: LES resolves large eddies, models subgrid scale

    Model answer

    LES resolves large eddies, models subgrid scale — state the assumption range and one exam trap linked to this point.
  8. 8
    Explain: k-ε standard, RNG, realizable variants for different flows

    Model answer

    k-ε standard, RNG, realizable variants for different flows — state the assumption range and one exam trap linked to this point.
  9. 9
    How would you correct this error in a viva: Applying standard k-ε to strongly separated or near-wall flows without correction?

    Model answer

    Identify the wrong assumption or unit mix-up, rewrite the correct relation, and recompute with a one-line sanity check.
  10. 10
    How would you correct this error in a viva: Forgetting wall functions/near-wall treatment and y+ requirements?

    Model answer

    Identify the wrong assumption or unit mix-up, rewrite the correct relation, and recompute with a one-line sanity check.
  11. 11
    How would you correct this error in a viva: Confusing RANS (models all turbulence) with LES (resolves large eddies)?

    Model answer

    Identify the wrong assumption or unit mix-up, rewrite the correct relation, and recompute with a one-line sanity check.
  12. 12
    How would you correct this error in a viva: Treating turbulent viscosity μ_t as a fluid property rather than a flow property?

    Model answer

    Identify the wrong assumption or unit mix-up, rewrite the correct relation, and recompute with a one-line sanity check.

Exams & GATE

  • 1
    Anderson Ch. 6 — y⁺ < 1 for wall-resolved; 30–300 for wall functions.
  • 2
    Avoid: Applying standard k-ε to strongly separated or near-wall flows without correction
  • 3
    Avoid: Forgetting wall functions/near-wall treatment and y+ requirements
  • 4
    Avoid: Confusing RANS (models all turbulence) with LES (resolves large eddies)

📖 Standard books (India)

  • Computational Fluid DynamicsJohn Anderson

    Read: Syllabus unit

    CFD fundamentals for aerospace and ME