Reynolds Number (Advanced) Calculator Formula
Understand the math behind the reynolds number (advanced) calculator. Each variable explained with a worked example.
Formulas Used
Reynolds Number
re = density * velocity * length / viscosityKinematic Viscosity
kinematic_visc = viscosity / densityVariables
| Variable | Description | Default |
|---|---|---|
density | Fluid Density(kg/m3) | 1000 |
velocity | Flow Velocity(m/s) | 2 |
length | Characteristic Length(m) | 0.05 |
viscosity | Dynamic Viscosity(Pa s) | 0.001 |
How It Works
Reynolds Number
The Reynolds number predicts whether flow will be laminar (smooth) or turbulent (chaotic).
Formula
Re = rho v L / mu
For pipe flow: Re < 2300 is laminar, 2300-4000 is transitional, > 4000 is turbulent.
Worked Example
Water (rho = 1000, mu = 0.001) at 2 m/s through a 5 cm pipe.
density = 1000velocity = 2length = 0.05viscosity = 0.001
- 01Re = rho v L / mu
- 02Re = 1000 * 2 * 0.05 / 0.001
- 03Re = 100 / 0.001 = 100 000
- 04This is well into the turbulent regime.
Ready to run the numbers?
Open Reynolds Number (Advanced) Calculator