Reentry Deceleration⚠ unverified
Aerospace / Reentry · Compute the peak deceleration during reentry
Parameters
| Input | Symbol | Unit | Default | Description |
|---|---|---|---|---|
| v | v | m/s | 1.0 | Velocity |
| beta | β | kg/m**2 | 1.0 | Ballistic coefficient |
| rho | ρ | kg/m**3 | 1.0 | Local atmospheric density |
| g | g | m/s**2 | 9.81 | Gravitational acceleration, in metres per second squared (m/s**2). Default is 9.81 |
| Output | Symbol | Unit | Description |
|---|---|---|---|
| result | a | — | Deceleration expressed in g-units (dimensionless) |
The science & history
Understanding the Parameters
-
Velocity $V$ — deceleration goes as $V^2$, so it is savage at entry speeds. This is why the deceleration pulse is concentrated where the vehicle is still fast and the air is getting thick.
-
Density $\rho$ — rises exponentially as the vehicle descends, driving the buildup of deceleration. The competition between rising $\rho$ and falling $V$ produces a peak at an intermediate altitude (Peak Heating Altitude is the analogous idea for heating).
-
Ballistic coefficient $\beta$ — in the denominator: a low-$\beta$ (blunt, light) vehicle decelerates at the same peak $g$ but does so higher up, where the air is thin, spreading the load and heat over a longer, gentler descent. A high-$\beta$ vehicle reaches the same peak $g$ deep and fast. $\beta$ sets where, not how hard, the peak occurs.
-
The output $g$-load — the number that limits crew and structure. Apollo lunar-return entries peaked near $6$–$7\,g$; a ballistic (uncontrolled) Soyuz abort can reach $\sim 8$–$9\,g$; steep missile entries reach tens of $g$. Managing it is a chief reason for lifting entry, which flies a shallow, controlled path (Lift To Drag Reentry).
Derivation (Approaching a Proof)
The instantaneous deceleration is drag over mass. With drag $D = \tfrac12\rho V^2 C_d A$ (Drag Force) and $\beta = m/(C_d A)$ (Ballistic Coefficient),
$$a = \frac{D}{m} = \frac{\tfrac12\rho V^2 C_d A}{m} = \frac{\rho V^2}{2\beta}.$$
To find the peak, use the Allen–Eggers profile $V(h) = V_0\exp\!\big[-B\,e^{-h/H}\big]$ with $B = \rho_0 H/(2\beta\sin\gamma)$ (Reentry Velocity). Deceleration $a \propto \rho V^2 = \rho_0 e^{-h/H}V_0^2 e^{-2B e^{-h/H}}$. Setting $da/dh = 0$ gives the condition $e^{-h/H} = 1/(2B)$, i.e. the peak occurs where the atmospheric density is $\rho^* = \beta\sin\gamma/H$. Substituting back, the velocity there is $V_0/\sqrt e$, and
$$a_{max} = \frac{\rho^* (V_0/\sqrt e)^2}{2\beta} = \frac{(\beta\sin\gamma/H)\,V_0^2/e}{2\beta} = \frac{V_0^2\sin\gamma}{2eH}. \qquad\blacksquare$$
The ballistic coefficient cancels — the celebrated Allen–Eggers result. Peak deceleration is fixed by the entry velocity and angle and the atmosphere's scale height; the vehicle's $\beta$ only sets the altitude at which that peak is felt. Steeper entries (larger $\sin\gamma$) give proportionally higher peak $g$.
Dimensional check (corrected form). $$\left[\frac{\rho V^2}{2\beta}\right] = \frac{(\text{kg}/\text{m}^3)(\text{m}/\text{s})^2}{\text{kg}/\text{m}^2} = \frac{\text{m}}{\text{s}^2},$$ an acceleration; dividing by $g$ gives the dimensionless $g$-load. $\checkmark$
History and Development
-
The blunt-body payoff. Allen and Eggers' 1958 result that peak deceleration is independent of $\beta$ — while peak heating is lower for low $\beta$ — is precisely why crewed vehicles are blunt: you cannot dodge the $g$-load by shape, but you can dodge the heat by decelerating high in thin air.
-
Human tolerance. Deceleration limits drove entry-corridor design. Ballistic entries impose the highest $g$; lifting entries (Lift To Drag Reentry) fly shallower to cap deceleration for crew comfort and safety — Apollo held $\sim 6.5\,g$, the Shuttle a gentle $\sim 3\,g$.
-
The entry corridor. Too steep and the $g$-load and heating are lethal; too shallow and the vehicle skips back out (Skip Reentry Delta V). The narrow band of acceptable flight-path angles is the entry corridor, one of the tightest constraints in returning from space.
Related Concepts: Ballistic Coefficient, Reentry Velocity, Peak Heating Altitude, Reentry G Load, Lift To Drag Reentry, Drag Force, Reentry Time
Notes: Registry calculator reentry-deceleration (unverified). Bug: shipped $a=\beta\rho V^2/g$ has
$\beta$ in the numerator and is dimensionally broken; correct is $a=\rho V^2/(2\beta)$, or $n=\rho V^2/(2\beta g)$
in $g$-units. Peak deceleration $a_{max}=V_0^2\sin\gamma/(2eH)$ is independent of $\beta$ (Allen–Eggers).
Flagged in Known Issues. All defaults $1.0$.