Reynolds Number & Flow Regimes

A simple ratio that predicts whether pipe flow is smooth, mixed, or chaotic

introcore-transportpipes
⏱️ About 18 min

Why does a dye streak stay perfectly straight in one pipe experiment but instantly shreds into swirls in another? The answer is often one number.

💡
The big idea: Reynolds number compares inertia to viscosity. In internal flows like pipes, it strongly correlates with the onset of turbulence and the pressure losses you should expect.
🎯 By the end, you'll be able to
  • define Reynolds number for pipe flow
  • interpret Re as inertial vs viscous dominance
  • classify laminar, transitional, turbulent regimes in pipes
  • compute Re from flow rate, diameter, and properties
📎 Helpful to know first
  • Fluid Statics Applications

What Reynolds number is

Reynolds number (Re) is a dimensionless ratio that compares inertial effects (tendency of the fluid to keep moving) to viscous effects (tendency to resist deformation). For pipe flow, it is commonly defined using the average velocity v and the pipe diameter D.

Large Re generally means inertia dominates and disturbances grow into turbulence. Small Re means viscosity smooths out disturbances and the flow stays laminar.

\[ \mathrm{Re}=\frac{\rho v D}{\mu}=\frac{vD}{\nu} \]
Reynolds number using density ρ, viscosity μ, and kinematic viscosity ν=μ/ρ.
🔑 Physical meaning

Think of Re as a competition: inertia tries to amplify velocity fluctuations, viscosity tries to damp them out. Higher Re makes turbulence more likely.

Pipe-flow regime thresholds (rule of thumb)

For fully developed flow in a round pipe, the standard rough thresholds are:

  • Laminar: Re < 2100
  • Transitional: 2100–4000
  • Turbulent: Re > 4000

These cutoffs are not laws of nature—entrance effects, vibration, and roughness can shift behavior—but they are extremely useful for engineering calculations.

⚠️ Transitional flow is unreliable

In 2100–4000, the flow can flip between laminar-like and turbulent-like behavior. Friction correlations become uncertain, so designs often avoid this range when possible.

From flow rate to velocity

If you are given volumetric flow rate Q, compute average velocity by dividing by the cross-sectional area:

v = Q / A, with A = πD²/4.

📝 Worked example: Water at 20°C (ρ=998 kg/m³, μ=1.002×10⁻³ Pa·s) flows in a smooth pipe of diameter D = 0.025 m at volumetric flow rate Q = 2.0×10⁻4 m³/s. Compute Reynolds number and classify the regime.
  1. Compute area: A = πD²/4 = π(0.025)²/4 = 4.9087×10⁻4 m².
  2. Compute average velocity: v = Q/A = (2.0×10⁻4)/(4.9087×10⁻4) = 0.4074 m/s.
  3. Compute Re = ρvD/μ = (998)(0.4074)(0.025)/(1.002×10⁻3) = 1.01×10⁴.
  4. Compare to thresholds: Re > 4000 → turbulent pipe flow.
✓ Re = 1.01×10⁴ (turbulent)
✏️ Practice: Oil (ρ=850 kg/m³, μ=0.10 Pa·s) flows in a pipe of diameter D = 0.050 m at average velocity v = 0.20 m/s. Compute Reynolds number.
Solution
  1. Use Re = ρvD/μ.
  2. Compute numerator: ρvD = (850)(0.20)(0.050) = 8.5.
  3. Divide by μ: Re = 8.5 / 0.10 = 85.

Check your understanding

1. Reynolds number in pipe flow primarily compares:
Re = ρvD/μ is the classic inertial-to-viscous ratio for internal flows.
2. For round-pipe flow, which Re range is usually considered transitional?
The standard rule-of-thumb range is 2100–4000.
3. If Q is fixed and D is doubled (same fluid), Reynolds number changes by a factor of:
With fixed Q, v=Q/A ∝ 1/D², so Re ∝ vD ∝ (1/D²)·D = 1/D; doubling D halves Re.
✨ Quick scaling check

Be careful when comparing cases: if velocity is fixed, Re ∝ D; if flow rate is fixed, Re ∝ 1/D because velocity drops as the area grows.

✅ Key takeaways
  • Re = ρvD/μ (or vD/ν) is a dimensionless inertia-to-viscosity ratio
  • In pipes: Re<2100 laminar, 2100–4000 transitional, Re>4000 turbulent
  • Compute v from Q via v=Q/(πD²/4) before calculating Re
  • Flow regime selection strongly affects pressure-drop predictions
➡️ Next, we’ll use Bernoulli’s idea—but extend it to real pipes with friction and pump work.
Want to test yourself on this? Try the Chemical Aptitude test →