Skip to content
Calculator Collection

Manning's Roughness Flow Calculator

Estimate average flow velocity in an open channel or partially-full pipe using Manning's equation with hydraulic radius, slope, and roughness coefficient. Useful for stormwater design, culvert sizing, channel design, and natural-stream hydraulic analysis.

Last updated: May 2026

Fill in the required fields to see your result.

Compare with similar

About this calculator

Manning's equation is an empirical relation for steady, uniform flow in open channels and partially-full conduits. The SI form is v = (1/n) × R^(2/3) × S^(1/2), where v is mean flow velocity in m/s, n is Manning's roughness coefficient (dimensionless empirical value), R is the hydraulic radius (cross-sectional area / wetted perimeter, in meters), and S is the channel slope (dimensionless m/m, or hydraulic gradient = head loss per unit length). Discharge Q is then Q = v × A in m³/s, where A is the cross-sectional flow area. The imperial form has a 1.486 conversion factor: v = (1.486/n) × R^(2/3) × S^(1/2) with R in feet, S dimensionless, v in ft/s — note n is the same in both unit systems by convention. Variables and edge cases: Manning's n captures surface texture and irregularities; typical values are concrete (n = 0.012–0.015), smooth metal pipes (0.011–0.015), brick (0.014–0.017), riprap (0.025–0.035), gravel-bed rivers (0.020–0.030), clean earth channels (0.020–0.030), weedy natural streams (0.035–0.100), and heavily vegetated swamps (0.100+). Chow's 'Open-Channel Hydraulics' is the authoritative reference. Hydraulic radius for common shapes: full circular pipe R = D/4; wide rectangular channel R ≈ y (depth) when width >> depth; trapezoidal needs careful side-slope geometry. Manning's equation assumes steady uniform flow (no acceleration or deceleration along the channel) and a free surface; for varied flow (gradually-varied profiles like M1, M2, S1, S2 curves), the equation is applied step-by-step along the channel with the energy equation. The equation breaks down at very high Reynolds numbers (fully-rough turbulent flow), where it remains widely used despite being empirical. For pressurized pipe flow, Darcy-Weisbach is more rigorous; Manning is suited specifically to gravity-driven, free-surface flows.

How to use

