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. What makes the calculation interesting (and occasionally tricky) is figuring out A and P for different shapes, especially partially filled pipes.
The Core Formula
Every hydraulic radius calculation starts from the same place:
R = A / P
- A = cross-sectional area of the water flowing through the channel or pipe (ft² or m²)
- P = wetted perimeter, the length of the channel surface that is actually in contact with the water (ft or m)
The result has units of length (feet or meters) because you’re dividing an area by a length. Think of hydraulic radius as a measure of how efficiently a channel moves water. A larger hydraulic radius means more water is flowing relative to the amount of friction from the channel walls, so the flow is more efficient.
What Counts as Wetted Perimeter
Wetted perimeter is the part that trips people up. It only includes the surfaces where water touches solid material. The free water surface exposed to air does not count. In a rectangular open channel, for example, the wetted perimeter includes the bottom and both sides up to the water level, but not the top surface of the water. In a pipe running completely full, the wetted perimeter is the entire inner circumference because water contacts the pipe wall all the way around.
Getting the wetted perimeter wrong is the most common source of error. If you accidentally include the open-air surface, your P value will be too large and the hydraulic radius too small.
Rectangular Channels
For a rectangular open channel with a bottom width of b and a water depth of y:
- Flow area: A = b × y
- Wetted perimeter: P = b + 2y
- Hydraulic radius: R = (b × y) / (b + 2y)
Say you have a concrete channel 3 meters wide with water 1 meter deep. The area is 3 m², the wetted perimeter is 3 + 2(1) = 5 m, and the hydraulic radius is 3/5 = 0.6 m.
There’s a useful shortcut for very wide channels. When the width is much larger than the depth (roughly 10 times or more), the two side walls contribute very little friction compared to the bottom. In that case, R approximates to just the depth, y. You can see why: if b = 30 m and y = 1 m, then R = 30/32 = 0.9375, which is close to 1. This approximation shows up frequently in river and floodplain calculations.
Trapezoidal Channels
Many engineered ditches, irrigation canals, and drainage channels have a trapezoidal cross-section with sloped sides. If b is the bottom width, y is the water depth, and m is the side slope (horizontal run per unit of vertical rise):
- Flow area: A = (b + my) × y
- Wetted perimeter: P = b + 2y√(1 + m²)
- Hydraulic radius: R = [(b + my) × y] / [b + 2y√(1 + m²)]
For example, a channel with a 2-meter bottom width, 1.5-meter water depth, and 2:1 side slopes (m = 2) would have an area of (2 + 2×1.5) × 1.5 = 7.5 m². The wetted perimeter is 2 + 2(1.5)√(1 + 4) = 2 + 6.708 = 8.708 m. That gives a hydraulic radius of 7.5 / 8.708 = 0.861 m.
Circular Pipes Running Full
For a circular pipe with diameter D running completely full:
- Flow area: A = πD²/4
- Wetted perimeter: P = πD (the full circumference)
- Hydraulic radius: R = D/4
This is worth memorizing. A 12-inch (1-foot) pipe running full has a hydraulic radius of 0.25 feet. A 600 mm pipe has a hydraulic radius of 150 mm. The simplicity of D/4 makes full-pipe calculations fast.
A pipe running exactly half full also has a hydraulic radius of D/4. That might seem like a coincidence, but it follows directly from the geometry: cutting the circle in half cuts both the area and the wetted perimeter in half, so their ratio stays the same.
Partially Filled Circular Pipes
When a pipe is neither full nor half full, things get more involved. The geometry depends on the central angle (Θ) formed by the water surface. If r is the pipe’s inner radius and d is the depth of water in the pipe:
First, find the central angle:
Θ = 2 × arccos((r − d) / r)
Then calculate the area and wetted perimeter:
- Flow area: A = r² × (Θ − sinΘ) / 2
- Wetted perimeter: P = r × Θ
- Hydraulic radius: R = A / P
Suppose you have a 24-inch diameter pipe (r = 12 inches) with water 8 inches deep. First, Θ = 2 × arccos((12 − 8)/12) = 2 × arccos(0.333) = 2 × 1.2310 radians = 2.462 radians. The area is 144 × (2.462 − sin(2.462))/2 = 144 × (2.462 − 0.6425)/2 = 144 × 0.9098 = 131.0 in². The wetted perimeter is 12 × 2.462 = 29.54 in. The hydraulic radius is 131.0 / 29.54 = 4.43 inches.
In practice, most engineers use tables or online calculators for partially filled pipes because the trigonometry is tedious to do by hand. But understanding where the numbers come from helps you catch errors.
Why Hydraulic Radius Matters
Hydraulic radius isn’t just an academic exercise. It’s a key input in Manning’s equation, the most widely used formula for estimating flow velocity in open channels and gravity-fed pipes. Manning’s equation calculates velocity from the hydraulic radius, the channel slope, and a roughness coefficient that depends on the pipe or channel material. A larger hydraulic radius means faster flow for the same slope and roughness.
This is why hydraulic radius shows up constantly in the design of storm sewers, irrigation systems, culverts, and natural stream analysis. If you’re sizing a pipe or channel to carry a certain flow rate, you need the hydraulic radius to connect the geometry of the pipe to the speed of the water inside it.
The hydraulic radius also explains why larger pipes and channels are more efficient. As a pipe’s diameter increases, the hydraulic radius increases too, meaning proportionally less of the water is in contact with the friction-producing walls. A 48-inch pipe doesn’t just carry more water than a 24-inch pipe because it’s bigger. It carries water faster, because R = D/4 doubles from 6 inches to 12 inches.