Trapezoidal Specific Energy Calculator
Compute trapezoid specific energy E=y+Q²/(2gA²) with A=(b+z y)y. Runs locally. Not rectangular E=y+v²/(2g), not trapezoid yc, not trapezoid yn, not Manning A,R, 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 specific energy from y, Q, b, and z. Invert Q.
- Scope
- Trapezoid specific energy: E=y+Q²/(2g A²) with A=(b+z y)y; 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 y, Q, b, and z
Depth in m, discharge in m³/s, bottom width in m, and side slope z (run/rise). z=0 is the rectangular page. Invert Q on the Q tab when E is known.
Read E
E = y + Q²/(2g A²). Require E > y on the Q invert.
Optional g
Gravity defaults to 9.80665 m/s².
Example calculations
Common configurations with formula and result.
y=1 m, Q=2 m³/s, b=2 m, z=1
Default g=9.80665 m/s²
Invert Q
E ≈ 1.02266 m, y=1 m, b=2 m, z=1
Trapezoidal Specific Energy 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 specific energy: E = y + Q²/(2g A²) with A=(b+z y)y. Default g=9.80665 m/s². z is run/rise, z>0. Rectangular E=y+v²/(2g) is a different page.
- What it calculates
- Trapezoidal specific energy from y, Q, b, and z. Invert Q.
- Inputs
- mode?
- y
- b
- z
- Q|E
- g?
- Outputs
- E
- y
- Q
- b
- z
- A
- T
- v
- Fr
- g
- mode
- model
- Formula
E = y + Q² / (2g A²)- Assumptions
- Trapezoid specific energy: E=y+Q²/(2g A²) with A=(b+z y)y; SI; default g=9.80665; z>0 is run/rise
- Unknown is E (energy mode) or Q (discharge invert); v=Q/A is reported; not y invert (that is alternate depth)
- Not rectangular E=y+v²/(2g); not trapezoid yc; not trapezoid yn; not Manning A,R; not Q=Av
- Units
- SI; E and y in m; Q in m³/s; b in m; z dimensionless; g in m/s²
- Boundary conditions
- missing y, Q, b, z, or E when required → MISSING_REQUIRED_INPUT
- y, Q, b, z, E, or g ≤ 0 → VALUE_MUST_BE_POSITIVE
- E ≤ y → VALUE_OUT_OF_RANGE
- z=0, v, A, yc/q, n/S/yn, Fr/L, M, y_sub → MIXED_INPUT_ENCODING
- z>10 or y/b outside [0.01, 20] → VALUE_OUT_OF_RANGE
- depth, velocity, or depths as mode → MIXED_INPUT_ENCODING or INVALID_MODE
- Example
- y=1 Q=2 b=2 z=1 → E≈1.02266 m
- Validation cases
4 published on this page · 5/5 tests · Production surface contract 1/1 · View evidence
- y=1 Q=2 b=2 z=1 → E ≈ 1.02266 m
- mode=discharge E≈1.02266 y=1 b=2 z=1 → Q ≈ 2 m³/s
- y=1 Q=2 b=2 z=0 → MIXED_INPUT_ENCODING
- y=1 Q=2 b=2 z=1 v_m_s=1 → MIXED_INPUT_ENCODING
- Sources
- ISO 80000-4 — Mechanics — Energy, length, speedSupports: E and y are lengths; Q is volume flow; g is acceleration
- Chow, V.T. Open-Channel Hydraulics — Specific energy in a trapezoidal sectionSupports: E = y + Q²/(2g A²) with A=(b+z y)y. Rectangular E=y+v²/(2g) is a different page.
- ISO 80000-4 — Mechanics — Energy, length, speed
- Calculation version
- 1.0.0
Background
Interpretation and common distinctions.
Compute trapezoidal specific energy from depth y, discharge Q, bottom width b, and side slope z.
Supported and not supported
Supported — E from y, Q, b, z · invert Q · API physics.fluid.trapezoid_specific_energy
Not supported — rectangular E=y+v²/(2g); trapezoid yc; trapezoid yn; Manning A,R; Q=Av; trapezoid y invert (that is /calc/physics/trapezoidal-alternate-depth); z=0
Agent / API notes
Capability id: physics.fluid.trapezoid_specific_energy · tool id: trapezoidal-specific-energy · pin 1.0.0.
{ "y": 1, "Q": 2, "b": 2, "z": 1 }
REST and MCP call the same trapezoidSpecificEnergy wrapper as the page.
Calculator URL stays /calc/physics/trapezoidal-specific-energy. There is no /calc/fluid.
Related tools
Other calculators in this family: Specific energy, Trapezoidal critical depth, Trapezoidal normal depth, Alternate depth, Trapezoidal alternate depth, Trapezoidal hydraulic jump .
Frequently asked questions
Key distinctions behind the calculation.
Is this rectangular specific energy?
No. E = y + v²/(2g) from y and v is /calc/physics/specific-energy. This page needs z>0 and uses Q, b, z. Sending v to this page, or z to the rectangular page, is MIXED_INPUT_ENCODING. z=0 is MIXED_INPUT_ENCODING.
Is this alternate depth?
No. Both trapezoid y from E, Q, b, and z are /calc/physics/trapezoidal-alternate-depth. Rectangular both y from E, Q, b are /calc/physics/alternate-depth. This page does not invert y. Sending mode=depths or y_sub is MIXED_INPUT_ENCODING.
Is this trapezoidal critical depth?
No. Trapezoid Fr=1 from Q, b, z is /calc/physics/trapezoidal-critical-depth. Sending yc or q is MIXED_INPUT_ENCODING.
Is this trapezoidal normal depth?
No. Trapezoid yn from Manning is /calc/physics/trapezoidal-normal-depth. Sending n, S, or yn 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. Result v = Q/A is reported.
Where does this run?
Locally in the browser by default. REST and MCP call the same fluid-engine trapezoidSpecificEnergy wrapper.