🎓 Lesson 1 D1

Getting Started with Fluid Flow & Transport Phenomena

Fluid flow and transport phenomena describe how liquids, gases, and particles move and mix in mining environments—like water draining from a pit, air carrying dust in a tunnel, or explosives energy spreading through rock.

🎯 Learning Objectives

  • Calculate volumetric flow rate using continuity and Bernoulli equations for simple mine drainage scenarios
  • Analyze pressure drop across a ventilation duct using the Darcy–Weisbach equation and select appropriate fan specifications
  • Explain the role of Reynolds number in determining flow regime (laminar vs. turbulent) in ore pass chutes or tailings pipelines
  • Apply Fick’s first law to estimate contaminant diffusion rates from a leach pad into underlying soil
  • Design a basic dewatering well system by estimating drawdown using the Thiem equation for confined aquifers

📖 Why This Matters

Every day in mining—from pumping groundwater out of an open pit to ventilating underground tunnels, moving crushed ore as slurry, or controlling dust during blasting—engineers rely on fluid flow and transport principles. Ignoring them leads to flooded excavations, unsafe air quality, pipeline blockages, or environmental contamination. Mastering these fundamentals isn’t just theory—it’s what keeps operations safe, efficient, and compliant.

📘 Core Principles

Transport phenomena rest on three pillars: conservation of mass (continuity), conservation of momentum (Navier–Stokes equations), and conservation of energy (first law of thermodynamics). For mining applications, we often simplify these using empirical or semi-empirical models. Flow regimes are classified by Reynolds number (Re): Re < 2,000 → laminar; 2,000–4,000 → transitional; > 4,000 → turbulent—critical for sizing ducts and predicting erosion. Mass transport includes advection (bulk flow), diffusion (molecular motion), and dispersion (turbulent mixing). Heat transfer modes—conduction, convection, radiation—govern equipment cooling and geothermal effects in deep mines.

📐 Darcy–Weisbach Pressure Loss

This formula calculates head loss due to friction in pipes and ducts—essential for ventilation and dewatering system design. It accounts for pipe geometry, flow velocity, and fluid properties via the dimensionless friction factor.

Darcy–Weisbach Equation

h_f = f (L/D) (V²/2g)

Calculates frictional head loss in pipes and ducts for steady, incompressible flow.

Variables:
SymbolNameUnitDescription
h_f Frictional head loss m Energy loss per unit weight of fluid
f Darcy friction factor dimensionless Function of Re and relative roughness ε/D
L Pipe/duct length m Total conduit length between points
D Hydraulic diameter m 4×cross-sectional area / wetted perimeter
V Average velocity m/s Flow speed averaged over cross-section
g Gravitational acceleration m/s² Standard value = 9.81 m/s²
Typical Ranges:
Underground ventilation main ducts: 5 – 40 m/100 m duct length
Dewatering discharge lines (steel pipe): 10 – 100 m/100 m

💡 Worked Example

Problem: A 600-mm-diameter steel ventilation duct (ε = 0.045 mm) carries 35 m³/s of air (ρ = 1.2 kg/m³, μ = 1.8 × 10⁻⁵ Pa·s) over 200 m. Calculate the frictional head loss.
1. Step 1: Compute cross-sectional area A = π × (0.6/2)² = 0.2827 m² → velocity V = Q/A = 35 / 0.2827 ≈ 123.8 m/s (Note: this exceeds safe limits—flag for review!)
2. Step 2: Calculate Reynolds number: Re = ρVD/μ = (1.2)(123.8)(0.6)/(1.8×10⁻⁵) ≈ 4.95×10⁶ → fully turbulent.
3. Step 3: Relative roughness ε/D = 0.045/600 = 7.5×10⁻⁵ → Moody chart or Colebrook gives f ≈ 0.012.
4. Step 4: Apply Darcy–Weisbach: h_f = f × (L/D) × (V²/2g) = 0.012 × (200/0.6) × (123.8²/(2×9.81)) ≈ 3,120 m (unrealistic → reveals need for lower velocity or larger duct).
Answer: The computed head loss (3,120 m) is physically implausible—indicating the initial velocity violates practical ventilation limits (<15 m/s). Revised design requires duct diameter ≥ 2.1 m to achieve V ≈ 10 m/s and h_f ≈ 18 m, within typical fan capability.

🏗️ Real-World Application

At Newmont’s Boddington Gold Mine (Western Australia), a 42-km tailings pipeline transports 3,200 t/h of 45% solids slurry. Engineers used rheological modeling (Bingham plastic approximation) and transient flow simulations to prevent plug formation during start-up/shutdown. Field monitoring confirmed predicted pressure spikes at elbows matched within ±8%, validating transport model calibration against real-time SCADA data—enabling predictive maintenance and avoiding 12+ days/year of unplanned downtime.

📋 Case Connection

📋 Slurry Transport Optimization in Copper Mine Tailings Pipeline

Frequent blockages due to heterogeneous particle settling at low flow velocities

📚 References