3.3.17Rocket Propulsion

De Laval nozzle geometry — conical, bell (Rao contour), 80% bell

2,331 words11 min readdifficulty · medium6 backlinks

Overview

The De Laval nozzle accelerates hot combustion gases from subsonic to supersonic speeds. While the basic converging-diverging shape is fixed by physics, the diverging section geometry can be optimized. Three primary geometries exist: conical, bell (Rao contour), and 80% bell. Each balances performance (exhaust velocity), weight, and manufacturing complexity.


Why Nozzle Geometry Matters

A conical nozzle is simple but wastes thrust because gas exits at angle. A bell nozzle curves the flow back to axial, recovering that loss. The question is: how long should the bell be?


Conical Nozzle

Derivation: Thrust Loss from Divergence

The exhaust exits at half-angle α\alpha to the axis. Momentum in the thrust direction:

Fthrust=m˙vecosα\vec{F}_{\text{thrust}} = \dot{m} v_e \cos\alpha

The divergence correction factor is:

λ=1+cosα2\lambda = \frac{1 + \cos\alpha}{2}

Why this formula? Average the momentum over the conical surface. For uniform flow at angle α\alpha, integrate cosθ\cos\theta over a cone:

λ=0αcosθ2πRsinθdθ0α2πRsinθdθ\lambda = \frac{\int_0^\alpha \cos\theta \cdot 2\pi R \sin\theta \, d\theta}{\int_0^\alpha 2\pi R \sin\theta \, d\theta}

Simplify:

λ=0αcosθsinθdθ0αsinθdθ=[12sin2θ]0α[cosθ]0α=sin2α/21cosα\lambda = \frac{\int_0^\alpha \cos\theta \sin\theta \, d\theta}{\int_0^\alpha \sin\theta \, d\theta} = \frac{[\frac{1}{2}\sin^2\theta]_0^\alpha}{[-\cos\theta]_0^\alpha} = \frac{\sin^2\alpha / 2}{1 - \cos\alpha}

Use identity sin2α=1cos2α=(1cosα)(1+cosα)\sin^2\alpha = 1 - \cos^2\alpha = (1-\cos\alpha)(1+\cos\alpha):

λ=(1cosα)(1+cosα)2(1cosα)=1+cosα2\lambda = \frac{(1-\cos\alpha)(1+\cos\alpha)}{2(1-\cos\alpha)} = \frac{1+\cos\alpha}{2}

Length: For expansion ratio ϵ=Ae/At\epsilon = A_e / A_t, length from throat to exit:

Lcone=Rt(ϵ1)tanαL_{\text{cone}} = \frac{R_t(\sqrt{\epsilon} - 1)}{\tan\alpha}

where RtR_t is throat radius.

Find: Nozzle length and thrust efficiency.

Solution:

  1. Exit radius: Re=Rtϵ=1016=40R_e = R_t \sqrt{\epsilon} = 10\sqrt{16} = 40 cm
  2. Length: L=10(41)tan15°=300.2679112 cmL = \frac{10(4-1)}{\tan 15°} = \frac{30}{0.2679} \approx 112 \text{ cm}
  3. Efficiency: λ=1+cos15°2=1+0.96592=0.983\lambda = \frac{1 + \cos 15°}{2} = \frac{1 +0.9659}{2} = 0.983

Why this step? The geometry is a simple cone. The slant height gives the diverging section length. The cosα\cos\alpha factor directly measures axial momentum fraction.


Bell Nozzle (Rao Optimum Contour)

Why Bell Beats Cone

A bell nozzle has three sections:

  1. Throat region — circular arc transitioning from converging to diverging
  2. Expansion region — parabolic/cubic curve expanding the flow
  3. Exit region — curve bends back toward axis, making flow axial

The curve is designed so the exit flow is parallel to the axis (αe=0°\alpha_e = 0°), giving λ1\lambda \approx 1 (no divergence loss).

The result is a smooth curve described by higher-order polynomials or Bézier splines.

Parabolic Approximation

For engineering, a parabolic contour approximates Rao:

R(x)=Rt+axbx2R(x) = R_t + ax bx^2

Coefficients a,ba, b are fitted to match:

  • Throat angle θn\theta_n (typically 20–30°)
  • Exit angle θe=0°\theta_e = 0° (axial flow)
  • Expansion ratio ϵ\epsilon

Length: For 80% the length of equivalent conical nozzle:

Lbell=0.8LconeL_{\text{bell}} = 0.8 L_{\text{cone}}