Example 1 — concrete drainage channel. Concrete-lined rectangular channel, n = 0.013, depth y = 0.6 m, width b = 1.5 m, slope S = 0.002 m/m. Step 1: cross-sectional area A = b × y = 1.5 × 0.6 = 0.9 m². Step 2: wetted perimeter P_w = b + 2y = 1.5 + 2 × 0.6 = 2.7 m. Step 3: hydraulic radius R = A / P_w = 0.9 / 2.7 = 0.333 m. Step 4: R^(2/3) = 0.333^(2/3) ≈ 0.481. Step 5: S^(1/2) = 0.002^0.5 = 0.04472. Step 6: v = (1/0.013) × 0.481 × 0.04472 = 76.92 × 0.481 × 0.04472 ≈ 1.65 m/s. Step 7: Q = v × A = 1.65 × 0.9 = 1.49 m³/s = 1,490 L/s. Verify: this is a reasonable design flow for a small drainage channel; velocity is below the typical 3 m/s upper limit for concrete (to avoid surface erosion) and above the 0.6 m/s lower limit (to prevent sediment deposition). Example 2 — partially-full circular pipe. A 600-mm diameter concrete pipe (n = 0.013) on slope S = 0.005 m/m, flowing half-full (depth = 0.3 m). Step 1: at half-full, A = π × 0.3² / 2 = 0.1414 m² (half circle area). Step 2: wetted perimeter P_w = π × 0.3 = 0.9425 m (half circumference). Step 3: R = 0.1414 / 0.9425 = 0.150 m (note: for half-full circular, R = D/4 = 0.15 m — exact match). Step 4: R^(2/3) = 0.150^(2/3) ≈ 0.282. Step 5: S^(1/2) = 0.005^0.5 = 0.0707. Step 6: v = (1/0.013) × 0.282 × 0.0707 = 76.92 × 0.282 × 0.0707 ≈ 1.53 m/s. Step 7: Q = 1.53 × 0.1414 = 0.216 m³/s = 216 L/s. Verify: this would be a typical sanitary-sewer or storm-drain design flow. Note that maximum velocity in circular pipes does NOT occur at full depth but at about 0.81 × full depth (a counterintuitive result of Manning's geometry).

Frequently asked questions

What Manning's n values should I use for different channel and pipe materials?

Manning's n values are empirically determined and published in references like Chow's 'Open-Channel Hydraulics,' USDA NRCS handbooks, and FHWA HEC-22. Typical values for designed channels: smooth concrete 0.011–0.015 (0.013 typical); rough concrete 0.014–0.020; brick 0.014–0.017; smooth metal pipes (steel, ductile iron, PVC) 0.011–0.013; corrugated metal pipe 0.022–0.027; gravel-lined channels 0.025–0.030; riprap-lined 0.030–0.040. For natural channels: straight clean earth 0.020–0.025; meandering with some grass 0.025–0.033; clean, with deep pools and sand 0.030–0.040; weedy natural channels 0.035–0.050; heavily vegetated channels 0.050–0.100; floodplains with heavy brush and trees 0.080–0.200. Higher-flow turbulent conditions reduce effective n by 10–20% for natural channels; design at flood flow uses lower values than baseflow. Composite cross-sections (e.g., concrete bottom with gravel banks) use a weighted average based on wetted perimeter. Selecting n is the largest source of uncertainty in Manning calculations — a 20% error in n produces a 20% error in flow capacity. Field measurements of an existing channel at known flow are the gold standard; published tables are starting points only.

How is hydraulic radius calculated for different channel geometries?

Hydraulic radius (R) = cross-sectional flow area (A) divided by wetted perimeter (P_w), the portion of the channel boundary that is in contact with flowing water. For common shapes: (1) Full circular pipe of diameter D: A = πD²/4, P_w = πD, so R = D/4. (2) Half-full circular pipe: A = πD²/8, P_w = πD/2, so R = D/4 (same as full — counterintuitive but correct because area and wetted perimeter both halve). (3) Wide rectangular channel of width b and depth y when b >> y: R ≈ y (the bottom and two side slivers form the wetted perimeter, but the sides are negligible compared to width). (4) Narrow rectangular: R = (b × y) / (b + 2y), which requires the full formula. (5) Trapezoidal channel with bottom width b, depth y, side slope z (horizontal:vertical): A = (b + zy) × y, P_w = b + 2y × √(1 + z²), so R = (b + zy)y / (b + 2y√(1+z²)). (6) Triangular V-channel with side slope z: A = zy², P_w = 2y√(1+z²), so R = zy / (2√(1+z²)). For complex shapes, compute A and P_w separately from geometric drawings. Hydraulic radius differs from physical radius — it's a shape factor representing how 'efficiently' the channel passes water given its wetted perimeter.

When should I use Manning's equation versus Darcy-Weisbach for flow calculations?

Manning's equation is best suited for: (1) Open-channel flow — rivers, canals, ditches, culverts with free water surface. (2) Partially-full pipe flow — sewers, storm drains, gravity-driven culverts. (3) Stormwater design and floodplain analysis where natural-channel n values are well-tabulated. (4) Hydraulic engineering at human scales (depth > 0.1 m). Darcy-Weisbach is best suited for: (1) Pressurized full-pipe flow with no free surface. (2) Any fluid (water, oil, gas, chemicals), not just water — Manning is calibrated for water at typical temperatures. (3) High-precision engineering where physical rigor matters; D-W has a clear physical basis while Manning is purely empirical. (4) Compressible or specialized flow analysis. For full-pipe gravity flow (sewer running full), both work; Darcy-Weisbach is more accurate when good roughness data is available. For partial-pipe flow (typical in sewers), Manning is the standard. For low-velocity laminar flow in pipes, neither is ideal — use Hagen-Poiseuille. Manning's equation has a known limitation: it assumes rough turbulent flow with a friction factor independent of Re, which is valid for high Re but breaks down in transitional or smooth-pipe conditions where the friction factor depends on Re.

What are common mistakes when applying Manning's equation?

The most common mistake is using imperial vs. SI form incorrectly — the constants 1.0 (SI) vs. 1.486 (imperial) differ, and mixing them produces 49% errors. Both unit systems use the same n value by convention. Using inappropriate n values: published tables show typical ranges but actual n varies with depth, vegetation seasonality, and channel age — natural channels in summer (full vegetation) have higher n than the same channels in winter (dormant vegetation). Forgetting that Manning's equation assumes uniform flow (constant depth, slope, cross-section); for varied flow (transitions, hydraulic jumps, backwater), step-by-step gradually-varied flow analysis is needed. Applying Manning to pressurized pipe flow where there is no free surface — use Darcy-Weisbach instead. Misidentifying the slope: channel slope S is typically the bed slope or hydraulic gradient, not the water-surface slope (in uniform flow they're equal, but in gradually-varied flow they differ). Using a single n for composite cross-sections — when a channel has different surfaces (concrete bottom, riprap banks), use a wetted-perimeter-weighted composite n. Forgetting that Manning's n is technically not dimensionless — it has units (s/m^(1/3)), but is conventionally treated as dimensionless. For very smooth pipes (PVC, polished steel) and low flow, Manning may overestimate friction; Darcy-Weisbach with the Colebrook equation is more accurate.

When should I NOT use this calculator?

Skip Manning's equation for pressurized full-pipe flow where there is no free surface — use Darcy-Weisbach instead. Do not use it for very small channels (depth < 5 cm) or microfluidic flows where surface tension and viscous effects dominate over gravity. Avoid it for unsteady flow (flood waves, dam-break analysis, channel flushing) — use St. Venant equations or unsteady hydraulics. The formula doesn't apply to rapidly-varied flow (hydraulic jumps, weirs, spillways) where flow changes too quickly for uniform-flow assumptions; use specialized weir, orifice, or jump equations. For sediment-laden flow, mudflows, or debris flows, the Newtonian water assumption fails — use sediment-transport-modified relations. For ice-covered streams, the ice cover changes the wetted perimeter geometry; use ice-cover-modified Manning. The formula doesn't capture air entrainment in high-velocity flow (waterfalls, steep spillways) where the water density effectively decreases due to bubbles. For tidal or backwater situations where the slope changes direction or becomes very small, Manning's equation predicts unrealistic flow; use the energy equation directly. Finally, for any safety-critical or regulatory hydraulic design (FEMA floodplain mapping, regulatory storm-water permits, dam safety), use proper hydraulic modeling software (HEC-RAS, SWMM, Mike Hydro) rather than spreadsheet Manning calculations.

Sources & references