Hand Calculations logo Hand Calculations All help pages ▾

Prandtl Glauert⚠ unverified

Aerospace / Aerodynamics · Apply the Prandtl-Glauert compressibility correction

Parameters

InputSymbolUnitDefaultDescription
CL0CL01.0Incompressible lift coefficient (dimensionless)
MM1.0Freestream Mach number (dimensionless)
OutputSymbolUnitDescription
resultCLCompressibility-corrected lift coefficient (dimensionless). Returns the uncorrected ``CL0`` when ``M >= 1``

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

For small disturbances in subsonic compressible flow, the linearised velocity-potential equation is

$$(1 - M^2)\,\phi_{xx} + \phi_{yy} = 0.$$

This is a stretched Laplace equation. The Prandtl-Glauert transformation rescales the streamwise (or lateral) coordinate by $\beta = \sqrt{1-M^2}$ to map it onto the incompressible Laplace equation $\phi_{\xi\xi} + \phi_{yy} = 0$. Solving the equivalent incompressible problem and transforming back multiplies the pressure coefficients — and hence the lift and moment coefficients — by $1/\beta$:

$$C_L = \frac{C_{L0}}{\sqrt{1 - M^2}}.$$

The derivation assumes small perturbations (thin bodies, small angles) and subsonic flow, which is exactly why it fails as $M\to1$ (the coefficient of $\phi_{xx}$ vanishes and the equation changes type from elliptic to hyperbolic).

Dimensional check. $C_L = C_{L0}/\sqrt{1-M^2}$ — $C_{L0}$ is dimensionless and $M$ is dimensionless, so $C_L$ is dimensionless, as a coefficient must be.

History and Development

The correction is named for Ludwig Prandtl and Hermann Glauert, who developed the subsonic compressibility scaling in the 1920s. It was the first practical tool for extending low-speed aerodynamic data to the higher speeds of 1930s–40s aircraft, and its singularity at Mach 1 dramatised the "sound barrier" — though the true transonic physics (shock waves, drag divergence) required the later Kármán-Tsien and Laitone refinements and, ultimately, transonic CFD. It remains the standard first-order compressibility estimate.

Related Concepts: Lift Curve Slope, Mach Number, Lift Force, Moment Coefficient, Speed Of Sound, Dynamic Pressure

Notes: Subsonic only, singular at $M=1$ (returns $C_{L0}$ for $M\ge1$). Accurate to $M\lesssim0.7$; transonic needs Kármán-Tsien/Laitone or CFD. $\beta=\sqrt{1-M^2}$ is the same factor in Lift Curve Slope. From the linearised subsonic potential equation.

← Back to the workspace  ·  All help pages  ·  Getting started