Hand Calculations logo Hand Calculations All help pages ▾

Reynolds Number Atm⚠ unverified

Aerospace / Atmosphere · Compute the Reynolds number in the atmosphere

Parameters

InputSymbolUnitDefaultDescription
rhoρkg/m^31.0Air density
VVm/s1.0Flow speed
LLm1.0Characteristic length
muμPa*s1.789e-05Dynamic viscosity of air, in pascal-seconds (Pa*s). Default is 1.789e-5
OutputSymbolUnitDescription
resultReReynolds number, dimensionless

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

Route 1 — a ratio of forces. Estimate the two competing forces on a fluid element of size $L$ by scaling argument. Inertial force is mass × acceleration. Mass scales as $\rho L^3$; acceleration is the rate of velocity change a particle experiences traversing the body, $\sim V \cdot (V/L) = V^2/L$. So

$$F_{\text{inertia}} \sim \rho L^3 \cdot \frac{V^2}{L} = \rho V^2 L^2.$$

Viscous force is shear stress × area. Newton's law of viscosity gives stress $\tau = \mu\,dV/dy \sim \mu V/L$, acting over area $\sim L^2$:

$$F_{\text{viscous}} \sim \mu\frac{V}{L}\cdot L^2 = \mu V L.$$

The ratio is the Reynolds number:

$$Re = \frac{F_{\text{inertia}}}{F_{\text{viscous}}} \sim \frac{\rho V^2 L^2}{\mu V L} = \frac{\rho V L}{\mu}. \qquad\blacksquare$$

Route 2 — non-dimensionalising Navier–Stokes. The deeper justification. The incompressible momentum equation is

$$\rho\left(\frac{\partial \mathbf{u}}{\partial t} + \mathbf{u}\cdot\nabla\mathbf{u}\right) = -\nabla p + \mu\nabla^2\mathbf{u}.$$

Introduce dimensionless variables scaled on the problem's own units: $\mathbf{u}^\ast = \mathbf{u}/V$, $\mathbf{x}^\ast = \mathbf{x}/L$, $t^\ast = tV/L$, $p^\ast = p/(\rho V^2)$. Substituting and dividing through by $\rho V^2/L$ collapses every constant into a single group:

$$\frac{\partial \mathbf{u}^\ast}{\partial t^\ast} + \mathbf{u}^\ast\cdot\nabla^\ast\mathbf{u}^\ast = -\nabla^\ast p^\ast + \frac{\mu}{\rho V L}\nabla^{\ast 2}\mathbf{u}^\ast = -\nabla^\ast p^\ast + \frac{1}{Re}\nabla^{\ast 2}\mathbf{u}^\ast.$$

This is the profound statement, and the reason $Re$ matters more than any of its ingredients. The governing equation in dimensionless form contains $\rho$, $V$, $L$, $\mu$ only through the combination $Re$. Therefore any two flows with the same $Re$ and the same geometry obey the identical equation and have identical dimensionless solutions — this is dynamic similarity. A 1/10-scale model in a tunnel at 10× the speed reproduces the full-scale flow exactly. Without this theorem, wind tunnels would be decorative.

The formula is also recoverable by Buckingham π: with 4 variables ($\rho, V, L, \mu$) in 3 dimensions (M, L, T), $4 - 3 = 1$ dimensionless group exists — and it is $Re$. There is nothing else it could be.

Dimensional check. With $\text{Pa}\cdot\text{s} = \text{kg}/(\text{m}\cdot\text{s})$: $$\frac{\rho V L}{\mu} = \frac{(\text{kg}/\text{m}^3)(\text{m}/\text{s})(\text{m})}{\text{kg}/(\text{m}\cdot\text{s})} = \frac{\text{kg}/(\text{m}\cdot\text{s})}{\text{kg}/(\text{m}\cdot\text{s})} = 1\ \checkmark$$ Dimensionless, as a similarity parameter must be.

History and Development

Related Concepts: Reynolds Number, Reynolds Number Heat, ISA Density, ISA Temperature, Dynamic Pressure, Drag Force, Lift Force, Parasite Drag, Mach Number, Froude Number, Weber Number, Prandtl Number

Notes: Duplicate of Reynolds Number (Physics / Fluids) — identical formula; only difference is the default $\mu = 1.789\times10^{-5}\ \text{Pa}\cdot\text{s}$ (ISA sea-level air). Third instance: Reynolds Number Heat. Unit labels correct here. $\mu$ rises with temperature for gases (Sutherland's law) and is ~independent of pressure — the sea-level default is wrong at cruise ($\approx 1.42\times10^{-5}$ at the tropopause). $L$ convention (chord, not span) must always be stated. From non-dimensionalised Navier–Stokes: same $Re$ + same geometry ⇒ dynamically similar flows.

← Back to the workspace  ·  All help pages  ·  Getting started