๐ŸŒ€ Transonic Similarity Calculator โ€” K Parameter

Compute the transonic similarity parameter K = (1โˆ’Mยฒ)/ฯ„2/3, visualize the Prandtl-Glauert singularity at Mach 1, estimate drag-divergence Mach (Korn equation), and classify the flow regime. Reference: ยง7.10.

๐ŸŒ€ Transonic Flow Schematic

๐Ÿ“ Configuration

๐ŸŒฌ๏ธ Gas
โœˆ๏ธ Flow & Airfoil
๐Ÿ“ Ambient Conditions
Key Equations:

Transonic similarity parameter:
$K = \dfrac{1 - M_\infty^2}{\tau^{2/3}}$

Scaled Cp:
$\bar{C}_p = \dfrac{C_p}{\tau^{2/3}}$

Korn equation:
$M_{dd} + \dfrac{C_L}{10} + \dfrac{t}{c} = \kappa$
$\kappa = 0.87$ (conventional), $0.95$ (supercritical)

๐Ÿ“Š Results & Visualization

Configure inputs and click Calculate.

โ„น๏ธ About Transonic Similarity

Near Mach 1, the Prandtl-Glauert correction diverges to infinity. The transonic similarity parameter K provides a framework to compare different airfoils in this regime.

- K >> 0: subsonic-like behavior
- K โ‰ˆ 0: transonic regime โ€” nonlinear effects dominate
- K << 0: supersonic-like behavior

The Korn equation estimates the drag-divergence Mach number Mdd.

๐Ÿ“˜ Calculation Methodology

Theory

The transonic small-disturbance (TSD) equation, after scaling, yields a single governing parameter K:

$$K = \frac{1 - M_\infty^2}{\tau^{2/3}}$$ $$\bar{C}_p = \frac{C_p}{\tau^{2/3}} = f(K) \quad\text{(universal function)}$$ $$\text{TSD: } (1-M^2)\phi_{xx} + \phi_{yy} = M^2(\gamma+1)\phi_x\phi_{xx}$$ $$\text{Korn: } M_{dd} + \frac{C_L}{10} + \frac{t}{c} = \kappa$$

The Korn equation is empirical: ฮบ โ‰ˆ 0.87 for conventional airfoils, โ‰ˆ 0.95 for supercritical designs (NASA SC series).

Worked Example

Problem: Conventional airfoil, ฯ„ = 0.12, CLโ‚€ = 0.5, Cpโ‚€ = โˆ’1.0, Mโˆž = 0.8

1. ฯ„2/3 = 0.120.667 = 0.2432
2. K = (1 โˆ’ 0.64) / 0.2432 = 1.480 โ†’ subsonic-like
3. ฮฒ = โˆš(1โˆ’0.64) = 0.6000
4. Cp_PG = โˆ’1.0/0.6 = โˆ’1.6667
5. Korn (conv): Mdd = 0.87 โˆ’ 0.05 โˆ’ 0.12 = 0.700
6. Korn (SC): Mdd = 0.95 โˆ’ 0.05 โˆ’ 0.12 = 0.780

Since Mโˆž = 0.8 > Mdd,conv, this airfoil is past drag divergence.

Assumptions & References

Assumptions: Steady, irrotational, isentropic. Small perturbations. Thin airfoil (ฯ„ << 1). 2D flow. Perfect gas. TSD uses mixed-type PDE โ€” solved numerically in practice.

  • Anderson, J. D. Fundamentals of Aerodynamics โ€” Ch. 11 ยง11.6.
  • Gupta, S. C. Applied CFD โ€” ยง7.10.
  • Korn, D. G. NASA TN D-6643, 1972.
  • Cole, J. D. & Cook, L. P. Transonic Aerodynamics, 1986.