Prismatic channel hydraulics solver
Compute open-channel hydraulics for trapezoidal, rectangular, triangular, and circular sections: normal and critical depth, discharge, velocity, slope, Manning’s n, width/diameter, or side slopes. Uses Manning for gradually varied flow plus the Froude condition for critical depth.
Intermediate calcs (normal depth)
- Flow area $A_n$ (m²)
- --
- Wetted perimeter $P_n$ (m)
- --
- Top width $T_n$ (m)
- --
- Hydraulic radius $R_n$ (m)
- --
- Hydraulic depth $D_n$ (m)
- --
Output (normal depth)
- Depth $y_n$ (m)
- --
- Velocity $V_n$ (m/s)
- --
- Froude number $F_n$
- --
Intermediate calcs (critical depth)
- Flow area $A_c$ (m²)
- --
- Wetted perimeter $P_c$ (m)
- --
- Top width $T_c$ (m)
- --
- Hydraulic radius $R_c$ (m)
- --
- Hydraulic depth $D_c$ (m)
- --
Output (critical depth)
- Depth $y_c$ (m)
- --
- Velocity $V_c$ (m/s)
- --
- Froude number $F_c$
- --