Characteristic form of the Euler equations
When I first learnt about eigenvalues and eigenvectors, I never thought that it would actually be useful. Nowadays I can’t seem to avoid them even if I wanted to – Linear solvers? Don’t forget about the spectral radius! Control systems? Can’t go without the natural frequencies! Euler equations? Guess where do the wavespeeds come from!
Eigenvalues and eigenvectors intuitively
In order to understand the role of eigenvalues and eigenvectors in fluid dynamics, lets turn to it’s sibling structural dynamics for awhile. The canonical introductory example in structural dynamics is the problem of 2 weights connected by springs as shown in the diagram I pulled from here.
The system can be described with constant mass and stiffness matrices by: when no forces are applied.
has off diagonal terms so the system is coupled. Rearranging, we get
. By diagonalizing the matrix, one gets:
We have made the transformation . Since
is a diagonal matrix, we get an uncoupled system of equations which is now trivial to solve. By projecting the state vector into the eigenvectors, we are working in components that are independent from each other. Collectively, these independent components give the system its characteristics, like mode shapes in beams or principle components of a reduced system. Note that I am using the term characteristic very loosely here since we are just trying to get an intuitive feel.
Fluid dynamics
So now we’ve seen how to uncouple a system of equations, we can simply apply the same method to the fluid equations and we’re done! Simple, no? Okay, let’s see where does that lead us with the Euler equations. Consider the one-dimensional case with conserved variables :
So this leads us to the characteristic form with . Note that
is not a constant matrix so we can’t bring it into the differential operator. Then the characteristic form looks like:
Despite the simple looking form of the equation, the set of equation in full is:
It’s still not too bad, we now have advection equations which obey:
Integrating the left hand side of each equation gives us the characteristic variables which remain constant along the curve where
is either
,
or
. The curves are called wave fronts since they are the path where the variables propagate. Let’s try to get the characteristic variable for the middle equation for example,
It seems like we’ve run into some trouble with the integration for the second term on the left. What about applying the perfect gas relation?
No dice. In fact, for the characteristic form of the Euler equation, only the first equation can be integrated to entropy. The other characteristic variables do not have a physical manifestation. In addition, the wave speeds ,
and
are also dependent on the solution, which does not lend a simple solution like we had previously thought.
So we’ve gone through all these efforts for nothing? Well, not really. The characteristic variables may not be integratable into something physical, but at least the wave fronts tell us something. For this one-dimensional problem, we see that information in the flow moves with ,
and
wave speeds.
Now imagine for a moment that you are swimming alone in a large pool. As you pull your strokes, you generate ripples in the water. Looking ahead, you have a wave moving forward away from you and if you were to look back, you would also see a wave moving away behind you. Now outside of the ripple, the water is still, but within the ripple, the water has been influenced by your presence. Suppose a friend were to join you a little later and he’s caught up with your backward propagating ripple. You can imagine that the shape of his ripples will be affected by your presence, it is dependent on the state of the water surrounding him before he pulls his strokes.
This is very roughly what the characteristics tell us about the fluid. The characteristic variables are like the ripples, and they are broadcast at the speed of sound relative to the flow (i.e. and
), as well as the actual flow speed
. For a subsonic forward flow (
), we have 2 characteristics moving forward and one moving back. For example when we have change in area for 1D flow, the air particles where the change occurs sends 2 characteristics downwind and one upwind. It is because of the one characteristic being sent at (
) that allows the flow upwind of the area change to adjust gradually, accommodating for the change in area.
Another point to note here, as was already pointed out, is that is not constant. Hence we run into difficulties integrating the characteristic variables. If we can approximate a constant
, we have for the second term in
:
This would come in handy when we look at flux calculation later.