ResearchForge / Calculators
← all articles
aircraft-propulsionfluid-mechanicscontrol-volumemomentum-equationworked-examplesSat Apr 25

Aircraft Propulsion: Force Classification and Momentum Analysis in Control Volumes

Abstract

Accurate force prediction in propulsion systems requires careful classification and accounting of all forces acting on a control volume. This article develops the distinction between body forces and surface forces [body-forces-and-surface-forces], explains why this classification matters for momentum analysis, and demonstrates the application through worked examples in nozzle design and engine component analysis. The one-dimensional flow assumption [one-dimensional-flow-assumption] simplifies these calculations while maintaining engineering accuracy.

Background

Control volume analysis is the foundation of propulsion system design. Whether analyzing a jet engine nozzle, a compressor stage, or a combustor, engineers must predict the forces that fluid exerts on solid boundaries. These forces determine structural loads, anchoring requirements, and thrust generation.

The momentum equation for a control volume relates the net force on the fluid to changes in momentum flux. However, applying this equation correctly requires identifying all forces acting on the control volume—a task that becomes error-prone without systematic classification.

Forces on a control volume fall into two distinct categories [body-forces-and-surface-forces]:

  1. Body forces: distributed throughout the fluid volume, proportional to mass
  2. Surface forces: concentrated at the control surface boundaries

This distinction is not merely academic. In propulsion applications, neglecting either category leads to incorrect force predictions and potentially unsafe designs.

Key Results

Body Forces

Body forces act on every fluid element within a control volume, distributed proportionally to the mass [body-forces]. The primary example is gravitational weight. In most aircraft propulsion problems, weight is the only body force considered, though electromagnetic forces can be relevant in specialized applications.

For a control volume containing fluid of total mass mm, the body force is:

Fbody=mg\vec{F}_{\text{body}} = m\vec{g}

where g\vec{g} is the gravitational acceleration vector (typically 9.81m/s29.81 \, \text{m/s}^2 downward).

Surface Forces

Surface forces act only at the control surface and arise from three sources [body-forces-and-surface-forces]:

  • Pressure forces from fluid outside the control volume pushing inward
  • Shear stresses at fluid–fluid and fluid–solid interfaces
  • Reaction forces from solid boundaries (nozzle walls, pipe fittings, engine casings)

In one-dimensional flow analysis [one-dimensional-flow-assumption], pressure forces at inlet and outlet sections dominate. If pressure is uniform across a section, the pressure force is:

Fpressure=pAF_{\text{pressure}} = p \cdot A

where pp is the gage pressure (pressure above atmospheric) and AA is the cross-sectional area.

Directional Accounting

Linear momentum is a vector quantity [directional-nature-of-linear-momentum]. Each coordinate direction must be analyzed independently, with careful attention to sign conventions. A force component in the xx-direction contributes only to xx-momentum change; forces perpendicular to the flow create reaction forces in those directions.

Worked Examples

Example 1: Anchoring Force on a Nozzle

Problem: Water flows through a horizontal nozzle at steady state. The inlet has diameter D1=0.1mD_1 = 0.1 \, \text{m} and pressure p1=200kPap_1 = 200 \, \text{kPa} (gage). The outlet has diameter D2=0.05mD_2 = 0.05 \, \text{m} and discharges to atmosphere (p2=0p_2 = 0). The mass flow rate is m˙=50kg/s\dot{m} = 50 \, \text{kg/s}. The nozzle and water inside have combined mass M=20kgM = 20 \, \text{kg}. Find the anchoring force required to hold the nozzle in place.

Solution:

Step 1: Identify all forces.

Body force (weight): Fweight=Mg=20×9.81=196.2N (downward)F_{\text{weight}} = Mg = 20 \times 9.81 = 196.2 \, \text{N (downward)}

Surface forces (pressure and reaction):

  • Inlet pressure force: F1=p1A1=200,000×π(0.1)24=1,571N (pushing fluid into nozzle)F_1 = p_1 A_1 = 200{,}000 \times \frac{\pi (0.1)^2}{4} = 1{,}571 \, \text{N (pushing fluid into nozzle)}
  • Outlet pressure force: F2=0F_2 = 0 (atmospheric)
  • Anchoring reaction: RxR_x (unknown, what we solve for)

