🎓 Lesson 4 D3

Open Channel Flow: Uniform, Critical & Gradually Varied Flow

Open channel flow is water moving freely under gravity in rivers, ditches, or drainage channels — where the surface is exposed to air.

🎯 Learning Objectives

  • Calculate uniform flow depth and velocity using Manning’s equation
  • Analyze flow regime (subcritical, critical, supercritical) using Froude number
  • Design a trapezoidal drainage channel for mine site runoff using critical flow criteria
  • Apply gradually varied flow (GVF) analysis to predict backwater effects upstream of a culvert or drop structure

📖 Why This Matters

In mining, surface drainage systems must safely convey stormwater runoff from waste dumps, haul roads, and pit perimeters — preventing erosion, slope failure, and contamination. Poorly designed open channels can overtop during extreme rainfall, trigger landslides, or fail to self-clean (leading to sedimentation). Understanding uniform, critical, and gradually varied flow ensures engineers design resilient, maintenance-friendly drainage that meets regulatory requirements (e.g., MSHA Part 46, EPA NPDES).

📘 Core Principles

Uniform flow occurs when gravitational force balances boundary resistance — resulting in constant depth, velocity, and energy grade line slope. Critical flow defines the minimum specific energy for a given discharge; it governs hydraulic jumps, weir design, and transition stability. Gradually varied flow arises when channel geometry, slope, or downstream controls cause slow, continuous depth change — modeled via the standard step method or direct integration of the GVF equation. Key distinctions: uniform flow assumes steady, unchanging conditions; critical flow is a state (not a process); GVF describes how flow adjusts *between* uniform or critical states.

📐 Manning’s Equation for Uniform Flow

Manning’s equation estimates average velocity and discharge in open channels under uniform flow conditions. It is empirically derived and widely accepted in mining drainage design due to its simplicity and field calibration capability.

Manning’s Equation (SI)

Q = (1.0 / n) × A × R^{2/3} × S₀^{1/2}

Calculates discharge Q for uniform open channel flow.

Variables:
SymbolNameUnitDescription
Q Discharge m³/s Volumetric flow rate
n Manning’s roughness coefficient s/m^{1/3} Empirical resistance factor; depends on channel lining (e.g., concrete n=0.012, riprap n=0.030–0.040)
A Flow area Cross-sectional area of flowing water
R Hydraulic radius m A divided by wetted perimeter P
S₀ Channel bed slope m/m (dimensionless) Longitudinal slope of channel bottom
Typical Ranges:
Riprap-lined mine ditch: 0.025 – 0.040
Concrete-lined channel: 0.011 – 0.015

💡 Worked Example

Problem: A trapezoidal mine drainage ditch has bottom width b = 2.5 m, side slopes 2H:1V (m = 2), slope S₀ = 0.003, Manning’s n = 0.030 (riprap-lined), and design discharge Q = 4.2 m³/s. Calculate normal depth yₙ.
1. Step 1: Express area A = (b + m·y)·y = (2.5 + 2y)·y; hydraulic radius R = A / P, where P = b + 2y√(1 + m²) = 2.5 + 2y√5 ≈ 2.5 + 4.472y.
2. Step 2: Use Manning’s equation Q = (1.486/n)·A·R^(2/3)·S₀^(1/2) → 4.2 = (1.486/0.030)·A·R^(2/3)·√0.003.
3. Step 3: Solve iteratively (trial y = 1.0 m → A = 4.5 m², P = 6.97 m, R = 0.645 m, Q_calc = 3.76 m³/s; try y = 1.15 m → A = 5.32 m², P = 7.64 m, R = 0.696 m, Q_calc = 4.21 m³/s).
Answer: The normal depth yₙ ≈ 1.15 m, which falls within the safe range of 1.0–1.3 m for this 2.5-m base ditch carrying 4.2 m³/s.

🏗️ Real-World Application

At the Red Mountain Copper Mine (Arizona), a 1.8-km-long trapezoidal channel drains runoff from a 120-ha waste rock dump. During a 10-year storm (Q = 5.8 m³/s), field surveys revealed scour at a 15-m section where slope increased from 0.0025 to 0.012 — triggering a hydraulic jump and sediment deposition upstream. Post-event redesign used critical flow analysis to size a stilling basin and applied GVF modeling (HEC-RAS v6.4) to verify energy dissipation — reducing maintenance frequency by 70% and meeting Arizona ADEQ sediment control standards.

📋 Case Connection

📋 Industrial Park Stormwater Master Plan in Indianapolis, IN

Achieving 90% annual phosphorus load reduction while accommodating truck traffic and hazardous material spill containmen...

📋 Mountainous Ski Resort Stormwater Retrofit in Aspen, CO

Preventing erosion and sediment delivery to Roaring Fork River (Class I trout stream) under high-intensity snowmelt puls...

📚 References