Governing Equations of Fluid Flow

CFD solves the conservation laws: continuity ∂ρ/∂t + ∇·(ρV) = 0, the Navier-Stokes momentum equations, and energy. These coupled PDEs are discretised and solved numerically, per Versteeg & Malalasekera.

Key formulas & points

Skim these first — then read the full notes below.

  • Incompressible:ρ=constant,continuityV=0Incompressible: \rho = constant, continuity → ∇\cdot V = 0
  • Eulerequations:inviscidlimit(μ=0)Euler equations: inviscid limit (\mu = 0)
  • Boundary conditions: no-slip wall, inlet velocity, outlet pressure

Topic details

Introduction

The governing equations are the starting point of any CFD analysis, expressing conservation of mass, momentum, and energy for a fluid. Indian CFD courses derive them in differential (and integral/finite-volume) form.

Scope in B.Tech and GATE syllabus

Continuity enforces mass conservation; the Navier-Stokes equations add momentum with pressure, viscous, and body-force terms; the energy equation tracks temperature/enthalpy. For incompressible flow density is constant, simplifying continuity to ∇·V = 0.

Why this topic matters in practice

These non-linear coupled PDEs rarely have analytical solutions, motivating numerical methods. Understanding each term's physical meaning and the appropriate simplifications (incompressible, steady, inviscid) is the conceptual foundation examiners test.

Key relations & formulas

ρ/t+(ρV)=0∂\rho/∂t + ∇\cdot (\rho V) = 0
(continuity)
ρ(V/t+VV)=P+μ2V+ρg\rho(∂V/∂t + V\cdot ∇V) = -∇P + \mu∇^{2}V + \rho g
(Navier-Stokes)
(ρE)/t+(ρEV)=(PV)+(kT)+Φ∂(\rho E)/∂t + ∇\cdot (\rho EV) = -∇\cdot (PV) + ∇\cdot (k∇T) + \Phi
(energy)
Re=ρVLμRe = \frac{\rho VL}{\mu}
(dimensionless, determines regime)

Notation and sign conventions

Relation 1 —
ρ/t+∂\rho/∂t + ∇\cdot
ρ/t+(ρV)=0∂\rho/∂t + ∇\cdot (\rho V) = 0
(continuity)
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 —
ρ\rho
ρ(V/t+VV)=P+μ2V+ρg\rho(∂V/∂t + V\cdot ∇V) = -∇P + \mu∇^{2}V + \rho g
(Navier-Stokes)
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 —
(ρE)/t+(ρEV)=(PV)+(kT)+Φ∂(\rho E)/∂t + ∇\cdot (\rho EV) = -∇\cdot (PV) + ∇\cdot (k∇T) + \Phi
(energy)
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 —
Re=ρVLμRe = \frac{\rho VL}{\mu}
Re=ρVLμRe = \frac{\rho VL}{\mu}
(dimensionless, determines regime)
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

Continuity, ∂ρ/∂t + ∇·(ρV) = 0, states that mass accumulation in a control volume equals net mass inflow; for incompressible flow it reduces to ∇·V = 0 (a divergence-free velocity field).

Governing relations in practice

The Navier-Stokes momentum equation ρ(DV/Dt) = −∇p + μ∇²V + ρg balances inertia (material derivative) against pressure gradient, viscous diffusion, and body forces. Its non-linear convective term V·∇V makes the equations difficult and gives rise to turbulence.

Design and analysis considerations

The energy equation adds conservation of thermal energy, coupling temperature to the flow through convection and conduction (and viscous dissipation), needed for heat transfer and compressible problems.

Advanced theory and extensions

Together these form a coupled non-linear PDE system. Simplifications — incompressible, steady-state, inviscid (Euler), or boundary-layer — reduce complexity when justified. Recognising which terms dominate and which can be dropped is essential before discretisation, the intellectual core of setting up a CFD problem.

Assumptions and validity limits

State assumptions explicitly before using any relation for governing equations of fluid flow — 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 governing equations of fluid flow.
4. Use equation 1:
ρ/t+∂\rho/∂t + ∇\cdot
.
5. Use equation 2:
ρ\rho
.
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

