Chapter 3
Fluid kinematics
Fluid kinematics describe the fluid motion without considering the forces that cause that motion. We will explore two main views of the flow: the Lagrangian view, which follows individual fluid particles, and the Eulerian view, which observes the flow at fixed points in space. Although the Eulerian (fixed-point) view is more commonly used in the theory and simulation of fluid flows, the Lagrangian (particle-following) view will be essential when deriving some of the fundamental equations, as well as for understanding where certain features of the flow come from. Both approaches are often used together in numerical simulations. Flows are typically simulated in the Eulerian framework on a fixed grid, and for many applications the flow is analyzed a posteriori and/or visualized in the Lagrangian framework. For example, picture a high-speed flow simulation around an aircraft that is modeled on a fixed grid, and particle-following trajectories drawn to visualize the turbulent wake behind the vessel. Another example is the Lagrangian evolution of an oil spill in the ocean or a volcanic plume in the atmosphere, derived from Eulerian simulation output.
We will also introduce some useful concepts to describe the flow, namely the velocity potential and the stream function. These two scalar quantities are complementary to the vector field of velocity and together provide a complete description of the flow.
Lagrangian and Eulerian derivatives of a fluid property
We will start by first drawing a distinction between the Lagrangian and Eulerian derivatives. Consider a 3-dimensional quantity that varies in space and time such that . This can be a scalar, a vector, or a tensor, however, to keep things simple, suppose is a scalar field. Let’s find its rate of change. Since it depends on , , , and , the rate of change of along each of these dimensions must be taken into account. So, the total change of (let’s call it , where is a small but finite increment) over spatial and temporal increments , , , and , is the sum of changes along each of these dimensions:
Divide by to obtain:
Recall the definition of (Eq. 2.18) and let the finite increment approach (and likewise for , , and ), to obtain:
The above is equivalent to applying the chain rule to with respect to time and assuming that the spatial dimension variables are functions of time (). Recognize that by stating the dependence of position on time, we are implicitly stating that we are following a fluid particle. Then, recognize that the velocity in each direction is the rate of change of the position in that direction:
which states that the total change of is due to the local (at fixed point in space) change over time, and due to spatial variations of as the fluid particle moves through them. Finally, recall the definition of (Eq. 2.18) to obtain:
The term is called the total derivative of . It is also called a Lagrangian derivative, or material derivative, since it follows the motion of a fluid particle. The term is called the Eulerian derivative, or partial derivative of with respect to time. The term describes how changes due to its spatial variation and the flow of the fluid.
Although the term is the dot product of and , the Lagrangian derivative in Eq. 3.5 can be expressed as an operator:
The parentheses on the right-hand side indicate that that term acts as an operator on a field. Like we stated for the operator in the previous chapter, the total derivative operator cannot stand on its own, but is instead applied to a field.
Lagrangian derivative of a volume
Consider a fluid parcel with a constant mass but whose volume may change over time and is . The total rate of change of that volume as it moves with the fluid is equal to the surface integral of the velocity field through the surface that is bounding the volume :
Recall now the divergence theorem (Eq. 2.28) to obtain:
Now, for a volume parcel so small that , the velocity divergence can be considered to be constant over the volume, and the integral can be replaced by the volume itself:
We can derive a similar expression for the rate of change of a fluid property per unit volume , such that is the amount of that quantity in a fluid parcel with the volume .
Recall the material derivative of from Eq. 3.9 to obtain:
This was for a fluid property that is defined per unit volume. Let’s now do the same for some property that is defined per unit mass, such that is the amount of that quantity in the fluid parcel with the volume and density (and mass ).
However recall that our fluid parcel has constant mass, so . Our total derivative becomes:
The Lagrangian derivative of a volume will come in handy when we derive the continuity equation in the next chapter.
Velocity potential
Velocity potential is defined as a scalar field such that the velocity field is the gradient of :
The concept of the velocity potential is useful in fluid mechanics because it is often easier to work with a scalar field than a vector field. We will revisit it later in Chapter Surface gravity waves when we derive the equations of surface gravity waves.
Summary
In this chapter, we covered:
-
Lagrangian (material) and Eulerian (field) derivatives; the former follows a fluid parcel of constant mass as it moves through the flow field, while the latter is the rate of change at a fixed point (or volume) in space;
-
The Lagrangian derivative of volume, as well as of a fluid property per unit volume and per unit mass.
We’ll use these concepts in the next chapter where we derive the equations of continuity and motion.