Exercise set

Mechanical Fluid Flow and Piping Systems Exercises

Worked mechanical engineering exercises for fluid flow and piping covering continuity, Reynolds number, pressure loss, pump power, NPSH margin, valve pressure drop, flow-meter inference, water hammer, branch balancing, and validation.

These exercises practise mechanical fluid-flow and piping calculations for liquid loops, plant utilities, pump systems, control valves, flow meters, and commissioning tests. The purpose is not only to produce a number. The purpose is to connect the calculation to system boundaries, pressure ratings, cavitation margin, controllability, transient risk, and field validation evidence.

Assume steady incompressible flow and constant fluid properties unless an exercise states otherwise. Real systems should also check temperature-dependent viscosity, roughness uncertainty, pump curves, pipe supports, thermal expansion, leakage, vibration, fouling, corrosion allowance, control logic, transient pressure, and maintenance access.

How to Use These Exercises

For each calculation, define:

  1. the fluid state and whether density and viscosity can be treated as constant;
  2. the system boundary, elevation references, and pressure reference convention;
  3. the operating case: normal, peak, minimum flow, startup, shutdown, or degraded operation;
  4. the mechanical limits: pressure rating, velocity, noise, erosion, cavitation, vibration, and temperature;
  5. the measurement evidence needed to validate the design.

The most common mistake is treating a piping calculation as a purely hydraulic problem. A pipe size, valve selection, pump location, meter installation, support layout, and shutdown sequence influence one another. A credible design keeps both flow performance and mechanical integrity visible.

Use the exercises as system gates: accept a pipe velocity, reject a pump operating point, add NPSH margin, resize a valve, challenge a meter installation, require surge analysis, balance branches, or hold commissioning acceptance until pressure, flow, vibration, leakage, and uncertainty evidence agree with the design basis.

Exercise 1: Pipe Velocity from Required Flow

A cooling-water loop must deliver:

Q=0.018\ \text{m}^3/\text{s}

through a pipe with internal diameter:

D=0.10\ \text{m}

Find the average velocity in the pipe.

Solution

The pipe flow area is:

\displaystyle A=\frac{\pi D^2}{4}
\displaystyle A=\frac{\pi(0.10)^2}{4}=0.00785\ \text{m}^2

Use continuity:

Q=Av

so:

\displaystyle v=\frac{Q}{A}=\frac{0.018}{0.00785}=2.29\ \text{m/s}

The average pipe velocity is approximately:

v=2.3\ \text{m/s}

Engineering Comment

Velocity is not only a geometric result. Higher velocity can improve heat transfer and reduce pipe size, but it can also increase pressure loss, pump power, noise, erosion, water-hammer pressure rise, and vibration. The acceptable velocity depends on fluid, pipe material, duty cycle, cleanliness, and consequence of failure.

Exercise 2: Reynolds Number and Flow Regime

Use the velocity from Exercise 1. The fluid is water at the operating temperature, with:

\rho=998\ \text{kg/m}^3
\mu=1.00\times10^{-3}\ \text{Pa s}

Calculate the Reynolds number and identify the likely flow regime.

Solution

The Reynolds number is:

\displaystyle Re=\frac{\rho vD}{\mu}
\displaystyle Re=\frac{(998)(2.29)(0.10)}{1.00\times10^{-3}}=228{,}000

The flow is strongly turbulent under these conditions.

Engineering Comment

The result supports using turbulent-flow pressure-loss and heat-transfer methods. It does not remove the need to check pipe roughness, fittings, entrance effects, swirl, fouling, or local disturbances before flow meters and control valves. For viscous oils, low-flow operation, or cold startup, the Reynolds number may be much lower.

Exercise 3: Pressure Loss from Pipe Friction and Fittings

The same water loop has:

  • straight pipe length L=85\ \text{m};
  • internal diameter D=0.10\ \text{m};
  • average velocity v=2.29\ \text{m/s};
  • Darcy friction factor f=0.021;
  • total fitting loss coefficient K=6.5.

Estimate the total head loss and pressure loss.

Solution

The velocity head is:

\displaystyle \frac{v^2}{2g}=\frac{(2.29)^2}{2(9.81)}=0.267\ \text{m}

Straight-pipe head loss:

\displaystyle h_f=f\frac{L}{D}\frac{v^2}{2g}
\displaystyle h_f=0.021\frac{85}{0.10}(0.267)=4.77\ \text{m}

Fitting head loss:

\displaystyle h_m=K\frac{v^2}{2g}=6.5(0.267)=1.74\ \text{m}

Total head loss:

h_L=4.77+1.74=6.51\ \text{m}

Pressure loss:

\Delta p=\rho g h_L
\Delta p=(998)(9.81)(6.51)=63{,}700\ \text{Pa}=63.7\ \text{kPa}

Engineering Comment

Fittings account for more than one quarter of the total loss in this example. This is common in compact machinery, skids, cooling packages, and plant utility manifolds. A pressure-loss estimate based only on straight pipe can underpredict pump head and control-valve behaviour.

Exercise 4: Pump Power for a Required Head

A pump must deliver:

Q=0.018\ \text{m}^3/\text{s}

