Rocket Nozzle Thrust⚠ unverified
Aerospace / Propulsion · Compute rocket engine thrust including the pressure-thrust term
Parameters
| Input | Symbol | Unit | Default | Description |
|---|---|---|---|---|
| Pe | Pe | Pa | 1.0 | Nozzle exit pressure |
| Pa | Pa | Pa | 1.0 | Ambient pressure |
| Ae | Ae | m^2 | 1.0 | Nozzle exit area |
| Ve | Ve | m/s | 1.0 | Exhaust exit velocity |
| mdot | mdot | kg/s | 1.0 | Propellant mass flow rate |
| Output | Symbol | Unit | Description |
|---|---|---|---|
| result | F | N | Total thrust, in newtons (N) |
The science & history
Understanding the Parameters
-
Mass flow rate $\dot m$ and exhaust velocity $V_e$ — the momentum-thrust factors. Their product $\dot m V_e$ is the reaction force to the rate of momentum leaving the nozzle, and it dominates the total for a well-designed engine (typically $\gtrsim 90\%$). Raising either raises thrust; raising $V_e$ also raises efficiency (it is the exhaust velocity behind Specific Impulse).
-
Exit pressure $P_e$ vs ambient $P_a$ — the pressure-thrust factor. The nozzle can rarely expand the exhaust to exactly ambient pressure at all altitudes, so a residual $(P_e - P_a)$ acts over the exit area:
-
Underexpanded ($P_e > P_a$, at high altitude): pressure thrust adds to the total.
-
Overexpanded ($P_e < P_a$, at low altitude): pressure thrust subtracts, and if severe the flow separates from the nozzle wall, causing damaging side loads.
-
Perfectly expanded ($P_e = P_a$): the pressure term vanishes and thrust is pure momentum — the most efficient condition for that altitude.
-
Exit area $A_e$ — the lever arm for pressure thrust. A larger exit area (higher expansion ratio) lets the flow expand further, lowering $P_e$ and raising $V_e$ — great in vacuum, but a big nozzle over-expands and loses thrust at sea level. This altitude compromise is why boosters have short nozzles and upper stages have huge bell-shaped ones (Nozzle Expansion Ratio).
-
Default caveat. All defaults are $1.0$, so the shipped result is $F = 1\cdot 1 + (1-1)\cdot 1 = 1\,\text{N}$ — a placeholder until real values are entered.
Derivation (Approaching a Proof)
Apply a steady momentum balance to a control volume enclosing the engine, with the control surface cutting across the nozzle exit plane. The net axial force on the fluid equals the net momentum flux out plus the net pressure force on the control surface.
For a rocket (no inlet momentum — the propellant starts at rest inside the vehicle), the momentum flux leaving is $\dot m\,V_e$. The pressure forces act over the exit plane and the exterior: exhaust pushes outward with $P_e A_e$, ambient pushes inward with $P_a A_e$ over the same projected area, so the net pressure force is $(P_e - P_a)A_e$. Summing the reaction on the vehicle,
$$F = \dot m\,V_e + (P_e - P_a)\,A_e. \qquad\blacksquare$$
It is often written compactly as $F = \dot m\,c$ where $c \equiv V_e + (P_e - P_a)A_e/\dot m$ is the effective exhaust velocity — the single equivalent velocity that would give the same total thrust as pure momentum. This $c$ is exactly $I_{sp}\,g_0$, tying thrust to Specific Impulse.
Dimensional check. $$[\dot m V_e] = \frac{\text{kg}}{\text{s}}\cdot\frac{\text{m}}{\text{s}} = \frac{\text{kg}\cdot\text{m}}{\text{s}^2} = \text{N}, \qquad [(P_e - P_a)A_e] = \text{Pa}\cdot\text{m}^2 = \frac{\text{N}}{\text{m}^2}\cdot\text{m}^2 = \text{N}.\ \checkmark$$ Both terms are forces in newtons.
History and Development
-
Newton's third law made an engine. The rocket predates the theory: Chinese fire-arrows used reaction thrust centuries before Newton formalised it. The modern quantitative equation, with its explicit pressure-thrust term, emerged from the gas-dynamics work of the early 20th century — Tsiolkovsky, Goddard (who patented the multi-stage and liquid-fuel rocket), and Oberth.
-
The de Laval nozzle. The converging–diverging nozzle that makes $V_e$ supersonic was invented by the Swedish engineer Gustaf de Laval in the 1880s for steam turbines, then adopted wholesale by rocketry. It is what converts high chamber pressure and temperature into directed high-velocity exhaust.
-
Altitude compensation. The fixed-geometry bell nozzle is always a compromise between sea-level and vacuum performance. This drove decades of work on altitude-compensating designs — the aerospike and plug nozzles — which let the exhaust boundary adjust to ambient pressure and stay near perfect expansion throughout the climb.
Related Concepts: Specific Impulse, Mass Flow Rate, Nozzle Expansion Ratio, Characteristic Velocity, Nozzle Efficiency, Thrust, Conservation Of Momentum, Ideal Delta-V Tsiolkovsky
Notes: Registry calculator rocket-nozzle-thrust (unverified). Ideal 1-D exit model. Momentum term
$\dot m V_e$ usually dominates. Pressure term adds when underexpanded ($P_e>P_a$), subtracts when overexpanded.
Effective exhaust velocity $c = V_e + (P_e-P_a)A_e/\dot m = I_{sp}g_0$. All defaults $1.0$ ⇒ placeholder result.
Shares its physics with the Physics/Fluids Thrust page.