Reynolds Number and Flow Transition, Through Visualization
Understand Reynolds number and laminar–turbulent transition through interactive visualization
What Is the Reynolds Number?#
One of the most important dimensionless numbers in fluid flow is the Reynolds number (Re). It expresses the ratio of inertial to viscous forces.
Where:
- : fluid density
- : characteristic velocity
- : characteristic length
- : dynamic viscosity
- : kinematic viscosity
Flow Regimes#
| Reynolds range | Flow regime | Character |
|---|---|---|
| Creeping (Stokes) flow | Viscosity-dominated, fully laminar | |
| (pipe flow) | Laminar | Orderly layered flow |
| Transitional | Unstable, intermittent turbulence | |
| Turbulent | Irregular mixing, high energy dissipation |
The Physics of Transition#
The path from laminar to turbulent flow begins with the Kelvin–Helmholtz instability. At a boundary with a velocity gradient, small disturbances grow and roll into vortices, which cascade energy down the scales.
The governing equation:
In the Navier–Stokes equations, the nonlinear term on the left carries inertia, while on the right damps via viscosity. The Reynolds number measures the relative size of these two.
Velocity-Field Visualization: How Flow Changes with Re#
Try the simulation below to see velocity fields shift as Reynolds number changes:
What to look for:
- Low Re (Re ≈ 1–50): vectors smooth and orderly — viscosity damps disturbances immediately
- Mid Re (Re ≈ 100–500): asymmetry appears in obstacle wakes — inertia rivals viscosity
- High Re (Re > 1000): vector directions become irregular and vortex structures develop
Streamlines Past a Cylinder: the Kármán Vortex Street#
For flow past a cylinder, increasing Reynolds number produces a periodic vortex shedding called the Kármán vortex street.
The shedding frequency is normalized by the Strouhal number :
Where is shedding frequency, is cylinder diameter, is freestream velocity. For a cylinder, stays roughly constant over .
Check the streamline pattern in the cylinder wake below:
What to look for:
- The stagnation point at the front of the cylinder, where streamlines split
- Symmetry breaking in the wake region as periodic vortex shedding starts
- Increasing
speed(higher freestream) intensifies wake instability
Reynolds Number in Numerics: Grid Requirements#
Direct numerical simulation (DNS) of turbulence must resolve down to the smallest scale, the Kolmogorov microscale:
Total grid count scales with Reynolds number as:
So a 10× increase in demands roughly 178× more grid points. This is why practical turbulence simulations rely on RANS or LES models.
Summary#
- The Reynolds number is the inertial-to-viscous ratio—the key dimensionless number for flow behavior
- Above critical Re, flow follows laminar → transitional → turbulent
- Cylinder wakes develop the Kármán vortex street, characterized by Strouhal number
- DNS grid cost scales as , so high-Re flows need turbulence models
Next week we cover how to discretize these Navier–Stokes equations with the finite volume method (FVM) and compare upwind vs. central-difference schemes for accuracy.
Share if you found it helpful.