3.1.30 · D1Compressible Flow & Aerodynamics

Foundations — Computational aerodynamics — panel method (intro), CFD overview

2,245 words10 min readBack to topic

This page assumes nothing. If the parent note used a symbol, a word, or a picture, we build it here first. Read top to bottom; each block earns the next.


0. What is a "field"? (the picture behind everything)

Before any symbol, hold this image: at every point in the air there is a little arrow saying how fast and which way the air moves there. A carpet of arrows filling space is called a vector field. The whole subject is: find that carpet of arrows around the wing.

Figure — Computational aerodynamics — panel method (intro), CFD overview

1. Coordinates and the freestream


2. Two ideas about the field: divergence and curl

The parent said "incompressible " and "irrotational ". Those two symbols, and the idea of rotation, must be earned.

Figure — Computational aerodynamics — panel method (intro), CFD overview

3. The velocity potential

This is the master trick. Instead of storing two numbers () at every point, we store one number (a height), and the arrows are simply the slopes of that height.

Figure — Computational aerodynamics — panel method (intro), CFD overview

4. Laplace's equation — the rule must obey

Combine the two facts from §2:

  • incompressible:
  • irrotational:

Substitute the second into the first:

Linear
adding two valid solutions gives another valid solution.

5. The elementary bricks (what we stack)

Because we may add solutions, we keep a box of simple ones. Each is a valid everywhere except one special point.

Figure — Computational aerodynamics — panel method (intro), CFD overview

6. Turning the surface into panels


7. From strengths to pressure — the last symbols


8. When the bricks aren't enough — the CFD words

Nonlinear
solutions may not be added; superposition fails.

Prerequisite map

velocity field V

divergence = 0 incompressible

curl = 0 irrotational

potential phi

Laplace equation

linear so we may add solutions

elementary bricks source vortex stream

wall condition V dot n = 0

panels and control points

linear system A lambda = b

pressure Cp then lift

add viscosity and density

Navier Stokes then CFD mesh


Equipment checklist

What does the little arrow on mean?
it has direction and size — it is a vector, one arrow per point in space.
What does say physically?
as much fluid leaves every tiny box as enters it — incompressible.
What does irrotational mean with the paddle-wheel picture?
a tiny wheel drifts but never spins.
What is and what does give you?
a one-number height map; velocity is its steepest slope.
Why must (Laplace)?
no point may bump above its neighbours — a smooth drumhead surface.
Why is linearity the whole secret?
valid solutions may be added, so we stack simple bricks into complex flows.
What does source strength measure?
volume of fluid pumped out per unit time, spread evenly.
What does circulation produce that cannot?
swirl, hence lift, via .
What single boundary condition sets the panel strengths?
zero normal velocity, .
What does point and why do we dot with it?
straight out of the wall; the dot picks the through-the-wall part to kill.
What is and where does it come from?
dimensionless pressure , from Bernoulli.
What breaks when we add viscosity and density?
the equations turn nonlinear — no adding solutions — so we need CFD.