Fluid Mechanics · Chapter 4 of 10 · Intermediate

Fluid Kinematics

How do you describe motion when there is no single object to follow? Fluid kinematics gives you the velocity field, the acceleration hidden inside it, and the bridge from a moving blob of fluid to a fixed control volume.

01

Readiness check

This chapter uses partial derivatives and the velocity field. Tick only what you can do closed-notes.

  • Take a partial derivative of a function of x and y.
  • Recall acceleration as the rate of change of velocity.
  • Integrate a function over an area.
  • Recall the Reynolds number and flow regimes.
  • Picture a vector field of arrows.
0 or 1 weak itemsContinue with this chapter.
2 weak itemsRefresh partial derivatives in vector calculus.
3 or more weak itemsReview derivatives and the velocity concept first.
02

The core idea

We describe a flow by its velocity field V(x, y, z, t) at fixed points (Eulerian), and a particle's acceleration is the material derivative of that field, including a convective part even in steady flow.

a = DV/Dt = ∂V/∂t + (V·∇)Vax = u ∂u/∂x + v ∂u/∂y (steady, 2D)Q = ∫ u dA, Vavg = Q/A

Tracking every particle (Lagrangian) is hopeless in a fluid, so we record velocity at fixed points instead (Eulerian). The catch: a particle can accelerate even when the field is steady, because it moves to a new location where the velocity differs. The material derivative captures this with a local term (time change) and a convective term (carried by the flow). Integrating the velocity profile over an area gives the volume flow rate and the average velocity used throughout the course.

The skill works when: you include the convective term (V·∇)V, not just the local ∂V/∂t, in the acceleration.
The skill breaks down when: a steady flow is assumed to have zero acceleration, ignoring convective acceleration through a nozzle or bend.
The concept. The Eulerian velocity field gives velocity at each point. A particle following a streamline into a faster region accelerates, even in steady flow: that is convective acceleration.
03

The skills, taught in order

Kinematics is the language of fluid motion. Five skills cover the two descriptions, the acceleration field, flow visualization, vorticity, and the transport theorem.

4.1 Lagrangian and Eulerian descriptions

The Lagrangian view follows individual particles; the Eulerian view records properties at fixed points in space as fluid streams past. Fluid mechanics is almost always Eulerian, because we care about the field (velocity, pressure) at locations, not the history of each particle.

4.2 The velocity field and material acceleration

The acceleration of a fluid particle is the material derivative of the velocity field: a = ∂V/∂t + (V·∇)V. The first term is local (unsteadiness); the second is convective (moving into a region of different velocity). A nozzle speeds fluid up even in steady flow through this convective term.

TermMeaning
Local, ∂V/∂tvelocity changing in time at a point
Convective, (V·∇)Vparticle carried to a region of different velocity

4.3 Flow visualization

Streamlines are everywhere tangent to the velocity; pathlines trace one particle's route; streaklines join all particles that passed a point (as dye does). In steady flow all three coincide, which is why steady-flow photos look so clean.

4.4 Vorticity and rotationality

Vorticity ω = ∇ × V measures local spin, twice the angular velocity of a fluid element. A flow with zero vorticity is irrotational, a powerful simplification that underlies ideal-flow theory and much of aerodynamics outside the boundary layer.

4.5 The Reynolds transport theorem

Physical laws (mass, momentum, energy) apply to a system (a fixed set of particles), but we want to use a fixed control volume. The Reynolds transport theorem converts between them, and it is the foundation of the conservation equations in the next two chapters.

Engineering connection: convective acceleration explains forces in nozzles and bends, the flow-rate integral defines average velocity, and the transport theorem sets up every control-volume analysis to come.

04

Worked example 1: acceleration in a steady field

A steady 2D flow has velocity field u = (0.5 + 0.8x) m/s and v = (1.5 − 0.8y) m/s (x, y in metres). Find the acceleration at the point (2, 3).

Figure 1. Although the field is steady (no time dependence), a particle still accelerates because it moves into regions of different velocity, the convective acceleration.
  1. ProblemFind the acceleration of a fluid particle at (2, 3) for the field in Figure 1.
  2. Given / findu = 0.5 + 0.8x, v = 1.5 − 0.8y, steady. Find ax, ay, and |a| at (2, 3).
  3. AssumptionsSteady (∂V/∂t = 0), two-dimensional, incompressible.
  4. ModelMaterial acceleration with only the convective term, since the flow is steady.
  5. Equationsax = u ∂u/∂x + v ∂u/∂y ay = u ∂v/∂x + v ∂v/∂y
  6. SolveAt (2, 3): u = 2.1, v = −0.9. With ∂u/∂x = 0.8, ∂u/∂y = 0, ∂v/∂x = 0, ∂v/∂y = −0.8: ax = 2.1(0.8) = 1.68 m/s², ay = −0.9(−0.8) = 0.72 m/s². So |a| = √(1.68² + 0.72²) = 1.83 m/s².
  7. CheckThe acceleration is nonzero despite steady flow, all of it convective. This is the key kinematic insight: a steady field still accelerates particles wherever the velocity changes with position.
  8. ConclusionThe convective term (V·∇)V is what makes nozzles, diffusers, and bends generate forces. Dropping it because the flow is steady is the classic error.
Result. a = (1.68, 0.72) m/s², magnitude 1.83 m/s², entirely convective.
05

Worked example 2: flow rate from a velocity profile

Laminar flow in a pipe of radius 20 mm has the parabolic profile u(r) = umax(1 − r²/R²) with umax = 4 m/s. Find the volume flow rate and the average velocity.

