DrainageCalculators

Critical Depth Calculator & Critical Depth Formula

Use the critical depth formula for circular, rectangular, trapezoidal, and triangular channels. Calculate critical depth, velocity, minimum specific energy, and Froude number in US customary or metric units.

Quick answer

What is critical depth?

Critical depth (yc) is the flow depth with minimum specific energy for a given discharge. At this depth the Froude number is 1, which marks the transition between deep, slower subcritical flow and shallow, faster supercritical flow.

General critical-flow condition

Q2T / (gA3) = 1

Rectangular channel formula

yc = [Q2 / (gb2)]1/3

Enter discharge as cfs with dimensions in feet, or m3/s with dimensions in metres. The calculator reports yc, critical velocity in ft/s or m/s, and minimum specific energy.

Input Parameters

Channel Configuration

Select channel shape and enter geometry

Select the cross-section geometry

cfs

Design flow rate

Channel Geometry

Enter dimensions for the selected shape

ft

Width at channel bottom

Critical Depth Overview

Critical depth is the depth at which specific energy is minimum for a given discharge. At critical depth, the Froude number equals 1 and flow transitions between subcritical and supercritical regimes.

Key relationships:

  • Critical condition: Fr = V / sqrt(g * Dh) = 1
  • Minimum energy: Emin = yc + Vc2/(2g)
  • Section factor: Z = A3/2 / T1/2 = Q / sqrt(g)

For rectangular channels: yc = (Q2 / (g * b2))1/3

Design Considerations

  • Near-critical flow is unstable - avoid designing for Fr between 0.9 and 1.1
  • Critical depth serves as a hydraulic control for flow calculations
  • Used to determine if flow is subcritical (y > yc) or supercritical (y < yc)
  • Important for hydraulic jump analysis and energy dissipation design

For educational purposes only. Not a substitute for professional engineering judgment.

Interactive model

Critical Depth and Specific Energy Explorer

Rotate the channel model and compare flow depth with the critical-depth section where specific energy is minimized.

Open full model (opens in a new tab)

How critical depth is calculated

Critical depth occurs where the specific energy of the flow is at a minimum for a fixed discharge. Setting the derivative of specific energy with respect to depth to zero gives the general critical-flow condition, expressed as a section factor:

Z = A3/2 / T1/2 = Q / √g

where, at the critical section:

  • Z — section factor (ft5/2 or m5/2)
  • A — cross-sectional flow area (ft² or m²)
  • T — top width of the water surface (ft or m)
  • Q — discharge / design flow rate (cfs or m³/s)
  • g — gravitational acceleration: 32.174 ft/s² (US customary) or 9.81 m/s² (metric)

Equivalently, the flow is critical when the Froude number equals 1, where Dh = A / T is the hydraulic depth:

Fr = V / √(g · Dh) = 1

For simple geometries the equation has a direct (closed-form) solution. For circular pipes and trapezoidal channels there is no closed form, so the calculator solves Z(y) = Q/√g iteratively with a Newton-Raphson method and a bisection fallback, converging to a tolerance of 1×10-8.

Closed-form solutions used for the simple shapes:

  • Rectangular: yc = (Q² / (g · b²))1/3, with minimum specific energy Emin = 1.5·yc and Vc = √(g·yc)
  • Triangular (V-shaped): yc = (2Q² / (g · z²))1/5, where z is the side slope (H:V) and the hydraulic depth Dh = yc/2

Method and equations after Chow, Open-Channel Hydraulics (1959), Chapter 4, and FHWA HEC-22.

Critical depth formulas by channel shape

The critical-flow condition A3/2/T1/2 = Q/√g applies to every section. The table summarises the geometry and the resulting solution method.

Shape Area A Top width T Critical depth solution
Rectangular b·y b yc = (Q²/(g·b²))1/3 (direct)
Triangular z·y² 2·z·y yc = (2Q²/(g·z²))1/5 (direct)
Trapezoidal (b + z·y)·y b + 2·z·y Iterative (Newton-Raphson)
Circular Partial-flow area (θ) Chord width (θ) Iterative (Newton-Raphson)

b = bottom width, y = depth, z = side slope (horizontal:vertical), θ = subtended angle of the wetted circular segment. For a rectangular channel Dh = y; for a triangular channel Dh = y/2.

Critical depth examples by channel shape

The same critical-flow condition applies to every section, but the geometry changes A and T. These examples can be reproduced with the calculator above.

Rectangular channel

For Q = 100 cfs and b = 10 ft, the direct formula gives yc = 1.46 ft, Vc = 6.85 ft/s, and Emin = 2.19 ft.

Triangular channel

For Q = 50 cfs and symmetric z = 2H:1V side slopes, yc = [2Q2/(gz2)]1/5 = 2.08 ft.

Trapezoidal channel

For Q = 50 cfs, b = 8 ft, and z = 2H:1V, the numerical solution of Q2T/(gA3) = 1 gives yc = 0.979 ft.

Partially full circular pipe

For Q = 10 cfs in a 4 ft diameter pipe, solving with circular-segment area and top width gives yc = 0.921 ft (yc/D = 0.230).

Rectangular and triangular values are verification cases based on Chow (1959); trapezoidal and circular values use the same iterative geometry solver as the calculator.

Why critical depth matters

Hydraulic control

Critical depth acts as a control section — at culvert inlets/outlets, weirs, flumes and free overfalls — that sets a known depth-discharge relationship for backwater and water-surface-profile calculations.

Flow regime & transitions

Comparing normal depth to critical depth tells you whether flow is subcritical or supercritical, locates hydraulic jumps, and informs energy-dissipation and stilling-basin design. Avoid designing in the unstable near-critical band (Fr 0.9–1.1).

Frequently asked questions

What is critical depth in open channel flow?

Critical depth (y_c) is the flow depth at which the specific energy is minimum for a given discharge. At this depth the Froude number equals 1, and the flow is right at the transition between subcritical (tranquil, deep, slow) and supercritical (rapid, shallow, fast) flow. It depends only on the discharge and the channel geometry — not on the channel slope or roughness.

How is critical depth calculated?

Critical depth is found by solving the section-factor equation A^(3/2) / T^(1/2) = Q / sqrt(g), where A is flow area, T is top width, Q is discharge and g is gravitational acceleration. For rectangular and triangular channels this has a closed-form solution; for circular pipes and trapezoidal channels it must be solved iteratively. This calculator uses a Newton-Raphson solver with a bisection fallback to converge on y_c.

How do I know if flow is subcritical or supercritical?

Compare the actual (normal) flow depth to the critical depth. If the flow depth is greater than y_c, the Froude number is below 1 and the flow is subcritical. If the flow depth is less than y_c, the Froude number is above 1 and the flow is supercritical. At y_c exactly, Fr = 1. Near-critical flow (roughly Fr between 0.9 and 1.1) is unstable and should be avoided in design.

Why does the calculated Froude number come out as 1.0?

By definition, critical depth is the depth where the Froude number equals 1, so the calculator reports Fr ~ 1.0 as a verification check that it converged on the true critical section. A value of 1.000 confirms the geometry, discharge and solver are all consistent. Small deviations indicate an iterative solution that has not fully converged.

Was this calculator helpful?

Last verified: February 2026