against a total dynamic head of:

H=23\ \text{m}

The fluid density is:

\rho=998\ \text{kg/m}^3

and pump efficiency at the operating point is:

\eta=0.68

Estimate hydraulic power and shaft power.

Solution

Hydraulic power is:

P_h=\rho gQH
P_h=(998)(9.81)(0.018)(23)=4050\ \text{W}

Shaft power is:

\displaystyle P_{shaft}=\frac{P_h}{\eta}
\displaystyle P_{shaft}=\frac{4050}{0.68}=5960\ \text{W}

The pump requires approximately:

P_{shaft}=6.0\ \text{kW}

at this operating point.

Engineering Comment

The motor should not be selected from this number alone. The engineer should check the full pump curve, runout power, startup load, variable-speed range, minimum continuous flow, fluid-property variation, service factor, drive losses, and whether the operating point remains in an acceptable efficiency and vibration region.

Exercise 5: Available NPSH and Cavitation Margin

A pump takes warm water from an open tank. Data are:

  • atmospheric pressure: 101.3\ \text{kPa abs};
  • water vapor pressure at operating temperature: 7.4\ \text{kPa abs};
  • density: 996\ \text{kg/m}^3;
  • pump centerline is 2.0\ \text{m} above the tank liquid surface;
  • suction-line head loss is 1.4\ \text{m};
  • required NPSH from the pump curve is 3.8\ \text{m}.

Calculate available NPSH and margin.

Solution

For an open tank with the pump above the liquid surface:

\displaystyle NPSH_a=\frac{p_{atm}-p_v}{\rho g}-z_{lift}-h_{suction}

The pressure head available above vapor pressure is:

\displaystyle \frac{p_{atm}-p_v}{\rho g}=\frac{(101.3-7.4)1000}{(996)(9.81)}=9.61\ \text{m}

Therefore:

NPSH_a=9.61-2.0-1.4=6.21\ \text{m}

Absolute margin:

M_{NPSH}=6.21-3.8=2.41\ \text{m}

Ratio margin:

\displaystyle \frac{NPSH_a}{NPSH_r}=\frac{6.21}{3.8}=1.63

Engineering Comment

The calculation indicates positive margin, but it is sensitive to temperature, suction blockage, tank level, and flow rate. NPSH must use absolute pressure and vapor pressure. A suction gauge reading in gauge pressure is not enough unless it is converted correctly and tied to the pump datum.

Exercise 6: Control-Valve Pressure Drop and Authority

A water control valve carries:

Q=150\ \text{gpm}

at a selected valve coefficient:

C_v=55

Assume specific gravity SG=1.0. The total available pressure drop across the controlled circuit at this condition is 42\ \text{psi}. Estimate the valve pressure drop and valve authority.

Solution

For liquid flow in the common valve-coefficient form:

\displaystyle Q=C_v\sqrt{\frac{\Delta p}{SG}}

Rearrange:

\displaystyle \Delta p=SG\left(\frac{Q}{C_v}\right)^2
\displaystyle \Delta p=1.0\left(\frac{150}{55}\right)^2=7.44\ \text{psi}

Valve authority, using total controlled-circuit pressure drop as the reference, is:

\displaystyle a_v=\frac{\Delta p_v}{\Delta p_{total}}=\frac{7.44}{42}=0.177

The valve authority is about:

a_v=0.18

Engineering Comment

This authority may be low for stable control if the rest of the circuit pressure drop changes strongly with flow. A valve sized only for maximum capacity can be too large at normal operation, giving poor resolution, hunting, noise, and weak installed characteristic. Final valve sizing should also check cavitation, flashing, noise, rangeability, leakage class, fail position, and actuator performance.

Exercise 7: Venturi Meter Flow Inference

A water line uses a Venturi meter. The upstream pipe diameter is:

D_1=0.10\ \text{m}

The throat diameter is:

D_2=0.050\ \text{m}

The measured differential pressure is:

\Delta p=18\ \text{kPa}

Use density \rho=998\ \text{kg/m}^3 and discharge coefficient C=0.98. Estimate volumetric flow rate using:

\displaystyle Q=C A_2\sqrt{\frac{2\Delta p}{\rho(1-\beta^4)}}

where:

\displaystyle \beta=\frac{D_2}{D_1}

Solution

The diameter ratio is:

\displaystyle \beta=\frac{0.050}{0.10}=0.50

The throat area is:

\displaystyle A_2=\frac{\pi(0.050)^2}{4}=0.00196\ \text{m}^2

Then:

\displaystyle Q=(0.98)(0.00196)\sqrt{\frac{2(18{,}000)}{998(1-0.50^4)}}
\displaystyle Q=0.00192\sqrt{\frac{36{,}000}{935.6}}
Q=0.00192(6.20)=0.0119\ \text{m}^3/\text{s}

The inferred flow rate is approximately:

Q=11.9\ \text{L/s}

Engineering Comment

The equation assumes a suitable installation and calibrated coefficient. Real meter accuracy depends on upstream straight length, pressure tap condition, partial filling, air entrainment, fouling, erosion, fluid properties, transmitter range, and whether the meter is operating inside its calibrated Reynolds-number range.

