Reynolds Number: Laminar vs Turbulent Flow Visualized

simulator intermediate ~10 min
Loading simulation...
Re = 10,000 — turbulent flow regime

With water (ρ=1000 kg/m³, μ=0.001 Pa·s) flowing at 0.5 m/s through a 2cm pipe, the Reynolds number is 10,000 — well into the turbulent regime. Reduce velocity below 0.115 m/s to achieve laminar flow.

Formula

Re = ρvD/μ
v_critical = 2300μ/(ρD)
f = 64/Re (laminar friction factor)

The Reynolds Number: Order vs Chaos in Flow

In 1883, Osborne Reynolds conducted his famous dye experiment: injecting a thin stream of colored dye into water flowing through a glass tube. At low velocities, the dye streamed in a perfect, undisturbed line — laminar flow. As he increased the velocity, the dye line began to waver, and eventually broke apart into chaotic swirls — turbulence had taken over. The dimensionless number that predicts this transition now bears his name.

Understanding the Reynolds Number

The Reynolds number Re = ρvD/μ captures the ratio of inertial forces (which cause turbulence) to viscous forces (which suppress it). When viscosity dominates (low Re), the fluid flows in orderly parallel layers — laminar flow. When inertia dominates (high Re), small disturbances amplify into chaotic vortices — turbulent flow. The critical Reynolds number for pipe flow is approximately 2300.

Visualizing the Transition

This simulation shows a pipe cross-section with particles tracing the flow. In the laminar regime, particles follow smooth parallel streamlines with a parabolic velocity profile — fastest at the center, stationary at the walls. As you increase velocity past the critical point, watch the orderly paths dissolve into random, chaotic motion. The transitional zone (Re 2300-4000) shows intermittent bursts of turbulence.

Real-World Applications

The Reynolds number governs flow everywhere: blood in arteries (Re ≈ 1000, normally laminar), water in household pipes (Re ≈ 10,000, usually turbulent), and air over aircraft wings (Re ≈ 10⁷, turbulent boundary layer). Engineers use it to scale model tests — a small wind tunnel model at the same Reynolds number as a full-size aircraft will show the same flow patterns. The fourth power dependence of flow rate on pipe radius (Poiseuille's law) makes even small arterial narrowing catastrophic for blood flow.

FAQ

What is the Reynolds number?

The Reynolds number (Re) is a dimensionless quantity that predicts flow patterns. It is defined as Re = ρvD/μ, where ρ is fluid density, v is velocity, D is pipe diameter, and μ is dynamic viscosity. Low Re indicates laminar flow; high Re indicates turbulence.

At what Reynolds number does flow become turbulent?

In pipe flow, the transition from laminar to turbulent typically occurs around Re = 2300. Between Re = 2300 and Re = 4000 is a transitional zone. Above Re = 4000, flow is generally fully turbulent.

Why does turbulence matter in engineering?

Turbulence dramatically increases mixing (useful in chemical reactors) but also increases drag and pressure losses (costly in pipelines). Understanding the laminar-turbulent transition is critical for designing efficient piping systems, aircraft, and medical devices.

Is blood flow laminar or turbulent?

Normal blood flow in most arteries is laminar (Re ≈ 300-1400). However, turbulence can occur at arterial branches, heart valves, or due to stenosis. Turbulent blood flow can be heard with a stethoscope as a 'murmur' or 'bruit'.

Sources

Embed

<iframe src="https://homo-deus.com/lab/fluid-dynamics/reynolds-number/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub