Chapter 17 — Key Takeaways (Chemical Rocket Engines)

A one-page reference. Reread this before an exam, or before you pick an engine for your mission.

The propellant map (memorize the order and the trade)

Combination Nickname Vac $I_{sp}$ (s) Bulk density (kg/m³) Storable? Why you'd pick it
LOX / LH2 hydrolox ~450–465 ~360 no (deep cryo) maximum $I_{sp}$ — upper stages
LOX / CH4 methalox ~350–380 ~830 no (mild cryo) clean reuse, dense-ish, Mars ISRU
LOX / RP-1 kerolox ~300–353 ~1020 fuel only dense first stages, easy handling
N₂O₄ / UDMH hypergolic ~315–340 ~1180 yes storable, self-igniting, restartable
Solid (APCP) ~250–285 ~1750 yes cheap brute thrust, instant readiness

The trade in one line: $I_{sp}$ is not the only figure of merit — density matters too. A denser propellant gives smaller, lighter tanks and can win the whole vehicle more delta-v despite a lower $I_{sp}$. That is why first stages burn kerolox/methalox and hydrogen is saved for upstairs.

Engine components (a liquid engine, top to bottom)

Part Job Key number
Injector atomize + mix fuel and oxidizer into a burnable spray orifice count; pintle vs. plate
Combustion chamber contain the burn $p_c$ ~70–300 bar; $T_c$ ~3200–3600 K
Throat choke the flow (Mach 1); sets mass flow highest heat flux point
Nozzle expand gas to supersonic; make thrust expansion ratio $\epsilon = A_e/A_t$
Regenerative cooling fuel flows in wall channels, carrying heat away then burning protects walls, preheats fuel
Turbopump raise propellant from tank to > chamber pressure tens of thousands of hp

Engine cycles — the single most explanatory fact about an engine

Cycle Turbine driven by Turbine gas then… $p_c$ $I_{sp}$ Complexity Examples
Pressure-fed (no turbine) low (<~20 bar) low–mid lowest Apollo SPS, SuperDraco
Gas-generator (open) small preburner dumped overboard (small $I_{sp}$ loss) ~70–100 bar good low Merlin, F-1, RS-68
Expander (closed) fuel heated by walls into chamber upper-stage high medium RL10, Vinci
Staged combustion (closed) fuel- or ox-rich preburner into chamber ~200–260 bar high high RS-25, RD-180, BE-4
Full-flow staged (closed) two preburners both into chamber ~300 bar high highest Raptor

Open vs. closed: an open cycle dumps the turbine gas (loses ~1–3% $I_{sp}$); a closed cycle feeds it into the chamber (recovers the $I_{sp}$, enables higher $p_c$). Full-flow's payoff: gas–gas injection (stability + efficiency), no interpropellant seal, cooler turbines → built for high pressure and reuse.

Key relations

Relation Meaning Units
Gas-generator penalty: $I_{sp,\text{eff}} \approx (1-f)\,I_{sp}$ $f$ = fraction of flow dumped by the gas generator s
Solid burn rate: $r = a\,p_c^{\,n}$ burn rate vs. chamber pressure; need $n<1$ for stability m/s
Solid mass flow: $\dot m = \rho_p\,A_b\,r$ density × burning area × burn rate kg/s
Thrust (quick): $F = \dot m\,c$, with $c = I_{sp}\,g_0$ momentum thrust (Ch. 16 adds the pressure term) N
Bulk density: $\rho = 1/\!\left(\frac{f_{ox}}{\rho_{ox}} + \frac{f_{fuel}}{\rho_{fuel}}\right)$ $f_{ox} = \text{OF}/(1+\text{OF})$ kg/m³

Solids vs. hybrids vs. liquids (the triangle)

Family Wins on Loses on Can throttle / shut down / restart?
Liquid performance, control complexity (tanks, pumps) yes / yes / yes
Solid motor simplicity, density, storability, cheap thrust no control; low $I_{sp}$ no / no / no
Hybrid safety + control, simple-ish low regression rate, drifting O/F, modest $I_{sp}$ yes / yes / yes
  • Solid grain geometry sets the thrust curve (end-burner = long/low; star = high/neutral), carved in before ignition. You cannot take a solid back once it is lit — the defining limitation (and the physics behind the Shuttle SRB/Challenger story, Ch. 37).
  • Hybrid = solid fuel + fluid oxidizer (e.g., rubber + N₂O, SpaceShipOne); throttleable and safe, but stuck between solids and liquids on performance.

The four case-study engines, read on sight

Engine Propellant Cycle Design philosophy
Merlin kerolox gas-generator simple, mass-produced, reusable-by-robustness (9/stage, deep throttle)
Raptor methalox full-flow staged combustion summit cycle bent toward reuse + Mars (first FFSC to fly)
RS-25 hydrolox fuel-rich staged combustion maximum $I_{sp}$ (452 s), reusable-but-costly (reusability 1.0)
Shuttle SRB solid (solid motor) cheap brute thrust (~80% of liftoff), no take-backs

Common pitfalls

Pitfall Reality
"Highest $I_{sp}$ wins, so use hydrolox everywhere." Low density → huge heavy tanks; dense propellant often gives the vehicle more delta-v.
"Staged combustion is efficient because it burns hotter." It wins by not dumping turbine gas (closed cycle) and reaching higher $p_c$ — not by higher $T_c$.
"You can throttle a solid down to land." A solid has no feed valve; thrust is set by grain geometry and can only be terminated violently.
"Reusable means cheap." The RS-25 was reused yet expensive; cheap reuse needs rapid, low-refurbishment turnaround (Merlin).

Numbers worth remembering

  • Chamber pressure: ~100 bar (gas-generator) → ~300 bar (full-flow). Chamber temp: ~3200–3600 K.
  • Best chemical $I_{sp}$ (hydrolox) ~450–465 s; solids ~250–285 s; the whole chemical family fits in a factor of < 2.
  • A big hydrogen turbopump: tens of thousands of hp (RS-25 fuel pump ~70,000 hp).
  • Solid burn-rate exponent $n$: keep it below 1 or the motor runs away.

Mission / astrotools additions this chapter

  • MDR: a propulsion concept note per propulsive stage — propellant class + cycle + reason (thrust / restart / throttle / storability).
  • propulsion.py: select(storable_needed, restart_needed) engine-class filter (adds to Ch. 16's thrust(...)).