Euler Equations Article Index for
Euler
Website Links For
Euler
 

Information About

Euler Equations




In Fluid Dynamics , the Euler equations govern the Compressible , Inviscid Flow . They correspond to the Navier-Stokes Equations with zero Viscosity and heat conduction terms, although they are usually written in the form shown here because this emphasises the fact that they directly represent conservation of mass, momentum, and energy. The equations are named after Leonhard Euler . This page assumes that classical mechanics applies; see Relativistic Euler Equations for a discussion of compressible fluid flow when velocities approach the speed of light.

Although the Euler equations formally reduce to Potential Flow in the limit of vanishing Mach Number , this is not helpful in practice, essentially because the approximation of incompressibility is almost invariably very close.
In differential form, the equations are:

:
\begin{align}
&{\partial ho\over\partial t}+

abla\cdot( ho\bold u)=0\\
&{\partial ho{\bold u}\over\partial t}+

abla\cdot(( ho \bold u)\otimes\bold u)+
abla p=0\\
&{\partial E\over\partial t}+

abla\cdot(\bold u(E+p))=0
\end{align}


where E= ho e+ ho(u^2+v^2+w^2)/2 is the total energy per
unit volume (e is the internal energy per unit mass for the
fluid), u, v and w are the velocity components, p is the pressure, u the fluid velocity and
ho the fluid density. The second equation includes the Divergence of a dyadic Tensor , and may be clearer in subscript notation:

:
{\partial ho u_j\over\partial t}+
{\partial ho u_i u_j\over\partial x_i}+
{\partial p\over\partial x_j}
=0

Note that the above equations are expressed in Conservation Form , as this format emphasises their physical origins (and is by far the most convenient form for Computational Fluid Dynamics simulations). The momentum component of the Euler equations is usually expressed as follows:

:
ho\left(
rac{\partial}{\partial t}+{\bold u}\cdot
abla
ight){\bold u}+
abla p=0

but this form obscures the direct connection between the Euler equations and Newton's second law of motion (in particular, it is not intuitively clear why this equation is correct and \left(\partial/{\partial t}+{\bold u}\cdot
abla ight)( ho{\bold u})+
abla p=0 is incorrect).
In conservation vector form, Euler equations become

:
rac{\partial U}{\partial t}+
rac{\partial F}{\partial x}+
rac{\partial G}{\partial y}+
rac{\partial H}{\partial z}=0

where

:
U=\begin{pmatrix} ho \ ho u \ ho v \ ho w \E\end{pmatrix}\qquad
F=\begin{pmatrix} ho u\p+ ho u^2\ ho uv \ ho uw\u(E+p)\end{pmatrix}\qquad
G=\begin{pmatrix} ho v\ ho uv \p+ ho v^2\ ho vw \v(E+p)\end{pmatrix}\qquad
H=\begin{pmatrix} ho w\ ho uw \ ho vw \p+ ho w^2\w(E+p)\end{pmatrix}.\qquad


This form makes it clear that F,G,H are Flux es.

The equations above thus represent conservation of mass, three components
of momentum, and energy. There are thus five equations and six unknowns. Closing the system requires an Equation Of State ; the most commonly used is the Ideal Gas Law (i.e. p= ho(\gamma-1)e, where ρ is the density, γ the adiabatic index, and e the internal energy).

Note the odd form for the energy equation; see Rankine-Hugoniot Equation . The extra terms involving ''p'' may be interpreted as the mechanical work done on a fluid element by nearby fluid elements moving around. These terms sum to zero in an incompressible fluid.

The better known Bernoulli's Equation can be derived by integrating Euler's equation along a Streamline under the assumption of constant density and a sufficiently stiff equation of state.


SHOCK WAVES

The Euler equations are Nonlinear Hyperbolic equations and their general solutions are Waves . Much like the familiar oceanic Waves , waves described by the Euler Equations 'break' and so-called Shock Waves are formed; this is a nonlinear effect and represents the solution becoming Multi-valued . Physically this represents a breakdown of the assumptions that led to the formulation of the differential equations, and to extract further information from the equations we must go back to the more fundamental integral form. Then, Weak Solutions are formulated by working in 'jumps' (discontinuities) into the flow quantities - density, velocity, pressure, entropy - using the Rankine-Hugoniot Shock Conditions . Physical quantities are rarely discontinuous; in real flows, these discontinuities are smoothed out by Viscosity . (See Navier-Stokes Equations )

Shock propagation is studied - among many other fields - in Aerodynamics and Rocket Propulsion , where sufficiently fast flows occur.


THE EQUATIONS IN ONE SPACE DIMENSION

For certain problems, especially when used to analyze compressible flow in a duct or in case the flow is cylindrically or spherically symmetric, the one-dimensional Euler equations are a useful first approximation. Generally, the Euler equations are solved by Riemann's Method Of Characteristics . This involves finding curves in plane of independent variables (i.e., x,t) along which PDEs degenerate into ODEs. Numerical solutions of the Euler equations rely heavily on the method of characteristics.


REFERENCES

1