Intuition Why a whole page of examples?
On the parent note we built three formulas: the pressure budget (tank pressure = chamber pressure + all downstream losses), the tank-mass law (m = σ 3 ρ m p V from hoop stress ), and the pressurant sizing from the Ideal gas law . Knowing a formula is not the same as knowing what happens at the edges — when a term goes to zero, when gravity flips sign, when the tank empties. This page walks every case class so you never meet a scenario you have not already seen worked.
Everything here needs three ideas from the parent, re-stated so you never use a symbol before it is earned:
Definition The three symbols you must never lose track of
p c = chamber pressure : the pressure of the burning gas the propellant must beat. Picture the pressure inside a fizzing bottle.
p tank = tank pressure : the pressure the stored inert gas holds on top of the liquid . This is the "pump".
Δ p = a pressure drop : how much pressure is eaten by an obstacle (injector, pipe friction). The symbol Δ (Greek "delta") just means "the change in" — here, "the amount lost".
Every question this topic can throw is one of these cells. Each example below is tagged with the cell it fills.
Cell
Case class
What is special
Example
A
Baseline budget
All losses positive, normal
Ex 1
B
Sign flip — gravity term
Tank below chamber (− ρ g h vs + ρ g h )
Ex 2
C
Zero / degenerate input
Δ p inj → 0 : what breaks?
Ex 3
D
Limiting value
p tank → p c : flow rate → 0
Ex 4
E
Mass-penalty scaling
double p c , what happens to mass?
Ex 5
F
Real-world word problem
full apogee-kick stage sizing
Ex 6
G
Exam twist — units trap
mixed bar / Pa / MPa
Ex 7
H
Blowdown (no regulator)
pressure falls as tank empties
Ex 8
Worked example Example 1 — the everyday case
Chamber pressure p c = 12 bar. The injector deliberately eats 30% of p c . Pipe friction eats 0.8 bar, the cooling jacket eats 0.5 bar. The tank sits at the same height as the chamber (ignore gravity). Find p tank .
Forecast: guess before reading — will the answer be nearer 12 , 16 , or 20 bar?
Δ p inj = 0.30 × 12 = 3.6 bar.
Why this step? The injector drop is given as a fraction of chamber pressure , so we scale p c .
Add every downstream loss to p c :
p tank = p c + Δ p inj + Δ p feed + Δ p cool = 12 + 3.6 + 0.8 + 0.5.
Why this step? Flow only runs downhill in pressure. Every loss downstream must be pre-paid by the tank.
p tank = 16.9 bar.
Why this step? We finish the sum from step 2 — this is the total pressure the tank must supply, our answer.
Verify: ratio 16.9/12 = 1.41 , squarely inside the 1.3 –1.5 rule of thumb. Units: all terms in bar, so the sum is in bar. ✔
Now bring back the term the baseline ignored. On the launch pad, the liquid column has weight; that weight can help or hurt the feed depending on whether the tank is above or below the chamber.
Intuition Why does the sign of
ρ g h flip?
ρ (Greek "rho") is the liquid density — how heavy a cubic metre of it is. g is gravity's pull. h is the height of liquid . The product ρ g h is the extra pressure a standing column of liquid makes at its bottom (think of your ears at the deep end of a pool).
Tank above chamber (left figure): the column's weight adds pressure at the chamber → gravity helps , so the tank needs less .
Tank below chamber (right figure): the liquid must be pushed uphill → gravity hurts , tank needs more .
Worked example Example 2 — gravity helps, then hurts
Take Example 1's total loss (p tank = 16.9 bar with no gravity). Now the propellant is dense storable (ρ = 1200 kg/m 3 ) with a 3 m column, and the rocket sits on the pad (g = 9.81 m/s 2 ). Find p tank (a) tank above chamber, (b) tank below.
Forecast: one answer is below 16.9 bar, one above . Which is which?
Gravity head ρ g h = 1200 × 9.81 × 3 = 35 , 316 Pa = 0.353 bar.
Why this step? We need the column's pressure in the same units (bar) as everything else. 1 bar = 1 0 5 Pa .
Tank above — subtract the head (gravity helps):
p tank = 16.9 − 0.353 = 16.55 bar .
Why this step? The master equation carries − ρ g h when the column's weight assists the flow, so we take the base 16.9 bar and remove the head.
Tank below — add the head (gravity hurts):
p tank = 16.9 + 0.353 = 17.25 bar .
Why this step? Now the sign is + ρ g h : the tank must also lift the column, so the head is added on top of the base 16.9 bar.
Verify: the two differ by exactly 2 × 0.353 = 0.71 bar — twice the head, as expected for a pure sign flip. In space (g → 0 ) both collapse back to 16.9 bar. ✔
Worked example Example 3 —
Δ p inj → 0
Suppose a naive designer removes the injector restriction so Δ p inj = 0 , keeping p c = 12 bar, feed 0.8 , cooling 0.5 bar. Compute p tank and explain why the engine is now broken even though the maths gives a valid number.
Forecast: the number looks better (lower tank pressure). Is that good?
p tank = 12 + 0 + 0.8 + 0.5 = 13.3 bar.
Why this step? Same master equation, with the injector term set to zero.
Interpret physically: with no pressure drop across the injector, the liquid enters as a slow, coherent jet.
Why this step? The injector drop is what accelerates and shatters the liquid into fine droplets (atomization ). No drop → no atomization → poor, unstable combustion.
Verify: the arithmetic is fine (13.3 bar), but the degenerate case is a trap : a smaller tank pressure that produces an engine that won't burn cleanly. The limit tells you the injector drop is a feature, not a loss to minimize. ✔
This is the edge the first [!mistake] on the parent warned about. Let us make it quantitative using Bernoulli's equation for the injector.
Worked example Example 4 — approaching the dead-engine limit
Storable propellant ρ = 1200 kg/m 3 . Find the jet speed v when the injector drop is (a) 3 bar, (b) 0.3 bar, (c) 0 bar. Watch the trend as p tank → p c .
Forecast: as the drop shrinks by 10 × , does the speed shrink by 10 × ?
(a) v = 2 ( 3 × 1 0 5 ) /1200 = 500 = 22.4 m/s .
Why this step? Convert 3 bar to 3 × 1 0 5 Pa, plug into Bernoulli.
(b) v = 2 ( 0.3 × 1 0 5 ) /1200 = 50 = 7.07 m/s .
Why this step? Same formula, 10 × smaller drop — we test how the speed responds to shrinking the drop.
(c) Δ p inj = 0 ⇒ v = 0 : no flow at all.
Why this step? We take the limit Δ p inj → 0 to see the dead-engine endpoint: zero drop forces v = 0 .
Verify: a 10 × drop in Δ p gave only 22.4/7.07 = 3.16 ≈ 10 times slower — the square-root law, confirmed. At the limit p tank = p c the drop is zero and v → 0 : the engine is dead, matching the parent's warning. ✔
Worked example Example 5 — double the chamber pressure, what happens to tank mass?
Aluminium sphere: ρ m = 2700 kg/m 3 , yield σ = 300 MPa , propellant volume V = 1.5 m 3 . The tank runs at p tank = 1.4 p c . Compare tank wall mass at p c = 15 bar versus p c = 30 bar.
Forecast: double p c → mass goes up by a factor of…?
At p c = 15 bar: p tank = 1.4 × 15 = 21 bar = 2.1 × 1 0 6 Pa.
Why this step? Tank holds 1.4 × the chamber pressure (parent rule).
m = σ 3 ρ m p tank V = 3 × 1 0 8 3 ( 2700 ) ( 2.1 × 1 0 6 ) ( 1.5 ) = 85.05 kg .
Why this step? The hoop-stress-derived mass law; mass is linear in the pressure held.
At p c = 30 bar: p tank = 42 bar = 4.2 × 1 0 6 Pa, giving m = 170.1 kg .
Why this step? Same law; only the pressure doubled.
Verify: 170.1/85.05 = 2.00 exactly — mass scales linearly with pressure. This is precisely why pressure-fed engines refuse to run at high p c : the tank mass tracks the pressure one-to-one. ✔
Definition The gas constant
R
R = the universal gas constant = 8.314 J mol − 1 K − 1 . It is the fixed number that ties a gas's pressure–volume (p V ) to its amount (n , in moles) and temperature (T , in kelvin) through the Ideal gas law p V = n R T . Think of it as the "exchange rate" between mechanical push (p V ) and thermal jiggle (n T ).
Worked example Example 6 — sizing an apogee-kick stage
A satellite's apogee engine burns storable propellant. Chamber pressure p c = 8 bar, injector drop 25% , feed+cooling losses 0.6 bar, in vacuum (no gravity term). Propellant volume V = 0.9 m 3 . Pressurant is helium (M = 4 g/mol ) at T = 300 K . Find (a) p tank , (b) helium mass that must end up filling the drained tank.
Forecast: the helium mass will be a few kilograms — over or under 3 kg?
Δ p inj = 0.25 × 8 = 2 bar; p tank = 8 + 2 + 0.6 = 10.6 bar.
Why this step? Master equation; vacuum means no ρ g h .
Helium moles filling V at p tank : n = R T p V = 8.314 × 300 ( 1.06 × 1 0 6 ) ( 0.9 ) .
Why this step? Ideal gas law p V = n R T rearranged for n ; the gas that ends up inside the tank occupies V at p tank , T , and R is the constant just defined.
n = 2494.2 954000 = 382.5 mol , so m = n M = 382.5 × 0.004 = 1.53 kg .
Why this step? Convert moles to kilograms with the molar mass M (grams per mole → kg per mole is × 0.001 ).
Verify: 10.6/8 = 1.33 , inside the 1.3 –1.5 band. Helium mass 1.53 kg is a small fraction of the propellant — the pressurant is "cheap", as the parent claimed. (Real designs carry several × this because gas also stays in the storage bottle.) ✔
Worked example Example 7 — mixed units, one wrong conversion fails you
Given directly: chamber pressure p c = 1.5 MPa , injector drop Δ p inj = 400 kPa , feed loss Δ p feed = 0.3 bar . Find p tank in bar .
Forecast: the sneaky term is the one in a different unit — spot it before computing.
Convert all to Pa: p c = 1.5 × 1 0 6 ; Δ p inj = 4 × 1 0 5 ; Δ p feed = 0.3 × 1 0 5 = 3 × 1 0 4 .
Why this step? You cannot add MPa, kPa and bar directly — bring everything to one base unit first.
Sum: p tank = 1.5 × 1 0 6 + 4 × 1 0 5 + 3 × 1 0 4 = 1.93 × 1 0 6 Pa .
Why this step? The master equation is a straight sum once units agree.
Convert to bar: 1.93 × 1 0 6 /1 0 5 = 19.3 bar .
Why this step? Final answer requested in bar; 1 bar = 1 0 5 Pa .
Verify: ratio 19.3/15 = 1.29 — just at the low edge of the 1.3 –1.5 rule (feed loss here is tiny). If you had forgotten the kPa→Pa step and added 400 raw, you'd get nonsense; the sanity ratio catches it. ✔
Every earlier example assumed a regulator holding p tank steady. Cheapest thrusters skip the regulator: the gas simply expands as liquid leaves, so pressure falls over the burn. This is blowdown .
Intuition Why does blowdown pressure drop?
Fix the total gas amount. As liquid drains, the gas expands into a bigger volume. By the Ideal gas law at constant temperature, p V = constant , so bigger volume means lower pressure . The ratio of start volume to end volume is the blowdown ratio .
Worked example Example 8 — pressure at end of a blowdown burn
A blowdown tank starts with gas volume V 1 = 0.5 m 3 at p 1 = 20 bar (regulator-free). As propellant drains, the gas expands to V 2 = 1.5 m 3 . Assume isothermal. Find the final tank pressure p 2 , and check it still beats a chamber at p c = 12 bar with a 2.5 bar total loss.
Forecast: the blowdown ratio is 1.5/0.5 = 3 . Does the pressure drop by 3 × ?
Isothermal ideal gas: p 1 V 1 = p 2 V 2 ⇒ p 2 = p 1 V 2 V 1 .
Why this step? Fixed gas, fixed temperature → the product p V is conserved.
p 2 = 20 × 1.5 0.5 = 20/3 = 6.67 bar .
Why this step? Plug the blowdown ratio in; pressure and volume are inversely proportional.
Required minimum to feed: p need = p c + losses = 12 + 2.5 = 14.5 bar .
Why this step? The master equation still applies at every instant of the burn.
Verify: p 2 = 6.67 bar < 14.5 bar — the engine starves long before the tank empties! A blowdown design must start high enough that even the final pressure clears the budget. So the blowdown ratio (here 3 ) is limited: pick V 2 so p 2 ≥ 14.5 bar. This is the extra constraint that regulated systems (Ex 1–7) never worry about. ✔
Recall Scenario checklist — can you place each case in the matrix?
Which cell involves a sign flip, and what flips? ::: Cell B — the ± ρ g h gravity term flips sign (tank above: minus; tank below: plus).
Which cell is a degenerate input, and why is the valid number a trap? ::: Cell C — Δ p inj → 0 gives lower tank pressure but no atomization, so the engine won't burn cleanly.
Which cell shows flow → 0 at a limit? ::: Cell D — as p tank → p c the injector drop → 0 and jet speed v → 0 .
Which cell is the real-world word problem, and what does it size? ::: Cell F — the apogee-kick stage, sizing tank pressure and helium pressurant mass.
Which cell is the units trap? ::: Cell G — mixed MPa / kPa / bar must all be converted before summing.
In blowdown mode (Cell H), why must the tank start over-pressured? ::: Because p V is constant, pressure falls as liquid drains; the final pressure must still exceed p c + losses.
Mnemonic Ordering the budget
"Chamber, Inject, Feed, Cool — minus Gravity if you fall" : p tank = p c + Δ p inj + Δ p feed + Δ p cool − ρ g h (the last term flips sign with tank position).