For outlet control flow, the required upstream energy to pass the given flow must be computed considering several conditions within the culvert and downstream of the culvert. The figure below illustrates the logic of the outlet control computations. HEC-RAS use's Bernoulli's equation in order to compute the change in energy through the culvert under outlet control conditions. The outlet control computations are energy based. The equation used by the program is the following:

1) \displaystyle Z_3 +Y_3 + \frac{a_3V^2_3}{2g} = Z_2 +Y_2 + \frac{a_2 V^2_2}{2g} +H_L
SymbolsDescriptionUnits

Z_3

Upstream invert elevation of the culvert

Y_3

The depth of water above the upstream culvert inlet

V_3

The average velocity upstream of the culvert

a_3

The velocity weighting coefficient upstream of the culvert

g

The acceleration of gravity

Z_2

Downstream invert elevation of the culvert

Y_2

The depth of water above the downstream culvert inlet

V_2

The average velocity downstream of the culvert

a_2

The velocity weighting coefficient downstream of the culvert

H_L

Total energy loss through the culvert (from section 2 to 3)

 Figure 6-9 Flow Chart for Outlet Control Computations