Part V: Hydraulics

The concept of control volume analysis we developed to analyze the way pressure, velocity, and density interact in fluids is surprisingly powerful. And in fact, such an analysis—coupled with a little bit of experimental data—forms the backbone of nearly all engineering applications of fluid mechanics. The simplest example of this, and certainly the most ubiquitous, is in hydraulics.

We had briefly seen hydraulics at the end of Part II, where things like hydraulic jacks exploited the relationship of external forces and pressure. However, the study of hydraulics is far broader than that; in a nutshell, hydraulics is the field of engineering that exploits or manipulates enclosed fluids. The critical distinction between then and now is that we were exclusively looking at fluids that weren’t moving, where the only thing we could manipulate was the pressure. Now that we have the machinery of control volume analysis, we can explore the full gamut of hydraulic phenomena that involve both pressure and velocity.

Let’s consider a section of pipe again, this time filled with a moving incompressible fluid (so the density is constant everywhere). If we perform a control volume analysis for the mass of fluid inside the pipe section, and assume that the pipe flow has been running sufficiently long such that the total fluid mass in the pipe doesn’t change, we find as we did in Part IV that \displaystyle \int_{\text{inlet}}v_1\ dA\   = \int_{\text{outlet}} v_2\ dA . And although we don’t know how the velocity changes at each point of the inlet/outlet—we don’t have the mathematical machinery for that yet—we can define some average speeds at the inlet/outlet of the pipe \langle v_i \rangle such that those integrals turn into simple multiplications, with the assumption that all the flow at the inlet/outlet is perpendicular to the pipe cross-section. With that, we find the following equation:

\displaystyle \boxed{\langle v_1 \rangle  A_1   = \langle v_2 \rangle A_2}

Although this is just a simplified and specific version of the conservation of mass equation we derived in Part IV, it is also what I like to call the first fundamental equation of hydraulics. It is fundamental because it is giving us a very simple and straightforward statement about the behavior of fluids that is very useful for engineering applications: the change of fluid speed between two ends of a steady hydraulic system involving incompressible fluids depends only on the geometry of that system.

This is relatively shocking, since one would certainly expect that pressure or gravity or external forces would play some kind of role in speeding up or slowing down the fluid. The fact of the matter is that they do, but only while the system is in the process of becoming steady; once flow is constant, the geometry determines flow speeds. The imperative thing to do now is to determine whether or not such a steady flow is attainable in a given system, and for that we need to figure out what’s happening with the pressure.

To that end, if we perform a control volume analysis for the momentum of the fluid in that same pipe, we find in a general sense:

\displaystyle \frac{\partial \vec{P}}{\partial t} =  \int_V \vec{b}\ dV + \int_A \vec{t}\ dA -  \int_A  \left(\vec{j}^{\left[\rho \vec{v}\right]}_{\text{diff}} \cdot  \hat{n}\right) dA - \int_A \rho \vec{v} \left(\vec{v} \cdot  \hat{n}\right)\ dA

We can be far more specific now than we were in Part IV. However, we are going to consider an extra effect we didn’t consider before; a momentum loss term \vec{H}. This momentum loss term is going to be extremely general, and is essentially accounting for all the phenomena that we don’t have the tools to understand yet; friction, turbulence, recirculation zones, etcetra. With that stated, we make the following assumptions:

  • Tractions on the inlet/outlet are pressure-induced.
  • The only body force on the pipe section is gravity.
  • The system has been in motion for a long time, so everything in the pipe section is in equilibrium (\frac{\partial \vec{P}}{\partial t} = 0).
  • The pipe section is relatively straight, such that defining a flow direction \hat{x} through the pipe makes sense.
  • All forces perpendicular to the pipe inlet/outlet, and all tractions acting on pipe surfaces that aren’t the pipe inlet/outlet, are balanced out by forces from the pipe itself (i.e. the solid structure surrounding the water).
  • Diffusive momentum fluxes at the inlet/outlet are meager in comparison to the advective fluxes.
  • The momentum loss term is always opposite to the flow direction, and always represents a loss (\vec{H}\cdot\hat{x} < 0)

This makes our expression a bit cleaner when we take the dot product with the flow direction \hat{x}:

\displaystyle 0 = -|\vec{H}|+ \int_V \rho \left(\vec{g} \cdot \hat{x}\right) dV - \int_A p \hat{n} \cdot \hat{x}\ dA - \int_A \rho \vec{v} \left(\vec{v} \cdot \hat{n} \right) \cdot \hat{x}\ dA

Defining average quantities just like we did before, we can swap out those integrals with products:

\displaystyle 0 =  -|\vec{H}| + \rho \vec{g} \cdot \hat{x} V  + \langle p_{1} \rangle A_1 - \langle p_{2} \rangle A_2 + \rho \langle v_{1} \rangle^2 A_1 -  \rho \langle v_{2} \rangle^2 A_2

A control volume analysis over a hydraulic pipe section; each distinct contribution is in a different color. Gravitational body forces are in brown, pressure-induced tractions are in yellow, advective momentum fluxes are in black. The momentum loss, in green, has an unknown distribution within the fluid section but always has a net direction opposite to the flow.

To simplify the gravitational term, the volume V of the pipe section can be reasonably approximated as the average cross-sectional area of the inlet/outlet times the pipe length. Combining that with the dot-product term and doing some behind-the-scenes algebra, we can equivalently approximate the gravitational term as:

\rho \left(\vec{g} \cdot \hat{x}\right) V \approx  \rho |\vec{g}| \frac{A_1 + A_2}{2} L \cos{\theta} = \rho |\vec{g}|  \frac{A_1 + A_2}{2} \left(z_{1} - z_{2}\right)

where each z represents the height of the center of the inlet/outlet relative to some fixed point, like the ground.

