Other

Reynolds Number Calculator

Calculate Reynolds number to determine laminar or turbulent flow. Supports pipes, ducts, and open channels with various fluid properties.

Reynolds Number (Re)
99,602

Turbulent Flow

Chaotic flow with eddies and vortices

Reynolds number
99,602
Flow regime
Turbulent
Velocity
2.0000 m/s
Characteristic length
50.00 mm
Kinematic viscosity
1.004e-6 m²/s
Darcy friction factor
0.0178

Flow regime thresholds:

Re < 2,300 → Laminar

2,300 ≤ Re < 4,000 → Transitional

Re ≥ 4,000 → Turbulent

What is Reynolds number?

The Reynolds number (Re) is a dimensionless quantity in fluid mechanics that helps predict flow patterns. It represents the ratio of inertial forces to viscous forces within a fluid and determines whether flow will be laminar (smooth) or turbulent (chaotic).

Named after Osborne Reynolds, who first described this relationship in 1883, the Reynolds number is one of the most important parameters in fluid dynamics.

The Reynolds number formula

Re=ρvLμ=vLνRe = \frac{\rho v L}{\mu} = \frac{v L}{\nu}

Where:

  • ρ = fluid density (kg/m³)
  • v = flow velocity (m/s)
  • L = characteristic length (m)
  • μ = dynamic viscosity (Pa·s or kg/(m·s))
  • ν = kinematic viscosity (m²/s), where ν = μ/ρ

For pipe flow, L is typically the pipe diameter.

Flow regimes

Laminar flow (Re < 2,300)

  • Fluid moves in parallel layers
  • No mixing between layers
  • Predictable, orderly motion
  • Lower energy loss
  • Parabolic velocity profile

Transitional flow (2,300 ≤ Re < 4,000)

  • Unstable flow pattern
  • May switch between laminar and turbulent
  • Difficult to predict
  • Avoid designing in this range

Turbulent flow (Re ≥ 4,000)

  • Chaotic, irregular motion
  • Significant mixing and eddies
  • Higher energy loss
  • Flatter velocity profile
  • Better heat transfer

Critical Reynolds numbers

ApplicationLaminarTurbulent
Pipe flow< 2,300> 4,000
Flat plate< 5×10⁵> 5×10⁵
Sphere< 2×10⁵> 2×10⁵
Open channel< 500> 2,000

Kinematic viscosity of common fluids

At 20°C (68°F):

Fluidν (m²/s)ν (cSt)
Water1.004×10⁻⁶1.004
Air1.516×10⁻⁵15.16
Motor oil (SAE 30)1×10⁻⁴100
Glycerin1.19×10⁻³1,190
Mercury1.14×10⁻⁷0.114
Honey2×10⁻³2,000
Blood3×10⁻⁶3

Note: 1 cSt (centistokes) = 10⁻⁶ m²/s

Temperature effects on viscosity

Viscosity changes significantly with temperature:

Water kinematic viscosity

Temperatureν (m²/s)
0°C1.79×10⁻⁶
20°C1.00×10⁻⁶
40°C0.66×10⁻⁶
60°C0.47×10⁻⁶
100°C0.29×10⁻⁶

Higher temperatures = lower viscosity = higher Reynolds number.

Example calculations

Water in a pipe

Water at 20°C flowing at 2 m/s through a 50 mm diameter pipe:

Re=v×Dν=2×0.051.004×106=99,602\begin{aligned} Re &= \frac{v \times D}{\nu} \\ &= \frac{2 \times 0.05}{1.004 \times 10^{-6}} \\ &= 99,602 \end{aligned}

This is turbulent flow (Re >> 4,000).

Air over a wing

Air at 20°C flowing at 100 m/s over a wing with 2 m chord:

Re=100×21.516×105=13.2×106\begin{aligned} Re &= \frac{100 \times 2}{1.516 \times 10^{-5}} \\ &= 13.2 \times 10^6 \end{aligned}

This is turbulent flow over most of the wing.

Hydraulic diameter

For non-circular cross-sections, use hydraulic diameter:

Dh=4APD_h = \frac{4A}{P}

Where:

  • A = cross-sectional area
  • P = wetted perimeter

Common shapes

ShapeHydraulic diameter
Circle (diameter D)D
Square (side a)a
Rectangle (a × b)2ab/(a+b)
Annulus (D₁, D₂)D₁ - D₂
Equilateral triangle (side a)a/√3

Friction factor

The Reynolds number determines the friction factor for pressure drop calculations.

Laminar flow (Re < 2,300)

Darcy friction factor:

f=64Ref = \frac{64}{Re}

Turbulent flow (smooth pipes)

Blasius equation (4,000 < Re < 10⁵):

f=0.316Re0.25f = \frac{0.316}{Re^{0.25}}

Colebrook equation (more general):

1f=2log(ε/D3.7+2.51Ref)\frac{1}{\sqrt{f}} = -2 \log\left(\frac{\varepsilon/D}{3.7} + \frac{2.51}{Re\sqrt{f}}\right)

Pressure drop calculation

The Darcy-Weisbach equation relates friction factor to pressure drop:

ΔP=fLDρv22\Delta P = f \frac{L}{D} \frac{\rho v^2}{2}

Where:

  • ΔP = pressure drop (Pa)
  • f = Darcy friction factor
  • L = pipe length (m)
  • D = diameter (m)

Engineering applications

Piping systems

  • Designing pumping systems
  • Calculating pressure drops
  • Sizing pipes appropriately

Heat exchangers

  • Turbulent flow enhances heat transfer
  • Balancing efficiency vs pumping cost

Aerodynamics

  • Aircraft wing design
  • Vehicle drag optimization
  • Wind turbine blades

Chemical processes

  • Mixing efficiency
  • Reactor design
  • Separation processes

Biomedical

  • Blood flow analysis
  • Drug delivery systems
  • Artificial organ design

Reynolds number scaling

The Reynolds number is crucial for scale model testing. For dynamic similarity:

Remodel=ReprototypeRe_{model} = Re_{prototype}

This means:

vmLmνm=vpLpνp\frac{v_m L_m}{\nu_m} = \frac{v_p L_p}{\nu_p}

If testing a 1:10 scale model in the same fluid:

vm=10×vpv_m = 10 \times v_p

Common mistakes

  1. Mixing units — Ensure all values are in consistent units
  2. Wrong characteristic length — Use diameter for pipes, not radius
  3. Ignoring temperature — Viscosity varies significantly with temperature
  4. Static vs flowing — Reynolds number applies to flowing fluids
  5. Absolute vs kinematic viscosity — Know which viscosity value you have

Beyond Reynolds number

Other dimensionless numbers in fluid mechanics:

NumberComparesApplication
Reynolds (Re)Inertial/viscousFlow regime
Mach (Ma)Flow/sound speedCompressibility
Froude (Fr)Inertial/gravityFree surface flow
Prandtl (Pr)Momentum/thermal diffusivityHeat transfer
Nusselt (Nu)Convective/conductive transferHeat transfer
Weber (We)Inertial/surface tensionDroplets, bubbles