Aerodynamics Simulator

Simulation #79 NEW Fluid Mechanics A-Level Physics / Engineering Panel Method
Scene Preset
Angle of Attack a
Flow Speed V840 m/s
Kinematic Viscosity ?1.5×10?5
Controls
Keyboard Shortcuts
P Pause   R Reset   S Save PNG
Colour key:
Blue — high pressure (slow flow)
Red — low pressure (fast flow)
Lines — streamlines (velocity magnitude coded)
Dot — forward stagnation point
Reading the HUD:
CL = lift coefficient · CD = drag coefficient
L/D = aerodynamic efficiency ratio
Re = V8/? (Reynolds number × chord)
? STALL when |a| > 14°

Bernoulli's Principle and Lift Generation

Lift arises because an aerofoil accelerates air over its upper surface more than its lower surface. Bernoulli's principle relates flow speed to static pressure along a streamline:

p + ½?v² + ?gh = constant  (along a streamline)

Where v is higher (suction side), p is lower. The pressure difference across the chord creates a net upward force. The pressure coefficient Cp non-dimensionalises this:

Cp = (p - p8) / (½?V8²) = 1 - (v/V8)²

On the upper surface Cp is negative (below 0); on the lower surface Cp is positive. The area between the Cp curves in the chart equals the lift coefficient CL:

CL = ? Cp · cos(?) ds/c   (integrated around chord)

For thin aerofoils (Kutta-Joukowski): L = ? V8 G per unit span, where G is the total bound circulation.

Thin Aerofoil Theory

For inviscid, incompressible flow, thin-aerofoil theory gives a remarkably simple result: the lift-curve slope is 2p per radian regardless of aerofoil shape:

CL ˜ 2p (a + 2m)    [rad, for small a and camber m]
dCL/da = 2p ˜ 0.1097 per degree

Camber m shifts the zero-lift angle (NACA 2412 lifts at a = 0°), while thickness affects Cp distribution but not CL in first-order theory.

Panel Method Explained

The panel method solves potential-flow aerodynamics by distributing vortex panels along the aerofoil surface. At each control point (panel midpoint), the normal velocity must be zero — the flow is tangent to the surface. This yields N linear equations in N unknown vortex strengths γⱼ.

S? Aᵢⱼ γⱼ = -V8 · n^?    (i = 1…N) Kutta condition: ?1 + γₙ = 0 (smooth trailing-edge flow)

Solving the linear system (Gaussian elimination) gives ?, the velocity field, Cp, CL and the streamlines. The induced velocity at any point (x,y) from panel j is:

u = -γⱼ(y-yⱼ) / (2p r²) v = γⱼ(x-xⱼ) / (2p r²)

Streamlines via Runge-Kutta

Each streamline starts at the left boundary and follows the velocity field using 4th-order RK integration:

k1 = V(x?, y?) k2 = V(x? + k1?t/2, y? + k1?t/2) ... xγⱼ1 = x? + (k1 + 2k2 + 2k3 + k4)?t/6

NACA 4-Digit Aerofoil Profiles

NACA 4-digit profiles are defined by three parameters encoded in the name NACA MPTT:

NACA CodeMax Camber mCamber Pos pThickness tApplication
NACA 00120% (symmetric)12%Tail surfaces, wind turbines
NACA 24122% at 40%40%12%General aviation, Cessna 172
NACA 24152% at 40%40%15%High-lift training aircraft
NACA 44124% at 40%40%12%Light aircraft, paragliders
NACA 00060% (symmetric)6%Supersonic fins (thin)

The thickness distribution uses the NACA standard formula with cosine spacing for accuracy:

y?(x) = (t/0.2)[0.2969vx - 0.1260x - 0.3516x² + 0.2843x³ - 0.1015x4]

Lift, Drag and Aerodynamic Efficiency

ParameterSymbolTypical ValuesNotes
Lift coefficientCL0 – 1.8 (pre-stall)Increases linearly with a at 2p/rad
Drag coefficientCD0.006 – 1.2Parasitic + induced; rises sharply at stall
Lift-to-drag ratioL/D = CL/CD20–200 for glidersAerodynamic efficiency; maximised at optimal a
Reynolds numberRe = V8 c / ?105 – 108Low Re ? laminar; high Re ? turbulent BL
Stall anglea_stall12° – 18°Depends on surface roughness and Re
Zero-lift anglea0-2° to 0°Non-zero for cambered aerofoils

Drag Polar

The drag polar relates CD to CL:

CD = CD0 + CL² / (p e AR)    (induced drag)

Where CD0 is parasitic drag, e is Oswald efficiency (0.7–0.9 for real wings) and AR is aspect ratio. A high-aspect-ratio wing (sailplane: AR˜30) minimises induced drag.

Reynolds Number and Flow Regimes

Re = ? V L / µ = V L / ?

The Reynolds number governs whether flow is laminar (smooth, layered) or turbulent (chaotic, high mixing). For an aerofoil with chord L = 1 m:

Re rangeFlow typeBoundary layerApplication
< 104Viscous / creepingThick laminarInsects, micro-UAVs
104 – 106TransitionalLaminar separation bubbleModel aircraft, small drones
106 – 108TurbulentThin turbulent BLCommercial aircraft, wind turbines
> 108High-Re turbulentFully turbulentHigh-speed aircraft in dense air

Turbulent boundary layers resist separation better (higher stall angle, more robust CL) but have higher skin friction drag due to greater momentum transfer at the wall.

Curriculum Connections

TopicQualificationConcepts Covered
Fluid mechanics — BernoulliA-Level PhysicsContinuity equation, Bernoulli, venturi effect, pitot tube
Forces and Newton's 3rd LawGCSE / A-Level PhysicsLift:reaction force, drag, Newton's laws in fluid context
Numerical methodsA-Level Further MathsLinear systems (Gaussian elimination), Runge-Kutta ODE
Transport engineeringBTEC EngineeringAerodynamic efficiency, drag polar, wing design
Computational modellingA-Level CS / IBPanel method discretisation, mesh independence
Dimensional analysisA-Level / UniversityReynolds number, non-dimensional CL/CD, similarity

Related Simulations & Articles