Culvert formula (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
The potential flow through the culvert is then calculated: | The potential flow through the culvert is then calculated: | ||
: <math>C = U \cdot K \cdot \sqrt{ 2g \cdot \left | | : <math>C = U \cdot K \cdot \sqrt{ 2g \cdot \left | \Vert w_{l} - w_{r} \right | \Vert }</math> | ||
Finally the actual amount of water flow is calculated: | Finally the actual amount of water flow is calculated: |
Revision as of 10:09, 6 October 2020
Flow through culverts is based on an open channel flow calculation.
The actual height of the culvert is at least the height of the terrain on either end of the culvert and the provided threshold height:
The radius of the culvert:
The height of the water column at either end of the culvert, relative to the culvert, is calculated:
Flow depth d is:
The loss coefficient for the culvert is calculated:
The hydraulic radius R_h is calculated using the formula's in the image on the right.
The potential flow through the culvert is then calculated:
Finally the actual amount of water flow is calculated:
Where:
- = The CULVERT_DIAMETER attribute of the culvert.
- = The CULVERT_THRESHOLD attribute of the culvert.
- = The surface height of the base of the culvert.
- = The water level on the entry of the culvert, relative to datum.
- = The water level on the exit of the culvert, relative to datum.
- = The hydraulic radius in the culvert[1].
- = Flow area, based on the height of the water in the (circular) culvert.
- = Acceleration factor of GRAVITY, defined for the Water Overlay.
- = The length of the culvert, calculated as the distance between the culvert's endpoints.
- = Loss coefficient for culverts.
- = The CULVERT_N attribute of the culvert.
- = The potential rate of water flow through the culvert.
- = The water flow which takes place.
- = Computational timestep.
- = Cell size.
Related
The following topics are related to this formula.
- Structures
- Culvert
- Models
- Surface model
References
- ↑ Hydraulic Radius Equations Formulas Calculator ∙ found at: https://www.ajdesigner.com/phphydraulicradius/hydraulic_radius_equation_pipe.php ∙ (last visited 2019-02-11)