Wing AerodynamicsWing AerodynamicsOpen playground →

Coefficients, dynamic pressure & similarity

Why does the panel report CL=0.7C_L = 0.7 instead of a force in newtons? Because a coefficient divides out size, speed and air density, leaving a pure number that describes the shape’s behaviour — and lets a paper plane and an airliner be compared on the same axis.

Dynamic pressure

The natural pressure scale of a moving flow is the dynamic pressure — the pressure you would feel if you brought the flow to rest:

q=12ρV2q = \tfrac12 \rho V^2(1)
qq
dynamic pressure [Pa]

It is the kinetic energy per unit volume of the stream, and it is the denominator in every aerodynamic coefficient.

The force and moment coefficients

Divide each force by qq and a reference area SS (and moments by an extra length, the chord cc):

CL=LqS,CD=DqS,CM=MqScC_L = \frac{L}{q\,S}, \qquad C_D = \frac{D}{q\,S}, \qquad C_M = \frac{M}{q\,S\,c}(2)

Rearranged, this is the formula that turns the coefficient back into the real force you feel:

L=12ρV2SCLL = \tfrac12 \rho V^2\, S\, C_L(3)

The V2V^2 is the headline: double the airspeed and the lift quadruples, even though CLC_L barely changes. That is why takeoff speed matters so much.

Why coefficients are universal: similarity

Dimensional analysis (the Buckingham-π\pi theorem) shows that for a given shape at a given angle of attack, the coefficients depend on just two dimensionless numbers — the Reynolds number and the Mach number:

CL,CD=f(shape, α, Re, M)C_L,\, C_D = f(\text{shape},\ \alpha,\ Re,\ M)(4)

This is dynamic similarity: a small model in a wind tunnel at the same ReRe and MM as the full-scale aircraft produces the same coefficients. It is what makes wind-tunnel testing possible.

The Reynolds number

The Reynolds number is the ratio of inertial to viscous forces:

Re=ρVcμ=VcνRe = \frac{\rho V c}{\mu} = \frac{V c}{\nu}(5)
μ\mu
dynamic viscosity of air (≈1.81×10⁻⁵) [Pa·s]
ν=μ/ρ\nu = \mu/\rho
kinematic viscosity (≈1.46×10⁻⁵ at sea level) [m²/s]
cc
chord (the reference length) [m]

High ReRe (big, fast) means inertia dominates and the boundary layer is thin and turbulent; low ReRe (small, slow — an insect, a model) means viscosity dominates. It governs drag, stall and the whole boundary layer, so it appears constantly.

Re=Vcν=30×1.001.46×105Re = \frac{V c}{\nu} = \frac{30 \times 1.00}{1.46\times10^{-5}}Re2.05×106Re \approx 2.05\times10^{6}

light aircraft wing — mostly turbulent boundary layer

The Mach number

The Mach number compares the speed to the speed of sound a=γRTa = \sqrt{\gamma R T} (with γ=1.4\gamma = 1.4, R=287J/kg⋅KR = 287\,\text{J/kg·K} for air):

M=VaM = \frac{V}{a}(6)

Below M0.3M \approx 0.3 (~100 m/s at sea level) density changes are under ~5% and the flow is effectively incompressible — the regime our solver and these first articles assume. Above that, compressibility must be included.