But efficiency λ0.980.99\lambda \approx 0.98\text{–}0.99 (vs 0.983 for cone).

Bell nozzle (80% length):

  • Length: Lbell=0.8×112=89.6L_{\text{bell}} = 0.8 \times 112 = 89.6 cm
  • Efficiency: λbell0.985\lambda_{\text{bell}} \approx 0.985 (from empirical data)

Why this step? The bell is 20% shorter but has same or better efficiency because the exit flow is axial.

Thrust comparison (for m˙ve=100\dot{m} v_e = 100 kN ideal):

  • Conical: F=100×0.983=98.3F = 100 \times 0.983 = 98.3 kN
  • Bell: F=100×0.985=98.5F = 100 \times 0.985 = 98.5 kN

Bell gives0.2 kN more thrust at20% less length → 20% less weight.


80% Bell Nozzle

Why 80%?

Trade-off analysis:

  • 100% bell (full Rao contour): λ0.99\lambda \approx 0.99, but length = cone length (no weight savings)
  • 60% bell: λ0.96\lambda \approx 0.96, very compact but 4% thrust loss
  • 80% bell: λ0.985\lambda \approx 0.985, 20% shorter than cone, sweet spot

Geometry Details

The 80% bell contour:

  1. Throat expansion angle θn=2030°\theta_n = 20\text{–}30° (rapid initial expansion)
  2. Exit angle θe=510°\theta_e = 5\text{–}10° (slightly non-axial, acceptable loss)
  3. Wall profile: Parabolic or cubic spline fitted to these angles

Solution:

  1. Equivalent conical length (α=15°\alpha = 15°): Lcone=8(251)tan15°=8×40.2679=119.5 cmL_{\text{cone}} = \frac{8(\sqrt{25}-1)}{\tan 15°} = \frac{8 \times 4}{0.2679} = 119.5 \text{ cm}

  2. Bell length: Lbell=0.8×119.5=95.6 cmL_{\text{bell}} = 0.8 \times 119.5 = 95.6 \text{ cm}

  3. Exit radius: Re=825=40 cmR_e = 8\sqrt{25} = 40 \text{ cm}

  4. Parabolic fit (simplified): R(x)=8+0.286x+0.0015x2R(x) = 8 + 0.286x + 0.0015x^2 where x[0,95.6]x \in [0, 95.6] cm. Coefficients chosen so R(0)=8R(0) = 8, R(95.6)=40R(95.6) = 40, θe7°\theta_e \approx 7°.

Why this step? The parabola ensures smooth expansion without shocks. The exit angle θe\theta_e is small enough for minimal divergence loss.


Comparison Table

Geometry Length (relative) Efficiency λ\lambda Pros Cons
Conical 100% 0.98 Simple to make 2% thrust loss, heavy
Bell (100%) 100% 0.99 Max efficiency Complex, no weight savings
80% Bell 80% 0.985 Good efficiency, 20% lighter Slightly harder to manufacture
60% Bell 60% 0.96 Very compact 4% thrust loss

Common Mistakes

The fix: True only until exit pressure matches ambient. Over-expansion (exit pressure< ambient) causes shock waves that reduce thrust. Nozzle length must match the altitude regime. Sea-level nozzles are shorter; vacuum nozzles are longer.

The fix: For small, cheap upper stages or experimental rockets, conical is fine. Manufacturing tolerance matters: a poorly-made bell with rough walls can have more friction loss than a smooth cone. Also, altitude compensation matters more than nozzle shape for multi-stage rockets.

The fix: "Axial" means parallel to the centerline (0° angle), not perpendicular. Confusion between "radial" (perpendicular) and "axial" (along axis). In an80% bell, θe=7°\theta_e = 7° means the flow is 7° off-axis, not perpendicular.


Feynman Explain-to-a-12-Year-Old

Recall Imagine squeezing a water hose

Imagine you have a garden hose. If you squeeze the end, the water shoots out faster, right? That's because you're forcing the same amount of water through a smaller hole.

A rocket nozzle does the same thing, but in reverse: it starts narrow (the throat), then gets wider (the exit). Why? Because the gas is already moving super fast at the throat (faster than sound!). When you give it more space, it speeds up even more — like a race car that goes faster when the road gets wider.

Now, here's the trick: you want the gas shooting straight back, not spraying sideways. Imagine a cone — the gas comes out at angle, some push is wasted sideways. A bell nozzle is curved so the gas bends back to straight at the end. That's more push!