Governing Equations of Fluid Flow 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 governing equations of fluid flow with earlier units — revise prerequisites before attempting mixed problems.
Industry interview panels sometimes ask: "Where did you use governing equations of fluid flow?" — answer with a lab, mini-project, or plant visit example if possible.

Common mistakes in exams

• Dropping the convective (non-linear) term that is central to real flows
• Using compressible continuity where incompressible ∇·V = 0 suffices (or vice versa)
• Forgetting body-force or pressure-gradient terms in momentum
• Ignoring the energy equation when heat transfer or compressibility matters

Quick revision checklist

Before attempting governing equations of fluid flow problems, confirm you can:
1.
Incompressible:ρ=constant,continuityV=0Incompressible: \rho = constant, continuity → ∇\cdot V = 0

2.
Eulerequations:inviscidlimit(μ=0)Euler equations: inviscid limit (\mu = 0)

3. Boundary conditions: no-slip wall, inlet velocity, outlet pressure
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.

Incompressible continuity check

Problem

A 2D incompressible flow has u = 2x. For continuity to hold, find the required ∂v/∂y.

Solution

∇·V = ∂u/∂x + ∂v/∂y = 0 → 2 + ∂v/∂y = 0 → ∂v/∂y = −2, so v = −2y + f(x).

Conceptual check — Governing Equations of Fluid Flow

Problem

In a CFD semester or GATE paper you are asked: "State the main assumption, the governing relation, and one practical consequence of governing equations of fluid flow." 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 Governing Equations of Fluid Flow, and why does it appear in B.Tech / GATE syllabi?

    Model answer

    CFD solves the conservation laws: continuity ∂ρ/∂t + ∇·(ρV) = 0, the Navier-Stokes momentum equations, and energy. These coupled PDEs are discretised and solved numerically, per Versteeg & Malalasekera.
  2. 2
    State the relation ∂ρ/∂t + ∇· and name each symbol.

    Model answer

    The governing relation is ρ/t+∂\rho/∂t + ∇\cdot. Write every symbol with SI units before substituting numbers.
  3. 3
    State the relation ρ and name each symbol.

    Model answer

    The governing relation is ρ\rho. Write every symbol with SI units before substituting numbers.
  4. 4
    State the relation ∂ and name each symbol.

    Model answer

    The governing relation is . Write every symbol with SI units before substituting numbers.
  5. 5
    State the relation Re = ρVL/μ and name each symbol.

    Model answer

    The governing relation is Re=ρVLμRe = \frac{\rho VL}{\mu}. Write every symbol with SI units before substituting numbers.
  6. 6
    Explain: Incompressible: ρ = constant, continuity → ∇·V = 0

    Model answer

    Incompressible:ρ=constant,continuityV=0Incompressible: \rho = constant, continuity → ∇\cdot V = 0 — state the assumption range and one exam trap linked to this point.
  7. 7
    Explain: Euler equations: inviscid limit (μ = 0)

    Model answer

    Eulerequations:inviscidlimit(μ=0)Euler equations: inviscid limit (\mu = 0) — state the assumption range and one exam trap linked to this point.
  8. 8
    Explain: Boundary conditions: no-slip wall, inlet velocity, outlet pressure

    Model answer

    Boundary conditions: no-slip wall, inlet velocity, outlet pressure — state the assumption range and one exam trap linked to this point.
  9. 9
    How would you correct this error in a viva: Dropping the convective (non-linear) term that is central to real flows?

    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: Using compressible continuity where incompressible ∇·V = 0 suffices (or vice versa)?

    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: Forgetting body-force or pressure-gradient terms in momentum?

    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: Ignoring the energy equation when heat transfer or compressibility matters?

    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. 2 — distinguish conservative vs non-conservative form.
  • 2
    Avoid: Dropping the convective (non-linear) term that is central to real flows
  • 3
    Avoid: Using compressible continuity where incompressible ∇·V = 0 suffices (or vice versa)
  • 4
    Avoid: Forgetting body-force or pressure-gradient terms in momentum

📖 Standard books (India)

  • Computational Fluid DynamicsJohn Anderson

    Read: Syllabus unit

    CFD fundamentals for aerospace and ME