Next: Example Up: Continuity Previous: FCV conversion

PDE conversion

Integral forms of laws like the one just derived for mass conservation are very useful if you want to know the overall properties of a system (its mass, the total force produced by an engine, etcetera.) But if you want to find the detailed properties of a flow at all points, you need Partial Differential Equations (PDEs) that apply at every point. You can find these from the integral form by looking at very small regions.

Here, we want to convert the integral mass conservation equation for a fixed control volume,

in other words

into a PDE that is pointwise valid. We can do this by choosing the FCV as a very small region around whatever point we are looking at. But to work that out, we need to get rid of the surface integral.

The divergence theorem takes surface integrals to volume integrals and vice-versa.

Apply this to mass conservation (with ),

to get

So the PDE form of the continuity equation is:
(3)

Index notation (with Einstein summation convention):
(4)

Note that in the above equation, each term is simply the derivative of something. An equation that looks like that is called an equation in conservation form. It comes directly from a conservation law (here mass conservation) and can directly be turned back into a conservation law by integrating it over a volume.

But if we start differentiating out the individual factors, we get a nonconservative form:
(5)
In this nonconservative form, we have coefficients in front of the derivatives. Conservative forms are often better in numerical work, since they tend to ensure conservation even if the accuracy is not very good.

But nonconservative forms can be more accurate under other circumstances. Also, they often show important aspects of the physics. For example, the terms in the nonconservative continuity equation can be rewritten as (remember the Lagrangian total derivative):

so the continuity equation can be written in terms of the material fluxion of density:
(6)

As an important special case, for incompressible fluids:
(7)
The density does not have to be constant from one fluid element to the next (eg, oil and water, varying salinity, ...) for this to be the case.

You should now be able to do question 5.2


Next: Example Up: Continuity Previous: FCV conversion