Trapezoidal Critical Depth Calculator
Compute trapezoid critical depth from Q, bottom width b, and side slope z. Runs locally. Not rectangular yc=(q²/g)^{1/3}, not normal depth, and not Q=Av.
Trust summary Engine tested · Source checked · 5/5 tests · Production surface contract 1/1 · v1.0.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Trapezoidal critical depth from Q, b, and z. Invert Q.
- Scope
- Trapezoid critical depth: Fr=1 with A=(b+z yc) yc and T=b+2 z yc so Q² T = g A³; SI; default g=9.80665; z>0 is run/rise
- Verification
- Engine tested · 5/5 tests · Production surface contract 1/1 · Source checked · v1.0.0
- Named expert review
- Optional · Not performed
- Sources
- ISO 80000-4 — Mechanics
- Chow, V.T. Open-Channel Hydraulics
- Evidence
- 5 property · Production surface contract 1/1 · Artifact integrity PASS
- Production
- Embedded snapshot: unpublished · Build schema 1.0.0 ready · Semantic contract ✓ · Attestation report not published on origin · Live production status PASS (0 stale; 164 CURRENT) @ 2026-09-18T21:41:56.329Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Enter Q, b, and z
Discharge in m³/s, bottom width in m, and side slope z (run/rise). z=0 is the rectangular page.
Read yc
Solve Q² T = g A³ for y. Invert Q on the Q tab when yc is known.
Optional g
Gravity defaults to 9.80665 m/s².
Example calculations
Common configurations with formula and result.
Q=2 m³/s, b=2 m, z=1
Default g=9.80665 m/s²
Invert Q
yc ≈ 0.43298 m, b=2 m, z=1
Trapezoidal Critical Depth calculator specification
Version 1.0.0 · Engine tested
- Engine tested 5/5 tests · Production surface contract 1/1
- Named expert review Not performed
- Calculation version 1.0.0
- Definition
- Trapezoid critical depth: Fr=1 with A=(b+z y)y and T=b+2 z y so Q² T = g A³. Default g=9.80665 m/s². z is run/rise, z>0. Rectangular yc=(q²/g)^{1/3} is a different page.
- What it calculates
- Trapezoidal critical depth from Q, b, and z. Invert Q.
- Inputs
- mode?
- Q|yc
- b
- z
- g?
- Outputs
- yc
- Q
- b
- z
- A
- T
- D
- vc
- Fr
- g
- mode
- model
- Formula
Q² T = g A³- Assumptions
- Trapezoid critical depth: Fr=1 with A=(b+z yc) yc and T=b+2 z yc so Q² T = g A³; SI; default g=9.80665; z>0 is run/rise
- Critical speed vc = Q/A = √(g A/T) is reported, not an input; Fr=1 is the definition, not a Froude wrap
- Not rectangular yc=(q²/g)^{1/3}; not normal-depth yn; not specific energy E; not Manning n; not Q=Av
- Units
- SI; yc in m; Q in m³/s; b in m; z dimensionless; g in m/s²
- Boundary conditions
- missing Q, b, z, or yc when required → MISSING_REQUIRED_INPUT
- Q, b, z, yc, or g ≤ 0 → VALUE_MUST_BE_POSITIVE
- z=0, q, n/S/yn, E, Fr/L, A/v, y1/M/Sc, B, theta → MIXED_INPUT_ENCODING
- z>10 or yc/b outside [0.01, 20] → VALUE_OUT_OF_RANGE
- unit_discharge, energy, or yn as mode → MIXED_INPUT_ENCODING or INVALID_MODE
- Example
- Q=2 b=2 z=1 → yc≈0.43298 m
- Validation cases
4 published on this page · 5/5 tests · Production surface contract 1/1 · View evidence
- Q=2 b=2 z=1 → yc ≈ 0.43298 m, Fr=1
- mode=discharge yc≈0.43298 b=2 z=1 → Q ≈ 2 m³/s
- Q=2 b=2 z=0 → MIXED_INPUT_ENCODING
- Q=2 b=2 z=1 q=1 → MIXED_INPUT_ENCODING
- Sources
- ISO 80000-4 — Mechanics — Length, speed, accelerationSupports: yc is a length; Q is volume flow; g is acceleration
- Chow, V.T. Open-Channel Hydraulics — Critical flow in a trapezoidal sectionSupports: Fr=1 is Q² T = g A³. Rectangular yc=(q²/g)^{1/3} is the z=0 special case on a different page.
- ISO 80000-4 — Mechanics — Length, speed, acceleration
- Calculation version
- 1.0.0
Background
Interpretation and common distinctions.
Compute trapezoidal critical depth from discharge Q, bottom width b, and side slope z.
Supported and not supported
Supported — yc from Q, b, z · invert Q · API physics.fluid.trapezoid_critical_depth
Not supported — rectangular yc=(q²/g)^{1/3}; normal-depth yn; specific energy E; Manning n; Q=Av; z=0
Agent / API notes
Capability id: physics.fluid.trapezoid_critical_depth · tool id: trapezoidal-critical-depth · pin 1.0.0.
{ "Q": 2, "b": 2, "z": 1 }
REST and MCP call the same trapezoidCriticalDepth wrapper as the page.
Calculator URL stays /calc/physics/trapezoidal-critical-depth. There is no /calc/fluid.
Related tools
Other calculators in this family: Critical depth, Normal depth, Trapezoidal normal depth, Specific energy, Trapezoidal specific energy, Trapezoidal alternate depth, Froude number .
Frequently asked questions
Key distinctions behind the calculation.
Is this rectangular critical depth?
No. yc = (q²/g)^{1/3} is /calc/physics/critical-depth. This page needs z>0. Sending z to the rectangular page, or q to this page, is MIXED_INPUT_ENCODING. z=0 is MIXED_INPUT_ENCODING.
Is this normal depth?
No. Trapezoid yn from Manning is /calc/physics/trapezoidal-normal-depth. Rectangular yn is /calc/physics/normal-depth. Sending n, S, or yn is MIXED_INPUT_ENCODING.
Is this the Froude number?
No. Fr = v / √(g L) is /calc/physics/froude-number. This page returns yc at Fr=1. Sending Fr or L is MIXED_INPUT_ENCODING.
Is this Q = A·v?
No. Volumetric flow from area and velocity is /calc/physics/flow-rate. Sending A or v is MIXED_INPUT_ENCODING.
Where does this run?
Locally in the browser by default. REST and MCP call the same fluid-engine trapezoidCriticalDepth wrapper.