Exercise 8: Water-Hammer Pressure Rise

A long cooling-water line normally flows at:

v_1=1.8\ \text{m/s}

A fast valve closure reduces velocity to:

v_2=0.2\ \text{m/s}

Assume water density:

\rho=1000\ \text{kg/m}^3

and wave speed:

a=950\ \text{m/s}

Estimate the ideal water-hammer pressure rise. If the steady operating pressure is 4.5\ \text{bar gauge}, estimate the corresponding peak gauge pressure using this simplified result.

Solution

Velocity change is:

\Delta v=1.8-0.2=1.6\ \text{m/s}

The Joukowsky estimate is:

\Delta p=\rho a\Delta v
\Delta p=(1000)(950)(1.6)=1{,}520{,}000\ \text{Pa}=1.52\ \text{MPa}

Since:

1\ \text{bar}=100{,}000\ \text{Pa}

the pressure rise is:

\Delta p=15.2\ \text{bar}

Estimated peak gauge pressure:

p_{peak}=4.5+15.2=19.7\ \text{bar gauge}

Engineering Comment

This simplified estimate can already reveal a pressure-rating problem. A real transient review should consider valve closure time, pipe elasticity, supports, column separation, pump trip behaviour, check valves, surge vessels, relief devices, high points, reflections, and the allowable pressure of the weakest component.

Exercise 9: Parallel Branch Flow Imbalance

Two parallel cooling branches have the same diameter and similar fittings. Their equivalent lengths are:

L_A=40\ \text{m}
L_B=70\ \text{m}

The total flow entering the branches is:

Q_T=9.3\ \text{L/s}

Assume turbulent losses scale approximately as:

h_L\propto LQ^2

Estimate the flow split.

Solution

Parallel branches have the same head loss:

L_AQ_A^2=L_BQ_B^2

Therefore:

\displaystyle \frac{Q_A}{Q_B}=\sqrt{\frac{L_B}{L_A}}
\displaystyle \frac{Q_A}{Q_B}=\sqrt{\frac{70}{40}}=1.32

Use:

Q_A+Q_B=9.3\ \text{L/s}
1.32Q_B+Q_B=9.3
\displaystyle Q_B=\frac{9.3}{2.32}=4.0\ \text{L/s}
Q_A=9.3-4.0=5.3\ \text{L/s}

Engineering Comment

The shorter branch receives more flow. In cooling systems, wash circuits, manifolds, and hydraulic networks, this can create hot equipment, poor flushing, unstable controls, or hidden underperformance. Balancing valves, orifices, manifold redesign, or active flow measurement may be needed when branch flow matters.

Exercise 10: Commissioning Head Reconciliation

During a pump performance test, the measured pressure rise between suction and discharge taps is:

\Delta p=210\ \text{kPa}

The discharge tap is 1.2\ \text{m} higher than the suction tap. The suction and discharge pipe diameters at the taps are the same, so the velocity-head difference can be neglected. Water density is:

\rho=998\ \text{kg/m}^3

The design total dynamic head at this flow is:

H_{design}=23.0\ \text{m}

Calculate measured total head and percentage difference from design.

Solution

Measured total head is:

\displaystyle H_{meas}=\frac{\Delta p}{\rho g}+\Delta z
\displaystyle H_{meas}=\frac{210{,}000}{(998)(9.81)}+1.2
H_{meas}=21.45+1.2=22.65\ \text{m}

Percentage difference relative to design:

\displaystyle \epsilon=\frac{H_{meas}-H_{design}}{H_{design}}
\displaystyle \epsilon=\frac{22.65-23.0}{23.0}=-0.015=-1.5\%

Engineering Comment

The measured head is close to design, but acceptance depends on the test tolerance and measurement uncertainty. A commissioning record should state flow rate, pressure tap locations, gauge calibration, elevation correction, fluid temperature, pump speed, valve positions, vibration, leakage, and whether the operating point lies on the expected pump curve.

Review Checklist

When reviewing a mechanical fluid-flow or piping calculation, ask:

  • Are pressure references explicit: gauge, absolute, static, dynamic, elevation-corrected, and tied to the correct datum?
  • Are fluid properties valid for startup, normal, peak, low-flow, hot, cold, dirty, or degraded operation?
  • Are velocity, pressure loss, pump power, NPSH, valve authority, meter range, branch balance, and water hammer checked against mechanical limits?
  • Are pipe rating, flange rating, supports, thermal expansion, corrosion allowance, erosion, vibration, leakage, and maintenance access included in the decision?
  • Are control valves, pumps, meters, strainers, check valves, and relief devices evaluated as one installed system?
  • Does commissioning evidence record calibrated instruments, tap locations, elevations, speed, temperature, valve positions, uncertainty, and acceptance tolerance?
  • Is any “acceptable” result blocked when transient pressure, cavitation, unstable control, or measurement uncertainty could dominate the margin?

The most useful final answer is not simply “the pump is large enough” or “the pressure loss is acceptable.” It explains what has been checked, what remains assumed, and what evidence would make the design credible in service.

REF

See also