Figure 2. The parabolic profile is fastest at the center and zero at the wall (no-slip). Integrating it over the area gives the flow rate; the average velocity is exactly half the maximum.
  1. ProblemFind Q and Vavg for the pipe profile in Figure 2.
  2. Given / findR = 0.02 m, umax = 4 m/s, u(r) = umax(1 − r²/R²). Find Q and Vavg.
  3. AssumptionsFully developed laminar flow, axisymmetric, no-slip at the wall.
  4. ModelIntegrate the profile over annular rings dA = 2πr dr; the average velocity is Q over area.
  5. EquationsQ = ∫₀R u(r) 2πr dr = umax πR²/2 Vavg = Q/A = umax/2
  6. SolveA = πR² = π(0.02)² = 1.257×10⁻³ m². Q = umax A/2 = 4 × 1.257×10⁻³/2 = 2.51×10⁻³ m³/s. Vavg = 4/2 = 2 m/s.
  7. CheckThe integral of the parabola gives exactly half the peak times the area, so Vavg = umax/2, a standard laminar result. The flow rate is about 2.5 litres per second.
  8. ConclusionThe velocity field and the bulk flow rate are linked by an area integral. The average velocity, not the peak, is what mass conservation and the Reynolds number use.
Result. Q = 2.51×10⁻³ m³/s; average velocity 2 m/s (half of umax).
06

Misconceptions and diagnostics

MistakeSymptomDiagnostic questionCorrection
Steady means zero accelerationNozzle force missed"Does velocity change with position?"Convective acceleration (V·∇)V is nonzero in steady flow.
Average equals peak velocityFlow rate overestimated"Did I integrate the profile?"Vavg = Q/A; for laminar pipe flow it is umax/2.
Confusing streak- and pathlinesMisreading dye photos"Is the flow steady?"They coincide only in steady flow; differ in unsteady flow.
Irrotational means no viscosityBoundary layer ignored"Is vorticity actually zero here?"Vorticity is generated at walls; irrotational holds only outside the boundary layer.
07

Practice ladder

Level 1 · Direct skill

For the field u = 3x, v = −3y (steady), find ax at the point (1, 2).

Show answer

ax = u ∂u/∂x + v ∂u/∂y = (3·1)(3) + (−3·2)(0) = 9 m/s². The convective term carries it.

Level 2 · Mixed concept

Water flows at 2.51×10⁻³ m³/s through the 20 mm-radius pipe of Worked Example 2. Check the Reynolds number (ν = 1.0×10⁻⁶ m²/s) and confirm the flow is laminar.

Show answer

Re = VavgD/ν = (2)(0.04)/(1.0×10⁻⁶) = 80 000. That is turbulent, not laminar, so the assumed parabolic profile would not actually hold; a real laminar profile needs a much lower velocity (or smaller pipe). A good reminder to check Re before assuming a profile.

Level 3 · Independent problem

Explain why a garden hose nozzle produces a large force on your hand even though the flow through it is steady.

Show answer

The nozzle accelerates the water (convective acceleration, since velocity rises along the contraction). By Newton's law that acceleration requires a net force, and the reaction acts back on the nozzle and your hand. Chapter 6 quantifies it with the momentum equation.

Level 4 · Transfer to real engineering

Pick a flow with strong convective acceleration (a nozzle, a venturi, a river narrowing). Describe the velocity field qualitatively and where the acceleration is largest.

What good work looks like

The region of changing velocity identified, convective acceleration explained as the cause, and a link to the force it produces.

08

Working with AI, and proving it yourself

Use AI as an examiner, not a solver

"Check that I included the convective term, not just the local one."
"Give me five velocity fields; I will say where a particle accelerates."
"Compute the acceleration." Taking the partial derivatives yourself is the skill.
"What is the flow rate?" Setting up the area integral is the point.

Portfolio task

Take one velocity field: compute the material acceleration at a point and identify the convective contribution, then integrate a profile to a flow rate and average velocity.

Must include: an acceleration with its convective term, a flow-rate integral, and the average velocity.
09

Retrieval and spaced review

Closed notes. Answer out loud, then reveal.

1. Eulerian versus Lagrangian description?

Eulerian records properties at fixed points; Lagrangian follows individual particles. Fluids use Eulerian.

2. Write the material acceleration.

a = ∂V/∂t + (V·∇)V: local plus convective.

3. Why can a steady flow accelerate a particle?

Convective acceleration: the particle moves into a region of different velocity.

4. How do you get average velocity from a profile?

Vavg = Q/A, with Q = ∫u dA; for laminar pipe flow Vavg = umax/2.

5. What does the Reynolds transport theorem do?

Converts a system law into a control-volume statement, the basis of the next chapters.

TodayFinish this quiz and Levels 1 and 2 of the ladder.
+1 dayRe-derive the acceleration and flow rate from a blank page.
+3 daysOne acceleration-field and one flow-rate problem.
+7 daysApply the control-volume idea in Bernoulli, Chapter 5.
+30 daysRecall convective acceleration when momentum forces appear in Chapter 6.
10

Textbook mapping

ItemMapping
Primary sourceÇengel and Cimbala, Fluid Mechanics: Fundamentals and Applications, Chapter 4 (Fluid Kinematics)
Cross-referenceWhite, Ch. 1 and 4 · Munson, Ch. 4
Core topics4.1 Lagrangian and Eulerian · 4.2 Material acceleration · 4.3 Flow visualization · 4.4 Vorticity · 4.5 Reynolds transport theorem
Engineering connectionNozzle and bend forces, flow-rate definitions, and ideal-flow theory.
Read nextChapter 5: The Bernoulli and Energy Equations.