Inserting back, and moving the momentum loss term to the left-hand side, we find the following equation:

\displaystyle \boxed{|\vec{H}| = \rho|\vec{g}|\frac{A_1 + A_2}{2} \left(z_{1} - z_{2}\right) + \langle p_{1}  \rangle A_1 - \langle p_{2} \rangle A_2 + \rho \langle v_{1} \rangle^2  A_1 -  \rho \langle v_{2} \rangle^2 A_2}

I usually refer to this equation, which came from a control volume analysis for the momentum of a pipe section of fluid in the direction of flow, as the second fundamental equation of hydraulics. This is because it is explicitly giving us the remaining pieces of the puzzle of understanding how the pressure changes in a pipe section; we know the changes in the velocity can be found entirely from geometric arguments thanks to the first fundamental equation, and everything coming from the gravitational term is geometric as well since it only depends on pipe section heights and cross-sectional areas. The only other thing we’d need to figure out the average pressure at the outlet, given some average pressure and velocity at the inlet, is that momentum loss term.

The second fundamental equation of hydraulics. Although it appears there are many unknowns, the only variables that remain unknown after applying the first fundamental equation are the pressures, one of which is usually already known, and the momentum loss term.

The momentum loss term |\vec{H}| is, as we stated before, extremely general; it is essentially accounting for every physical phenomenon associated with momentum loss in the fluid that we don’t know how to describe, and is consequently a function of the pressures, velocities, and geometries of the pipe section in question. Luckily, decades upon decades of experimental work have empirically determined accurate values for |\vec{H}| associated with specific phenomena and pipe geometries, such that hydraulicists only need to look up the values of |\vec{H}| for some given geometry, average flow pressure, and average flow speed. This momentum loss |\vec{H}| is almost universally approximated as proportional to the cross-sectional area, in which case hydraulicists define a momentum loss per area h =\frac{|\vec{H}|}{\langle A \rangle}, commonly referred to as hydraulic loss. This hydraulic loss h is usually further split into two confusingly named components; major hydraulic loss h_M, and minor hydraulic loss h_m. Major hydraulic loss should actually be called frictional loss or length-proportional hydraulic loss, as it is defined to be proportional to the pipe length and stems largely from friction, and minor hydraulic loss should be called geometric or length-independent hydraulic loss, as it accounts for geometrically-induced flow oddities like recirculation zones in pipe bends that are not proportional to pipe length. We can then rewrite the second fundamental equation of hydraulics as:

\displaystyle  \frac{A_1 + A_2}{2}\left(h_M + h_m\right) = \rho|\vec{g}|\frac{A_1 + A_2}{2}  \left(z_{1} - z_{2}\right) + \langle p_{1}  \rangle A_1 - \langle p_{2}  \rangle A_2 + \rho \langle v_{1} \rangle^2  A_1 -  \rho \langle v_{2}  \rangle^2 A_2

We can do a couple of rapid-fire qualitative observations from these fundamental equations given some simple assumptions:

  • If losses are negligible, and the pipe inlet/outlet are at the same height but the outlet is smaller than the inlet, the pressure at the outlet has to drop relative to the inlet. If the outlet is bigger, the pressure has to increase. This is called the Venturi effect.
  • If there is no flow, the second fundamental equation becomes an approximation of the integrated form of the hydrostatic equation.
  • If losses are negligible, and the inlet/outlet areas are all the same, one can divide by the area to obtain something called Bernoulli’s equation. I don’t like that equation very much nor do I think it’s useful, but it’s important to mention it so that you know what other people mean when they reference it.

So, how do engineers apply these equations to an aqueduct or a network of pipes? Although there are many ways to do this, the common scenario is to consider some sort of pump or reservoir at a high and fixed pressure p_{in} and some outlet at a fixed lower pressure p_{out}, most of the time at atmospheric pressure. Then you guess a “reasonable” value for the velocity at that reservoir \langle v_{in} \rangle, use the fundamental equations of hydraulics to determine the inlet pressure and velocity of the next pipe section, and so on until you reach the outlet. Then, you see whether or not the outlet pressure you wind up obtaining with that trial guess of the reservoir velocity \langle v_{in} \rangle matches the correct outlet pressure; if it matches, great, if it doesn’t, you keep trying with different reservoir velocities. If you can’t find a match at all, then steady flow in the system is likely impossible, and you need to tweak your hydraulic system. This sort of thing is called hydraulic circuit analysis or pipe network analysis, depending on the engineer’s background.

A hydraulic circuit or pipe network. Usually, one knows the reservoir/pump pressure and outlet pressure. Given a guess of the reservoir velocity, the fundamental equations of hydraulics are applied over every segment, starting from the reservoir, until the calculated pressure at the outlet matches the known pressure. Momentum losses for each segment have usually been previously determined by experiment for a given pressure/velocity change.

Using control volume analysis for the mass and momentum of fluid in a section of pipe at steady-state, along with some experimental data about momentum losses in pipes, we were able to get everything we needed to design and understand basic hydraulic systems. If we want to get a fundamental understanding of what those losses are and how they occur, though—if we want to get a fundamental understanding of the laws of fluid mechanics—we need to give our theoretical machinery of control volume analysis a little upgrade. That upgrade is called transport theory.

Things to Think About

1. Why do you think this kind of approach would be tricky when we’re thinking about flow past something (like say, a plane)?

2. What details about the flow that we haven’t found out yet would help us make this analysis even more specific and precise?

3. What processes do you think contribute to momentum loss in a curved pipe? What do you think they depend on?

4. Let’s say you are trying to pump water into the 6th story of a building using just a pump, a curved piece of pipe, and a piece of pipe going straight up. How would you design the pump and the pipe geometry?

5. What do you think momentum loss due to friction depends on?

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s