Brayton Cycle

1 min read Last updated Sat Jun 27 2026 08:46:52 GMT+0000 (Coordinated Universal Time)

Ideal cycle for gas turbines. Open cycle. Named after George Brayton.

The cycle is converted to a closed cycle using a heat exchanger (aka. heat recovery steam generator) in combined cycle plants.

Processes

1 → 2: isentropic compression (compressor) 2 → 3: constant-pressure heat addition (combustor) 3 → 4: isentropic expansion (turbine) 4 → 1: constant-pressure heat rejection

Pressure Ratio

rp=P2P1r_p = \frac{P_2}{P_1}

Efficiency

η=11rp(k1)/k\eta = 1 - \frac{1}{r_p^{(k-1)/k}}

Here:

  • rpr_p: pressure ratio
  • kk: specific heat ratio (cp/cvc_p / c_v), approximately 1.4 for air

Efficiency increases with higher rpr_p. Practical limits exist due to material temperature constraints at the turbine inlet.

Back-Work Ratio

BWR=WcompWturb=WinWoutBWR = \frac{W_\text{comp}}{W_\text{turb}} = \frac{W_\text{in}}{W_\text{out}}

Gas turbine BWR is high (40–80%), meaning the compressor consumes a large fraction of turbine output. Much higher than steam turbine pump work ratio.

Regeneration

Exhaust gases (state 4) are hot. A regenerator preheats the compressed air (state 2) using exhaust heat before the combustor. Reduces fuel input and increases efficiency.

ηregen>ηbasic\eta_\text{regen} > \eta_\text{basic}

Only effective when turbine exhaust temperature exceeds compressor exit temperature.

Was this helpful?