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.
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.
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/ATracking 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 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.
| Term | Meaning |
|---|---|
| Local, ∂V/∂t | velocity changing in time at a point |
| Convective, (V·∇)V | particle 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.
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).
- ProblemFind the acceleration of a fluid particle at (2, 3) for the field in Figure 1.
- Given / findu = 0.5 + 0.8x, v = 1.5 − 0.8y, steady. Find ax, ay, and |a| at (2, 3).
- AssumptionsSteady (∂V/∂t = 0), two-dimensional, incompressible.
- ModelMaterial acceleration with only the convective term, since the flow is steady.
- Equationsax = u ∂u/∂x + v ∂u/∂y ay = u ∂v/∂x + v ∂v/∂y
- 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².
- 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.
- 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.
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.
- ProblemFind Q and Vavg for the pipe profile in Figure 2.
- Given / findR = 0.02 m, umax = 4 m/s, u(r) = umax(1 − r²/R²). Find Q and Vavg.
- AssumptionsFully developed laminar flow, axisymmetric, no-slip at the wall.
- ModelIntegrate the profile over annular rings dA = 2πr dr; the average velocity is Q over area.
- EquationsQ = ∫₀R u(r) 2πr dr = umax πR²/2 Vavg = Q/A = umax/2
- 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.
- 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.
- 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.
Misconceptions and diagnostics
| Mistake | Symptom | Diagnostic question | Correction |
|---|---|---|---|
| Steady means zero acceleration | Nozzle force missed | "Does velocity change with position?" | Convective acceleration (V·∇)V is nonzero in steady flow. |
| Average equals peak velocity | Flow rate overestimated | "Did I integrate the profile?" | Vavg = Q/A; for laminar pipe flow it is umax/2. |
| Confusing streak- and pathlines | Misreading dye photos | "Is the flow steady?" | They coincide only in steady flow; differ in unsteady flow. |
| Irrotational means no viscosity | Boundary layer ignored | "Is vorticity actually zero here?" | Vorticity is generated at walls; irrotational holds only outside the boundary layer. |
Practice ladder
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.
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.
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.
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.
Working with AI, and proving it yourself
Use AI as an examiner, not a solver
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.
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.
Textbook mapping
| Item | Mapping |
|---|---|
| Primary source | Çengel and Cimbala, Fluid Mechanics: Fundamentals and Applications, Chapter 4 (Fluid Kinematics) |
| Cross-reference | White, Ch. 1 and 4 · Munson, Ch. 4 |
| Core topics | 4.1 Lagrangian and Eulerian · 4.2 Material acceleration · 4.3 Flow visualization · 4.4 Vorticity · 4.5 Reynolds transport theorem |
| Engineering connection | Nozzle and bend forces, flow-rate definitions, and ideal-flow theory. |
| Read next | Chapter 5: The Bernoulli and Energy Equations. |