Hydraulic radius is calculated by dividing the cross-sectional area of flowing water by the wetted perimeter of the channel or pipe. The formula is simple: R = A / P, where A is the flow area and P is the wetted perimeter. The trick is correctly identifying those two values for your specific channel shape, since the geometry changes the math significantly.
The Core Formula
Every hydraulic radius calculation starts from the same relationship:
- R = hydraulic radius
- A = cross-sectional area of the flow
- P = wetted perimeter
R = A / P. That’s it. The result is expressed in feet or meters, matching whatever unit system you’re working in.
The wetted perimeter is the part that trips people up. It’s the total length of the channel boundary that is actually in contact with the fluid. In an open channel like a ditch or stream, the water surface exposed to air does not count. Only the bottom and sides where water touches a solid boundary are included. This distinction matters because the wetted perimeter represents where friction slows the flow down, and that’s exactly what the hydraulic radius is meant to capture.
Rectangular Open Channels
For a rectangular channel with a flat bottom, you need two measurements: the bottom width (b) and the water depth (y).
The flow area is straightforward: A = b × y. The wetted perimeter includes the bottom plus both vertical sides: P = b + 2y. Notice the top water surface is excluded. Plug both into the formula:
R = (b × y) / (b + 2y)
For example, a channel 3 meters wide with water 1 meter deep has a flow area of 3 m² and a wetted perimeter of 3 + 2(1) = 5 m. The hydraulic radius is 3/5 = 0.6 m.
Trapezoidal Channels
Trapezoidal channels are common in engineered drainage and irrigation systems because the sloped sides resist erosion better than vertical walls. You need three values: bottom width (b), water depth (y), and side slope ratio (z), where z is the horizontal distance the slope covers per unit of vertical rise.
The flow area accounts for the rectangular center plus the two triangular sides:
A = by + zy²
The wetted perimeter uses the Pythagorean theorem to find the true length of each sloped side:
P = b + 2y√(1 + z²)
So the hydraulic radius becomes:
R = (by + zy²) / [b + 2y√(1 + z²)]
If you have a channel with a 2-meter bottom width, 1.5-meter water depth, and side slopes of 2:1 (z = 2), the area is 2(1.5) + 2(1.5²) = 3 + 4.5 = 7.5 m². The wetted perimeter is 2 + 2(1.5)√(1 + 4) = 2 + 3√5 = 8.71 m. The hydraulic radius is 7.5 / 8.71 = 0.86 m.
Circular Pipes Flowing Full
When a circular pipe is completely full, the geometry simplifies nicely. The flow area is πr² (or πD²/4 using diameter), and the wetted perimeter is the full circumference: 2πr (or πD). Dividing area by perimeter:
R = πr² / 2πr = r/2 = D/4
So for any full pipe, the hydraulic radius is simply one-quarter of the diameter. A 600 mm pipe flowing full has a hydraulic radius of 150 mm, or 0.15 m. No further calculation needed.
Partially Full Pipes
Pipes that aren’t completely full, like storm drains and gravity sewers, require more involved geometry based on a central angle (θ) determined by how deep the water sits.
Start by finding the central angle. If the pipe radius is r and the water depth is h:
θ = 2 arccos[(r − h) / r]
For flow less than half full, the area and wetted perimeter are:
- A = r²(θ − sin θ) / 2
- P = rθ
For flow more than half full, you subtract the empty segment from the full circle. If h represents the empty height above the water (h = 2r − water depth), calculate θ the same way, then:
- A = πr² − r²(θ − sin θ) / 2
- P = 2πr − rθ
In both cases, divide A by P to get the hydraulic radius. Because these formulas involve inverse trig functions, most engineers use spreadsheets or design charts rather than solving by hand. The key insight is that the hydraulic radius of a partially full pipe is not simply proportional to the depth. It actually peaks at about 81% full, not at 100%.
Why Hydraulic Radius Matters
Hydraulic radius isn’t just an academic exercise. It’s a required input for Manning’s equation, one of the most widely used formulas in open channel flow design:
Q = (C/n) × A × R^(2/3) × S^(1/2)
Here, Q is the flow rate, n is the roughness coefficient (based on the channel material), R is the hydraulic radius, S is the channel slope, and C is a unit conversion constant: 1.0 for metric and 1.49 for U.S. customary units. The hydraulic radius appears raised to the 2/3 power, so even small errors in calculating it can meaningfully affect your flow estimate.
This equation is how engineers size culverts, design irrigation canals, and estimate flood flows. Getting the hydraulic radius right is the geometric foundation for all of it.
Common Mistakes to Avoid
The most frequent error is including the free water surface in the wetted perimeter. In an open channel, the top of the water touches air, not a solid boundary. Air exerts negligible friction compared to a channel wall, so it’s excluded. Only surfaces where the fluid contacts a solid boundary count toward P.
Another common mistake is confusing hydraulic radius with hydraulic depth. Hydraulic depth is the flow area divided by the top width of the water surface (A/T). These are different quantities used in different equations. Hydraulic radius (A/P) appears in Manning’s equation and similar friction-based formulas. Hydraulic depth appears in Froude number calculations. Mixing them up will give you wrong results in either context.
Finally, watch your units. The hydraulic radius has units of length (meters or feet), not area. If your answer comes out in square meters, you’ve forgotten to divide. And when plugging into Manning’s equation, make sure you use the correct conversion constant for your unit system, since the equation is not dimensionally consistent on its own.