But how long should the bell be? If it's too long, it's heavy (bad for rockets). If it's too short, the gas doesn't straighten out enough. Engineers found that 80% of the cone length is the sweet spot: you get almost all the push (98.5%) but save 20% of the weight. That's the 80% bell.


Connections

  • Converging-Diverging Nozzle Basics — why De Laval nozzles work
  • Expansion Ratio and Area-Mach Relation — how ϵ\epsilon determines MeM_e
  • Nozzle Exit Pressure and Altitude Compensation — matching pep_e to pp_{\infty}
  • Thrust Vectoring with Bell Nozzles — gimballing for steering
  • Method of Characteristics for Nozzle Design — precise contour calculation
  • Manufacturing Tolerances in Nozzles — how roughness affects λ\lambda

Active Recall

#flashcards/physics

What are the three main De Laval nozzle geometries? :: Conical, Bell (Rao contour), 80% bell

What is the divergence correction factor for a conical nozzle?
λ=1+cosα2\lambda = \frac{1 + \cos\alpha}{2}, where α\alpha is the half-angle
Why does a bell nozzle have higher efficiency than a conical nozzle?
The bell curves the flow to be axial at the exit (θe0°\theta_e \approx 0°), eliminating divergence loss
What does "80% bell" mean?
A bell nozzle with length = 80% of the equivalent conical nozzle length
What is the typical efficiency of an 80% bell nozzle?
λ0.985\lambda \approx 0.985 (98.5% of ideal thrust)
What are the two factors that determine nozzle performance?
Exit pressure (should match ambient) and flow uniformity (axial exhaust)
For a conical nozzle with half-angle 15° and ϵ=16\epsilon = 16, what is the thrust efficiency?
λ=1+cos15°20.983\lambda = \frac{1 + \cos 15°}{2} \approx 0.983 (98.3%)
Why is the 80% bell the "sweet spot"?
Gives 98.5% efficiency (vs 98% for cone) but 20% shorter/lighter. Diminishing returns beyond 80%
What is the Rao optimum contour?
The mathematically ideal bell nozzle shape that maximizes thrust for a given length, found by calculus of variations
What happens if a nozzle is too long for its operating altitude?
Over-expansion: exit pressure < ambient, causing shock waves and reduced thrust

Study with: Active recall (flashcards), derivation from scratch (all formulas), dual coding (diagram + equations), Feynman (ELI12 section), forecast-then-verify (prediction before examples), steel-man mistakes

Concept Map

accelerates gas

geometry choice in

option 1

option 2

option 3

drives

half-angle alpha

correction factor

at 15 deg

non-axial exhaust

curves flow back to axial

recovers thrust loss

shorter and lighter than

De Laval nozzle

Subsonic to supersonic

Diverging section

Conical nozzle

Bell Rao contour

80% bell

Performance vs weight vs cost

Divergence loss

lambda = 1+cos alpha /2

Efficiency 0.983

Axial exhaust

Hinglish (regional understanding)

Intuition Hinglish mein samjho

De Laval nozzle ka basic concept toh simple hai — gas ko supersonic speed tak accelerate karna. Lekin diverging section ki geometry, yani uski shape, bahut farak dalti hai performance mein. Teen main types hain: conical (seedha cone), bell (curved, optimized shape), aur 80% bell (short version of bell).

Conical nozzle sabse simple hai — ek straight cone, manufacturing easy hai. Lekin problem yeh hai ki gas exit par angle mein nikalti hai, seedhe peeche nahi. Iska matlab thrust kauch hissa sideways waste ho jata hai, approximately 1.5–2% loss. Bell nozzle mein wall curved hoti hai, aur exit par gas ko wapas axis ke parallel kar deti hai — yeh Rao ne mathematically derive kiya tha. Result? Almost zero divergence loss, efficiency 98–99%. Lekin agar bell ko full-length rakho (cone jitni lambi), toh weightzyada ho jayegi.

Engineering solution: 80% bell. Matlab bell nozzle ko conical se 20% chhota rakho. Yeh "80/20 rule" ka perfect example hai — pehle 80% length mein 98% efficiency mil jati hai, baki ka 20% length sirf minor improvement deta hai. Toh 80% bell use karo: 98.5% efficiency, 20% kam weight. Modern rockets (like SpaceX Merlin, RS-25) yahi design use karte hain. Trade-off clear hai: thoda sa performance sacrifice karo (0.5%), lekin rocket ko bahut lighter banao. Yeh optimization rocket science ka essence hai!

Go deeper — visual, from zero

Test yourself — Rocket Propulsion

Connections