πŸŽ“ Lesson 4 D3

Design and Planning Fundamentals

Pump selection is choosing the right pump and designing its system so it moves water or slurry efficiently, reliably, and safely for mining operations.

🎯 Learning Objectives

  • βœ“ Calculate total dynamic head (TDH) for a given mine dewatering application including elevation, friction, and velocity losses
  • βœ“ Select appropriate pump type (centrifugal vs. positive displacement) based on slurry density, particle size, and required flow rate
  • βœ“ Analyze pump performance curves to determine operating point and assess efficiency deviation from best efficiency point (BEP)
  • βœ“ Apply Net Positive Suction Head (NPSH) margin calculations to prevent cavitation in high-altitude or viscous slurry applications
  • βœ“ Design a multi-pump parallel/series configuration to meet variable demand while maintaining β‰₯75% efficiency across 60–100% flow range

πŸ“– Why This Matters

In mining, poor pump selection causes catastrophic failures: flooded stopes, pipeline blockages, unplanned shutdowns costing $50k–$200k/hour, and premature equipment wear. A 10% efficiency loss across a 500 L/s dewatering system wastes ~1.2 GWh/year β€” equivalent to powering 120 homes. This lesson bridges theory to practice: turning hydraulic specs into robust, maintainable systems that survive abrasive slurries, remote locations, and 24/7 operation.

πŸ“˜ Core Principles

Pump system design rests on three interdependent pillars: (1) Hydraulic duty point β€” defined by required flow (Q) and total dynamic head (H), which must lie within the pump’s stable operating envelope; (2) Fluid compatibility β€” slurry viscosity, solids concentration (>15% w/w), particle hardness (Mohs >5), and abrasivity dictate material selection (e.g., high-chrome impellers) and pump type; (3) System efficiency drivers β€” suction conditions (NPSHA > NPSHR + 0.5 m safety margin), pipe sizing (velocity <2.5 m/s for slurries), and control strategy (VFD vs. throttling). Real-world constraints β€” power quality, ambient temperature, maintenance access, and spare parts logistics β€” further narrow viable options.

πŸ“ Total Dynamic Head (TDH) Calculation

TDH is the total energy per unit weight the pump must impart to move fluid from source to discharge. It accounts for static lift, friction losses, velocity head, and minor losses β€” critical for avoiding under- or over-specification.

Total Dynamic Head (TDH)

TDH = H_{static} + h_f + h_m + \frac{V^2}{2g}

Total energy per unit weight required to move fluid through the system.

Variables:
SymbolNameUnitDescription
H_{static} Static head m Vertical elevation difference between suction and discharge points
h_f Friction head loss m Energy loss due to pipe wall shear, calculated via Darcy-Weisbach or Hazen-Williams
h_m Minor head loss m Energy loss across valves, elbows, and fittings (K-factor method)
V Average fluid velocity m/s Velocity in discharge pipe
g Gravitational acceleration m/sΒ² 9.81 m/sΒ²
Typical Ranges:
Underground dewatering: 80 – 220 m
Tailings transfer (low gradient): 30 – 100 m
High-pressure paste fill: 150 – 350 m

πŸ’‘ Worked Example

Problem: A deep open-pit mine requires dewatering 320 L/s of water (ρ = 998 kg/mΒ³, Ξ½ = 1.01Γ—10⁻⁢ mΒ²/s) from a sump at EL 1200 m to a surface pond at EL 1345 m. The 450-mm HDPE discharge pipe is 1,280 m long with 4 x 90Β° elbows (K=0.75 each) and 1 gate valve (K=0.2). Pipe roughness Ξ΅ = 0.002 mm. Calculate TDH.
1. Step 1: Compute static head = 1345 βˆ’ 1200 = 145 m
2. Step 2: Velocity V = Q/A = 0.320 / (Ο€ Γ— 0.225Β²) = 2.01 m/s β†’ Reynolds number Re = VD/Ξ½ = 2.01 Γ— 0.45 / 1.01Γ—10⁻⁢ β‰ˆ 896,000 β†’ turbulent flow
3. Step 3: Friction factor f (Colebrook-White, approx. Swamee-Jain): f β‰ˆ 0.0135 β†’ h_f = f Γ— (L/D) Γ— (VΒ²/2g) = 0.0135 Γ— (1280/0.45) Γ— (2.01Β²/(2Γ—9.81)) = 16.2 m
4. Step 4: Minor losses: Ξ£K = 4Γ—0.75 + 0.2 = 3.2 β†’ h_m = Ξ£K Γ— VΒ²/(2g) = 3.2 Γ— (2.01Β²)/(2Γ—9.81) = 0.66 m
5. Step 5: Velocity head = VΒ²/(2g) = 0.21 m β†’ TDH = 145 + 16.2 + 0.66 + 0.21 = 162.1 m
Answer: The required TDH is 162.1 m, which falls within the safe operating range for a high-pressure multistage centrifugal pump (typical max TDH: 150–250 m).

πŸ—οΈ Real-World Application

At Newmont’s Boddington Mine (Western Australia), a 2021 pump retrofit replaced aging 4-stage end-suction pumps with two parallel 8-stage vertical turbine pumps handling 480 L/s of abrasive bauxite-laden water (22% solids, SG = 1.32). By recalculating TDH (198 m), specifying Ni-Hard 5 impellers, and installing VFDs with pressure cascade control, they reduced energy consumption by 28%, extended mean time between failures from 4,200 to 11,500 hours, and eliminated cavitation incidents linked to seasonal suction level fluctuations.

πŸ“š References