Step 2: Calculate momentum change.

Inlet velocity: V1=m˙ρA1=501000×π(0.1)24=6.37m/sV_1 = \frac{\dot{m}}{\rho A_1} = \frac{50}{1000 \times \frac{\pi (0.1)^2}{4}} = 6.37 \, \text{m/s}

Outlet velocity: V2=m˙ρA2=501000×π(0.05)24=25.5m/sV_2 = \frac{\dot{m}}{\rho A_2} = \frac{50}{1000 \times \frac{\pi (0.05)^2}{4}} = 25.5 \, \text{m/s}

Momentum flux change (axial direction): p˙outp˙in=m˙(V2V1)=50(25.56.37)=954N\dot{p}_{\text{out}} - \dot{p}_{\text{in}} = \dot{m}(V_2 - V_1) = 50(25.5 - 6.37) = 954 \, \text{N}

Step 3: Apply momentum equation.

In the axial direction (horizontal): Fx=m˙(V2V1)\sum F_x = \dot{m}(V_2 - V_1)

F1Rx=954F_1 - R_x = 954

Rx=1,571954=617NR_x = 1{,}571 - 954 = 617 \, \text{N}

The anchoring force must provide 617 N in the direction opposite to flow acceleration. In the vertical direction, the support structure must carry the weight (196.2 N) plus any vertical reaction from the nozzle geometry.

Key insight: The pressure force (1,571 N) is much larger than the momentum change (954 N). The difference is the anchoring force. This illustrates why surface forces dominate in propulsion problems [body-forces-and-surface-forces].

Example 2: Thrust from a Jet Engine Nozzle

Problem: A jet engine nozzle receives hot exhaust at velocity V1=200m/sV_1 = 200 \, \text{m/s} and pressure p1=150kPap_1 = 150 \, \text{kPa} (gage) over an area A1=0.5m2A_1 = 0.5 \, \text{m}^2. The nozzle exit has area A2=0.3m2A_2 = 0.3 \, \text{m}^2 and discharges to atmosphere. Assume one-dimensional flow [one-dimensional-flow-assumption] and neglect body forces. Find the thrust (reaction force on the nozzle).

Solution:

Step 1: Calculate mass flow rate.

Assuming air density ρ=1.2kg/m3\rho = 1.2 \, \text{kg/m}^3 at the inlet: m˙=ρA1V1=1.2×0.5×200=120kg/s\dot{m} = \rho A_1 V_1 = 1.2 \times 0.5 \times 200 = 120 \, \text{kg/s}

Step 2: Calculate exit velocity.

By continuity (one-dimensional assumption): V2=m˙ρA2=1201.2×0.3=333m/sV_2 = \frac{\dot{m}}{\rho A_2} = \frac{120}{1.2 \times 0.3} = 333 \, \text{m/s}

Step 3: Apply momentum equation.

Pressure force: Fp=p1A1=150,000×0.5=75,000NF_p = p_1 A_1 = 150{,}000 \times 0.5 = 75{,}000 \, \text{N}

Momentum change: Δp˙=m˙(V2V1)=120(333200)=15,960N\Delta \dot{p} = \dot{m}(V_2 - V_1) = 120(333 - 200) = 15{,}960 \, \text{N}

Thrust (reaction on nozzle): T=FpΔp˙=75,00015,960=59,040NT = F_p - \Delta \dot{p} = 75{,}000 - 15{,}960 = 59{,}040 \, \text{N}

This thrust is the force the nozzle exerts on the fluid; by Newton's third law, the fluid exerts an equal and opposite force on the engine structure.

References

AI Disclosure

This article was drafted with AI assistance. The structure, mathematical derivations, and worked examples were generated based on class notes and verified against the source material. All factual claims are cited to the original notes. The author reviewed the technical content for accuracy and relevance to aircraft propulsion engineering.

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.