:) Okay, this is quite a notational circus. We need not get hung up
on arbitrary definitions: let the math be our guide. I looked through
every one of my fluids books and they all have slightly different
conventions. Personally, I prefer to denote k = 0.5*rho*u_i*u_i as
the "dynamic pressure" (it is also the kinetic energy). It is useful
when we are talking about the Bernoulli equation, but is not often
used when talking about solutions to the Navier-Stokes equations.
In my mind the hydrodynamic pressure and the perturbation pressure are
the same thing. Kevin was calling it perturbation pressure before I
got here. My view comes from thinking about the flow of an
incompressible fluid like water. The pressure can then be simply
decomposed into a hydrostatic part and a hydrodynamic part. I hope
this is unambiguous. We know the hydrostatic part is easy; it comes
from rho*g*z and it exists even if the water is static. Then, in a
flow simulation, the hydrodynamic pressure is the part of the pressure
that enforces the divergence constraint, which in this case is div(u)
=0. In a variable-density flow, like fire, div(u) is not zero, but
the hydrodynamic pressure plays the same role of enforcing this
constraint.
Let me try to say this in a slightly different way. The fact that we
rearrange the momentum equation into Stokes' form so that we can solve
a Poisson equation for H is a historical artifact of FDS development.
It is NOT a requirement for the low-Mach formulation. We could just
as easily have written the momentum equations so that we solve the
Poisson equation for \tilde{p}; we would simply have a different form
for the "baroclinic correction" term. In this case \tilde{p} would
come directly from the Poisson solve needed to enforce the divergence
constraint.
So, I don't know how better to answer the question of "what exactly is
the perturbation pressure?" You must look at the math: it comes from
the solution of the Poisson equation which enforces the divergence
constraint. Believe me, if we could get this pressure without solving
the Poisson equation (or going to a compressible formulation) we
would!