🎓 Lesson 27 D5

Estimating Friction Factor Using Colebrook-White and Swamee-Jain

The friction factor tells us how much energy is lost due to pipe wall roughness and fluid turbulence when water or slurry flows through a pipeline.

🎯 Learning Objectives

  • Calculate the Darcy friction factor for turbulent slurry flow using both Colebrook-White and Swamee-Jain equations
  • Analyze the accuracy trade-off between implicit and explicit friction factor formulas across Reynolds numbers from 4×10⁴ to 1×10⁸
  • Explain how pipe age, material, and slurry abrasion affect effective roughness (ε) in mining hydraulic transport systems
  • Apply friction factor results to compute head loss in a dewatering or tailings transfer pipeline and compare against pump curve constraints

📖 Why This Matters

In mining operations, accurate friction loss prediction is critical for designing reliable dewatering systems, paste tailings pipelines, and high-density slurry transport—where underestimating head loss can cause pump overload, pipeline blockage, or unplanned shutdowns. A 10% error in friction factor can lead to >15% error in total dynamic head, directly impacting CAPEX (pump/motor sizing) and OPEX (energy consumption). This lesson bridges theory with field reality: you’ll learn why Swamee-Jain is used in real-time SCADA systems, while Colebrook-White remains the benchmark for audit-grade design.

📘 Core Principles

Turbulent flow friction arises from viscous sublayer disruption and wall roughness protrusions interacting with fluctuating velocity fields. The Colebrook-White equation (1939) models this implicitly by unifying Prandtl’s smooth-pipe law and Nikuradse’s rough-pipe data—making it universally valid for 4×10³ < Re < 1×10⁸ and 10⁻⁶ < ε/D < 0.05. However, its implicit form requires iterative solving (e.g., Newton-Raphson), which is impractical for hand calculations or embedded control logic. Swamee-Jain (1976) provides an explicit approximation with ≤1.0% error across the full turbulent range—derived via curve-fitting to Colebrook-White solutions—and is codified in ASCE and ISO standards for preliminary and operational design.

📐 Key Calculation

Use Swamee-Jain for rapid, reliable estimates; reserve Colebrook-White for final verification or regulatory submissions. Both require consistent unit handling: Re is dimensionless, ε and D must share units (e.g., mm or m), and kinematic viscosity ν must match temperature and fluid composition (e.g., water at 20°C: ν = 1.004×10⁻⁶ m²/s; 45% wt. iron ore slurry: ν ≈ 3.2×10⁻⁶ m²/s).

💡 Worked Example

Problem: Given: Cast iron pipeline (ε = 0.26 mm), internal diameter D = 0.45 m, flow velocity V = 2.8 m/s, water at 20°C (ν = 1.004×10⁻⁶ m²/s). Calculate f.
1. Step 1: Compute Reynolds number: Re = V·D/ν = (2.8)(0.45)/(1.004×10⁻⁶) = 1.255×10⁶
2. Step 2: Compute relative roughness: ε/D = 0.00026 / 0.45 = 5.78×10⁻⁴
3. Step 3: Apply Swamee-Jain: f = 0.25 / [log₁₀((ε/D)/3.7 + 5.74/Re⁰·⁹)]² = 0.25 / [log₁₀(5.78×10⁻⁴/3.7 + 5.74/(1.255×10⁶)⁰·⁹)]² → log₁₀(1.56×10⁻⁴ + 7.43×10⁻⁷) = log₁₀(1.57×10⁻⁴) = −3.804 → denominator = (−3.804)² = 14.47 → f = 0.25 / 14.47 = 0.0173
4. Step 4: Verify with Colebrook-White iteration (initial guess f₀ = 0.017): 1/√f₁ = −2·log₁₀[(ε/D)/3.7 + 2.51/(Re·√f₀)] → RHS = −2·log₁₀[1.56×10⁻⁴ + 2.51/(1.255×10⁶·√0.017)] = −2·log₁₀[1.56×10⁻⁴ + 3.64×10⁻⁵] = −2·log₁₀(1.92×10⁻⁴) = 7.43 → f₁ = 1/(7.43)² = 0.0181. Converges to f ≈ 0.0180 after 3 iterations.
Answer: Swamee-Jain gives f = 0.0173; Colebrook-White converges to f = 0.0180 — difference = 3.9%, well within acceptable engineering tolerance (<5%).

🏗️ Real-World Application

At Newmont’s Boddington Gold Mine (Western Australia), a 12.8 km, DN400 ductile iron tailings pipeline transports 35% solids by weight at 3.1 m/s. During commissioning, observed pressure drop was 12% higher than predicted using Hazen-Williams. Re-analysis with Swamee-Jain (ε = 0.26 mm, ν = 2.1×10⁻⁶ m²/s for slurry) corrected f from 0.0142 to 0.0179, reducing prediction error to 1.3%. This validated the need to use fluid-specific ν and updated ε values—not catalog defaults—in slurry hydraulic design, per AMIRA P9O and GRI guidelines.

📋 Case Connection

📋 Cooling Water Circuit Fouling Mitigation in Refinery FCC Unit

Biofilm + CaCO₃ scaling reduced heat transfer by 38%, risking catalyst deactivation

📋 Pneumatic Conveying of Catalyst Powder in Fluidized Bed Reactor Feed System

Catalyst attrition and line plugging due to intermittent slug flow and particle segregation

📋 Slurry Transport Optimization in Iron Ore Pipeline (Brazil)

Unstable flow causing intermittent blockages and excessive pump wear

📚 References