Pipe Flow — Reynolds Number & the Navier–Stokes Solution
Push fluid through a pipe — inertia fights viscosity. Their ratio (Reynolds number) sets whether you get smooth Hagen–Poiseuille flow or turbulence.
Show the analytical velocity profile (Hagen–Poiseuille)
Inertia versus viscosity
Two forces fight to set the personality of any fluid flow. Inertia wants the fluid to keep moving in whatever direction it's moving — it doesn't want to be redirected. Viscosity wants neighboring layers of fluid to stick together and damp out any differences. The ratio of those two is the most famous dimensionless number in fluid mechanics: the Reynolds number.
Source: Wikipedia — Reynolds number.
For pipe flow, the practical takeaway is a clean threshold:
- — viscosity wins. Flow is laminar: smooth parallel layers, perfectly predictable.
- — transitional. Tiny disturbances start to grow into eddies. Behavior gets unstable.
- — inertia wins. Flow is turbulent: chaotic eddies, time-averaged but never steady at the small scale.
This is what the slider above is exposing. Try the Water through a thin tube preset (Re ≈ 500): the tracers march in clean parallel lanes. Now switch to the faucet preset (Re ≈ 25,000) — same fluid, same physics, but the tracers thrash. Nothing about the fluid changed; only the regime did.
Hagen–Poiseuille — an exact NS solution
The full Navier–Stokes equations are infamously hard:
Source: Wikipedia — Navier–Stokes equations. General closed-form solutions don't exist; that's literally a Millennium Prize Problem.
But for one specific case — steady, fully developed, axisymmetric flow in a long round pipe — every term you can drop, drops. The convective acceleration vanishes, the time derivative vanishes, and what's left is a balance between the axial pressure gradient and viscous shear:
Integrate twice with the no-slip boundary condition ( at ) and you get a perfect parabolic profile:
The cross-section average is half the centerline peak, , and integrating the profile across the pipe yields the Hagen–Poiseuille pressure drop:
Source: Wikipedia — Hagen–Poiseuille equation. Open the engineering view above to see the parabolic profile drawn explicitly.
Why doubling the diameter is so powerful
Look at the pressure-drop formula: at fixed . But the flow rate relationship is even more dramatic. Because , if you instead hold constant and ask how much fluid you can move:
The fourth power on is why your kitchen sink drain is so much more effective than a thin straw, and why narrowing of arteries (which shrinks ) so dramatically increases the heart's pumping work. Halve the radius and you cut the carrying capacity by a factor of 16.
Why the laminar formula breaks at high Re
Hagen–Poiseuille assumed the velocity profile is steady, axisymmetric, and parallel — every fluid particle moves in a straight line down the pipe. That's a perfectly good solution to NS, but at high Reynolds number it's an unstable one. Tiny disturbances (a wall bump, a vibration, the inlet) get amplified by the inertia of the flow instead of damped by viscosity. The neat parabola breaks up into eddies, the time-averaged profile flattens out into a "plug" with steep wall gradients, and pressure drop now scales roughly as to instead of linearly. None of the closed-form formulas above apply once you cross the transition.
- Pipe inner radius
- Cross-section area
- Volumetric flow rate
- Reynolds number — inertia / viscosity
- Centerline velocity in fully-developed laminar flow (= 2× mean)
- Hagen–Poiseuille pressure drop (laminar only)
- Wall shear stress in laminar pipe flow
- Laminar Darcy friction factor (only meaningful for Re ≲ 2300)
Water at 20 °C (ρ = 1000 kg/m³, μ = 0.001 Pa·s) through a 5 mm tube at v = 0.4 m/s gives Re = 1000·0.4·0.005/0.001 = 2000 — laminar, just under the transition. Hagen–Poiseuille predicts ΔP = 32·0.001·1·0.4/(0.005)² = 512 Pa over 1 m, with centerline velocity u_max = 0.8 m/s and wall shear τ_w = 8·0.001·0.4/0.005 = 0.64 Pa.
| Quantity | Expected | Computed | Δ |
|---|---|---|---|
| Re | 2000 | 2000 | 0 |
| u_max | 0.8 | 0.8 | 0 |
| dP_HP | 512 | 512 | 0 |
| tau_wall_HP | 0.64 | 0.64 | 0 |
| f_lam | 0.032 | 0.032 | 0 |
Tap-water flow at v = 1 m/s through a D = 25 mm pipe (kitchen-sink scale) gives Re = 1000·1·0.025/0.001 = 25,000 — well past the turbulent threshold (~4000). Hagen–Poiseuille no longer applies; the laminar formulas are reported but not physical here.
| Quantity | Expected | Computed | Δ |
|---|---|---|---|
| Re | 25000 | 25000 | 0 |
- [1] Wikipedia. Reynolds number — definition and pipe-flow critical values, eq. Re = ρvD/μ; for pipe flow Re ≲ 2300 is laminar, transition is roughly 2300–4000, Re ≳ 4000 is fully turbulent. (en.wikipedia.org)
- [2] Wikipedia. Hagen–Poiseuille equation — exact NS solution for steady laminar pipe flow, eq. ΔP = 8μLQ / (πR⁴) = 32μLv / D²; u(r) = G/(4μ)·(R² − r²) with G = ΔP/L; u_max = 2·v_avg. (en.wikipedia.org)
- [3] Wikipedia. Navier–Stokes equations — momentum conservation for a Newtonian fluid, eq. ρ(∂v/∂t + (v·∇)v) = −∇p + μ∇²v + f. Hagen–Poiseuille is the closed-form solution for steady, axisymmetric, fully-developed flow in a round pipe. (en.wikipedia.org)
- Steady, fully-developed, axisymmetric flow in a long straight round pipe — Hagen–Poiseuille assumes the velocity profile no longer changes with axial position.
- Newtonian fluid — viscosity is a single constant, independent of strain rate.
- No body forces along the flow axis (horizontal pipe, or pressure already accounts for elevation).
- No-slip boundary at the wall — fluid velocity is zero at r = R.
- Hagen–Poiseuille formulas are valid only while flow is laminar (Re ≲ 2300). Above that, transitional or turbulent behavior breaks the parabolic-profile assumption and a different friction model is required.