๐Ÿ“ Prandtl-Meyer Expansion Fan

Evaluate Mach number, pressure, and temperature ratios downstream of a supersonic expansion corner.

โšก Fortran 90 Engine Double Precision (IEEE 754) โœ“ ISO / ASME Validated
Prandtl-Meyer Expansion Fan Cfd
๐Ÿ“Š Solver Telemetry โ— ACTIVE
๐Ÿ‘๏ธ Views 3,813
โšก Solves 3,037
๐Ÿ’พ Downloads 839 ๐Ÿ“ฆ Fortran Code 4.4 KB
๐Ÿ“… Released Jun 2026
โฑ๏ธ Latency < 1 ms
โšก TOOLS & REPORTS:
๐Ÿ’พ Download Fortran 90

๐ŸŒŠ Expansion Fan Schematic

๐Ÿ“ Configuration

๐ŸŒฌ๏ธ Gas Selection
๐ŸŒŠ Expansion Conditions
๐Ÿ“ Upstream State
Key Equations:

Prandtl-Meyer function:
$\nu(M) = \sqrt{\dfrac{\gamma+1}{\gamma-1}}\;\arctan\!\sqrt{\dfrac{\gamma-1}{\gamma+1}(M^2-1)}\;-\;\arctan\!\sqrt{M^2-1}$

Expansion fan:
$\nu_2 = \nu_1 + \delta$

Maximum turning:
$\nu_{\max} = \dfrac{\pi}{2}\left(\sqrt{\dfrac{\gamma+1}{\gamma-1}} - 1\right)$

Isentropic ratios:
$\dfrac{p_2}{p_1} = \left[\dfrac{1 + \frac{\gamma-1}{2}M_1^2}{1 + \frac{\gamma-1}{2}M_2^2}\right]^{\!\gamma/(\gamma-1)}$

๐Ÿ“Š Results & Visualization

Configure inputs and click Calculate to view results.

โ„น๏ธ About Prandtl-Meyer Expansion

When a supersonic flow encounters a convex corner (expansion corner), it accelerates through a continuous, isentropic expansion fan โ€” a centered wave of infinite Mach lines diverging from the corner.

Key properties:
- The process is isentropic: total pressure and temperature are conserved.
- The downstream Mach number is always higher than upstream.
- Static pressure, temperature, and density all decrease.
- The Prandtl-Meyer function ฮฝ(M) is a monotonically increasing function used to relate upstream and downstream Mach numbers.
- A maximum turning angle ฮฝmax exists (โ‰ˆ 130.45ยฐ for ฮณ = 1.4) corresponding to M โ†’ โˆž.

๐Ÿ“˜ Calculation Methodology

Mathematical Model & Theory

The Prandtl-Meyer function describes the relationship between Mach number and the turning angle through an isentropic expansion fan. It is derived from the characteristic equations of supersonic flow.

$$\nu(M) = \sqrt{\frac{\gamma+1}{\gamma-1}}\arctan\sqrt{\frac{\gamma-1}{\gamma+1}(M^2-1)} - \arctan\sqrt{M^2-1}$$ $$\nu_2 = \nu_1 + \delta \quad \Rightarrow \quad M_2 = \nu^{-1}(\nu_2)$$ $$\nu_{\max} = \frac{\pi}{2}\left(\sqrt{\frac{\gamma+1}{\gamma-1}} - 1\right)$$ $$\frac{d\nu}{dM} = \frac{\sqrt{M^2-1}}{M\left(1 + \frac{\gamma-1}{2}M^2\right)}$$

Inversion of ฮฝ(Mโ‚‚) = ฮฝโ‚‚ is performed via Newton-Raphson iteration using the analytical derivative above (typically < 10 iterations to machine precision).

Worked Engineering Example

Problem:
Air (ฮณ = 1.4) at Mโ‚ = 2.0 turns through a 10ยฐ expansion corner. Find Mโ‚‚ and the isentropic pressure ratio.

Step-by-step:
1. Compute ฮฝโ‚ = ฮฝ(2.0):
$\nu_1 = \sqrt{6}\;\arctan\!\sqrt{\tfrac{3}{6}} - \arctan\!\sqrt{3} = 26.3798ยฐ$

2. ฮฝโ‚‚ = 26.3798ยฐ + 10ยฐ = 36.3798ยฐ

3. Invert ฮฝ(Mโ‚‚) = 36.3798ยฐ via Newton-Raphson:
$M_2 = 2.3854$

4. Isentropic pressure ratio:
$\frac{p_2}{p_1} = \left[\frac{1 + 0.2(4)}{1 + 0.2(5.690)}\right]^{3.5} = 0.5685$

Result: Mโ‚‚ = 2.385, pโ‚‚/pโ‚ = 0.569 (pressure drops, flow accelerates).

Assumptions & References

Assumptions: Steady, two-dimensional flow. Calorically perfect gas (ฮณ = const). Isentropic process (no shocks within the fan). Sharp convex corner (centered expansion). Uniform upstream conditions.

References:

  • Anderson, J. D. Modern Compressible Flow, McGraw-Hill, 4th ed. โ€” Ch. 4, ยง4.14 (Prandtl-Meyer Expansion Waves).
  • Shapiro, A. H. The Dynamics and Thermodynamics of Compressible Fluid Flow, Vol. 1, Wiley, 1953.
  • Gupta, S. C. Applied Computational Fluid Dynamics โ€” ยง7.11, Eq. 7.175.
  • NACA Report 1135 โ€” Equations, Tables, and Charts for Compressible Flow, 1953.