What is Fluid Mechanics and Open Channel Flow?
Mathematical Foundation
Laws & Principles
- The Hydraulic Radius (R_h) is the single most important shape parameter in open channel design. A wide, shallow river flowing at the same total area as a narrow, deep canal has a much larger wetted perimeter — meaning more friction against the bottom per unit of flow area. The deep channel has a larger R_h and flows significantly faster, despite identical A and S values.
- Manning's n is extremely sensitive: it appears in the denominator, so doubling n (from 0.013 concrete to 0.025 gravelly earth) halves the flow rate entirely. Concrete lining a dirt channel is not merely cosmetic — it approximately doubles the conveyance capacity of the same geometric channel.
- The 2/3 power on R_h arises from the physics of turbulent flow. Velocity scales as R_h^(2/3) — not linearly. This means deepening a channel gives diminishing returns: doubling the depth does not double the flow rate, because wetted perimeter also grows as depth increases.
- Normal Depth Design: In practice, engineers use Manning's equation in reverse — they know the design storm flow Q, choose n and S, then iterate on y until Q is matched. This is called finding the 'normal depth' for a given discharge.
Step-by-Step Example Walkthrough
" A civil engineer designs a concrete-lined stormwater conveyance channel: 10 ft wide, 3 ft deep at normal flow, slope 0.002, Manning's n = 0.013 (smooth concrete). What is the design flow capacity? "
- 1. Compute cross-section area: A = 10 x 3 = 30 sq ft.
- 2. Compute wetted perimeter: P = 10 + (2 x 3) = 16 ft.
- 3. Compute hydraulic radius: R_h = A/P = 30/16 = 1.875 ft.
- 4. Apply Manning's: Q = (1.49/0.013) x 30 x (1.875)^(2/3) x (0.002)^(1/2).
- 5. Compute parts: (1.49/0.013) = 114.6. (1.875)^(2/3) = 1.538. (0.002)^(1/2) = 0.04472.
- 6. Q = 114.6 x 30 x 1.538 x 0.04472 = 237 CFS.