Further simplifications to the fluid models provide equations that are easier to solve. But we have to make sure that the reduced models (anything that's not the full equation system) still capture the relevant physics of the problem.
Let's assume the (2D) flow is
irrotational (∇×v=0)
isentropic
steady-state
This lets us apply potential flow theory. Since the flow is irrotational, the curl of the velocity field is zero, so we can define a potential
v=−∇ϕ
That lets us define the flow direction in each direction in terms of the potential
u=−∂x∂ϕv=−∂y∂ϕ
similarly, continuity (conservation of mass) equation:
(ρϕx)x+(ρϕy)y=0
and conservation of momentum
ρ∂t∂v+ρv⋅∇v+∇p=0
→ρ[∇(2v2)−v×(∇×v)]+∇p=0
→2ρd(ϕx2+ϕy2)=−dp
We can define the speed of sound a for an isentropic flow as
a=dρdp=ργp
so
dρ=−2a2ρd(ϕx2+ϕy2)
→ρx=−2a2ρ(ϕx2+ϕy2)x=02a2ρ(ϕxϕxx+ϕyϕxy)
similarly for ρy
ρy=−2a2ρ(ϕx2+ϕy2)y=−2a2ρ(ϕxϕyx+ϕyϕyy)
Substituting ρx and ρy back into the continuity equation
(1−a2ϕx2)ϕxx+(1−a2ϕy2)ϕyy−a22ϕxϕyϕxy=0
This is the full potential equation that is equivalent to the Euler equations for irrotational, isentropic, steady-state flows. Why would we want to solve this instead of the Euler equations? We've taken a 5-vector equation and turned it into a scalar equation! Note, we are no longer in conservation law form, which means we do not get the benefits that come with conservation form, but it is still easier to solve.
Note, for incompressible flow, a→∞ and
ϕxx+ϕyy=0(Laplace eq.)
20.3.2 Transonic Small Disturbance
If a feature of interest (e.g. wing) does not have a large impact on the bulk flow u∞ , we can define a perturbed potential to linearize.
u=u∞+u′
=u∞−ϕx
v=v′=−ϕy
We assume that u′,v′<<∞, which is the basis of our perturbation theory.
The compressible Bernoulli's equation tells us
2∣v∣2+γ+1γρp=const.
2γ−1∣v∣2+a2=2γ−1u∞2+a∞2
a∞ is the bulk speed of the flow
a∞2=ργp∞
Expanding the velocity modulus in our linearization
∣v∣2=u∞2+2u′u∞+(u′)2+(v′)2
Substituting into the full potential gives
[M∞21−M∞2−(γ+1)u∞ϕx]M∞2ϕxx+ϕyy=0
We call this the transonic small disturbance equation. It is useful when we want to know some property like the lift of a wing, in which we can treat the whole feature as a sort of black box and we want to know what small change in the flow results from its presence.
Now we can compare with the full potential equation, and see that we've gotten rid of the ϕy and ϕxy terms. For linear flows (no shocks, completely subsonic or supersonic) we get
(1−M∞2)ϕxx+ϕyy=0
And for sub-sonic flow where M∞→0 we're right back to the equation for incompressible flow.