Combustion Chemistry (Propulsion Bridge)
Level: 2 (Recall — definitions, standard problems, short derivations) Time: 30 minutes Total Marks: 40
Q1. Define the equivalence ratio and state the value/range of for stoichiometric, fuel-rich, and fuel-lean mixtures. (3 marks)
Q2. Write the balanced stoichiometric combustion reaction of methane () with air, and calculate the stoichiometric air–fuel mass ratio (AFR). Take air as 21% and 79% by mole; molar masses: C = 12, H = 1, O = 16, N = 14. (5 marks)
Q3. Distinguish between a deflagration and a detonation using at least three physical characteristics (wave speed, pressure behaviour, propagation mechanism). (4 marks)
Q4. State Vieille's law for solid propellant burn rate and define each symbol. For a propellant with (at in MPa) and pressure exponent , compute the burn rate at a chamber pressure of . (4 marks)
Q5. Briefly explain the difference between a premixed flame and a diffusion flame, giving one example of each. (4 marks)
Q6. For the dissociation equilibrium , explain qualitatively (using Le Chatelier's principle) how the extent of dissociation changes with (a) increasing temperature and (b) increasing pressure. State the effect of dissociation on the adiabatic flame temperature. (4 marks)
Q7. A hypergolic bipropellant uses (oxidiser) with MMH (). (a) State what "hypergolic" means and define ignition delay. (2 marks) (b) Write the balanced overall combustion reaction of MMH with assuming products are , , and . (3 marks)
Q8. Estimate the adiabatic flame temperature (constant pressure) for burning 1 mol of with mol to give , given: ; mean ; reactants start at ; neglect dissociation and assume all heat goes to the single product. (5 marks)
Q9. List three major pollutants formed in hydrocarbon combustion and state one formation cause for each. (3 marks)
Q10. Name the NASA CEA tool's purpose and list any three output quantities it computes for a rocket combustion problem. (3 marks)
End of paper
Answer keyMark scheme & solutions
Q1. (3 marks) where is the fuel-to-oxidiser ratio. (1)
- : stoichiometric (exact O₂ for complete combustion) (⅔)
- : fuel-rich (excess fuel) (⅔)
- : fuel-lean (excess oxidiser/air) (⅔)
Q2. (5 marks) Balanced reaction: (1) With air, per mole O₂ there are mol N₂: (1)
- Mass of fuel = (½)
- Mass of air = (1½) (1)
Q3. (4 marks) (1 mark each, any 3–4 valid points)
| Deflagration | Detonation |
|---|---|
| Subsonic (m/s scale) | Supersonic (km/s, > sound speed of unburnt gas) |
| Pressure ≈ constant / slight drop | Sharp pressure rise (shock-coupled) |
| Heat/mass diffusion drives propagation | Shock wave compresses/ignites mixture |
| Flame moves into unburnt gas subsonically | Coupled shock + reaction zone (CJ condition) |
Q4. (4 marks) Vieille's (Saint-Robert's) law: (1) where = linear burn rate, = chamber pressure, = burn-rate coefficient (temperature dependent), = pressure exponent. (1) Compute: . (1) (1)
Q5. (4 marks)
- Premixed flame: fuel and oxidiser mixed before reaching the flame front; reaction rate limited by chemical kinetics; example: Bunsen burner (air hole open), SI engine. (2)
- Diffusion flame: fuel and oxidiser initially separate and burn where they meet by diffusion; mixing-controlled; example: candle flame, diesel spray, most rocket injectors. (2)
Q6. (4 marks) (a) Dissociation is endothermic ⇒ increasing shifts equilibrium right (more dissociation). (1) (b) Reaction increases moles (1 → 1.5) ⇒ increasing shifts equilibrium left (less dissociation). (1½) Effect: dissociation absorbs energy, so it lowers the adiabatic flame temperature below the ideal (no-dissociation) value. (1½)
Q7. (5 marks) (a) Hypergolic = propellants that ignite spontaneously on contact without an external ignition source. (1) Ignition delay = time between contact of fuel and oxidiser and the onset of combustion/pressure rise. (1) (b) MMH = = ; oxidiser . Balance C, H, N, O: Check O: LHS ; RHS ✓. N: ; RHS ? Recompute N: LHS N → RHS N . Mismatch — correct N₂ coefficient: N balance: atoms N → . (3) (Award marks for correct O and C/H balance; N₂ coefficient .)
Q8. (5 marks) Energy released = (elements at 298 K start) (1) This heats the 1 mol product from 298 K to : (1) (1) (1) (1) (Note: unrealistically high because dissociation & multi-species heat capacity are neglected — real ~3100 K; this is expected for the idealised problem.)
Q9. (3 marks) (1 each)
- NOₓ: thermal (Zeldovich) fixation of N₂ + O₂ at high flame temperatures.
- Soot (particulate carbon): incomplete combustion in fuel-rich zones / poor mixing.
- Unburned hydrocarbons (UHC): flame quenching at walls, incomplete oxidation, over-lean/over-rich regions.
Q10. (3 marks) CEA computes chemical equilibrium composition and thermodynamic properties of combustion/rocket systems. (1) (½ each, any 3 outputs)
- Chamber temperature / adiabatic flame temperature
- Specific impulse
- Equilibrium product mole fractions
- Characteristic velocity , thrust coefficient, molecular weight,
[
{"claim":"Methane-air AFR ≈ 17.2", "code":"m_fuel=16; m_air=2*(32+3.76*28); AFR=m_air/m_fuel; result = abs(AFR-17.16)<0.1"},
{"claim":"Burn rate r = 3.0 * 7**0.35 ≈ 5.93 mm/s", "code":"r=3.0*Float(7)**Float(0.35); result = abs(float(r)-5.93)<0.02"},
{"claim":"H2 idealized flame temp ≈ 6060 K", "code":"T=298+242000/42; result = abs(T-6060)<15"},
{"claim":"MMH+N2O4 N2 coefficient = 9/4", "code":"N_from=2+2*Rational(5,4); n2=N_from/2; result = n2==Rational(9,4)"}
]