ResearchForge / Calculators
← all articles
aircraft-propulsioncontrol-volumemomentum-equationfluid-mechanicsengineeringFri Apr 24
3Blue1Brown-style animation reel

Aircraft Propulsion: Control Volume Analysis and Momentum Equations

Abstract

Control volume analysis provides a practical framework for solving propulsion engineering problems by applying conservation of momentum to fixed spatial regions. This article develops the momentum equation for control volumes, derives expressions for gravitational body forces, and demonstrates how these tools enable calculation of thrust and reaction forces in aircraft propulsion systems.

Background

The Control Volume Framework

Aircraft propulsion systems—compressors, turbines, nozzles, and combustors—involve fluid flowing through fixed components. Rather than tracking individual fluid particles, engineers adopt an Eulerian perspective by defining a [control volume]: a fixed region in space bounded by a control surface through which fluid enters and exits [control-volume].

This approach is fundamentally practical. In a jet engine, we care about the mass flow rate, velocities, and pressures at the inlet and outlet of each stage, not the trajectory of every air molecule. By applying conservation laws to the control volume, we relate observable boundary conditions to the forces and energy transformations within the component.

Momentum Conservation in Flowing Systems

The foundation of propulsion analysis is Newton's second law applied to a flowing fluid. For a control volume with fluid entering at section (1) and exiting at section (2), the net force acting on the fluid equals the rate of change of momentum plus contributions from pressure and gravity [momentum-equation-for-control-volume].

Key Results

The Momentum Equation

The momentum equation for a control volume is:

FA=m˙(w1w2)+Ww+p1A1p2A2F_A = \dot{m}(w_1 - w_2) + \mathcal{W}_w + p_1 A_1 - p_2 A_2

where:

  • FAF_A = net force on the control volume
  • m˙\dot{m} = mass flow rate
  • w1,w2w_1, w_2 = axial velocities at inlet and outlet
  • Ww\mathcal{W}_w = weight of fluid in control volume
  • p1,p2p_1, p_2 = gage pressures at inlet and outlet
  • A1,A2A_1, A_2 = cross-sectional areas

This equation is a direct application of Newton's second law to a flowing system [momentum-equation-for-control-volume]. The left side represents the net external force; the right side captures momentum flux changes, gravitational effects, and pressure forces.

Physical Interpretation: The term m˙(w1w2)\dot{m}(w_1 - w_2) represents the rate at which momentum enters minus the rate at which it exits. If exit velocity exceeds inlet velocity, momentum is carried away by the fluid, and an external force must be applied to sustain this momentum change. The pressure terms account for forces exerted by the surrounding fluid on the control surface. In propulsion, this framework allows us to calculate the reaction force (thrust) exerted by the fluid on the component walls.

Gravitational Body Forces

For control volumes with significant vertical extent, the weight of the contained fluid contributes to the force balance:

Ww=ρVwg\mathcal{W}_w = \rho V_w g

For a conical section (common in nozzles and ducts):

Ww=112πh(D12+D22+D1D2)ρg\mathcal{W}_w = \frac{1}{12}\pi h(D_1^2 + D_2^2 + D_1 D_2) \rho g

where hh is the axial length, D1D_1 and D2D_2 are the diameters at inlet and outlet, and ρ\rho is fluid density [weight-of-fluid-in-control-volume].

In most aircraft propulsion applications, this term is small relative to momentum and pressure forces because the vertical extent of components is modest and fluid density is low at cruise altitude. However, it must be included for complete accuracy, particularly in ground-level testing or when analyzing vertical thrust components.

Worked Examples

Example 1: Nozzle Reaction Force

Consider a convergent nozzle with:

  • Inlet (section 1): p1=50p_1 = 50 kPa (gage), A1=0.1A_1 = 0.1 m², w1=100w_1 = 100 m/s
  • Outlet (section 2): p2=0p_2 = 0 kPa (gage, atmospheric), A2=0.05A_2 = 0.05
  • Mass flow rate: m˙=5\dot{m} = 5 kg/s
  • Fluid density: ρ=1.2\rho = 1.2 kg/m³
  • Nozzle height: h=0.2h = 0.2 m (small, so Ww0\mathcal{W}_w \approx 0)

First, find outlet velocity from continuity: w2=m˙ρA2=51.2×0.05=83.3 m/sw_2 = \frac{\dot{m}}{\rho A_2} = \frac{5}{1.2 \times 0.05} = 83.3 \text{ m/s}

Wait—this violates continuity if density is constant. In reality, density decreases as pressure drops. For this example, assume m˙=ρ2A2w2\dot{m} = \rho_2 A_2 w_2 with ρ2=1.0\rho_2 = 1.0 kg/m³: w2=51.0×0.05=100 m/sw_2 = \frac{5}{1.0 \times 0.05} = 100 \text{ m/s}

Apply the momentum equation (neglecting weight): FA=5(100100)+0+50000×0.10×0.05F_A = 5(100 - 100) + 0 + 50000 \times 0.1 - 0 \times 0.05 FA=0+5000=5000 NF_A = 0 + 5000 = 5000 \text{ N}

This force is exerted by the nozzle on the fluid. By Newton's third law, the fluid exerts an equal and opposite reaction force of 5000 N on the nozzle structure. This is the thrust contribution from the pressure forces in the nozzle.

Example 2: Thrust from Momentum Change

Consider a jet engine inlet and compressor stage:

  • Inlet: w1=250w_1 = 250 m/s (freestream), A1=0.5A_1 = 0.5
  • Compressor exit: w2=150w_2 = 150 m/s (slowed by compression), A2=0.4A_2 = 0.4
  • m˙=100\dot{m} = 100 kg/s
  • Pressure rise: p2p1=80p_2 - p_1 = 80 kPa (gage)

FA=100(250150)+0+p1A1p2A2F_A = 100(250 - 150) + 0 + p_1 A_1 - p_2 A_2

If we assume p1=0p_1 = 0 (gage, atmospheric): FA=100×100+0+080000×0.4F_A = 100 \times 100 + 0 + 0 - 80000 \times 0.4 FA=1000032000=22000 NF_A = 10000 - 32000 = -22000 \text{ N}

The negative sign indicates the net force on the fluid points upstream (opposite to flow). This makes physical sense: the compressor slows the flow and raises pressure, requiring an external force (from the compressor blades) to push the fluid backward relative to its inlet momentum. The reaction force on the engine is 22,000 N forward—contributing to thrust.

References

AI Disclosure

This article was drafted with AI assistance. All technical content is paraphrased from the cited class notes and verified for consistency with standard fluid mechanics principles. The worked examples were generated by the AI based on the momentum equation framework but should be independently checked before use in design or analysis.

Try the math live

References

AI disclosure: Generated from personal class notes with AI assistance. Every factual claim cites a note. Model: claude-haiku-4-5-20251001.