Culvert formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 26: Line 26:


Where:
Where:
* D = The [[Culvert diameter (Water Overlay)|CULVERT_DIAMETER]] attribute of the culvert.
* <math>D</math> = The [[Culvert diameter (Water Overlay)|CULVERT_DIAMETER]] attribute of the culvert.
* T<sub>c</sub> = The [[Culvert threshold (Water Overlay)|CULVERT_THRESHOLD]] attribute of the culvert.
* <math>T_c</math> = The [[Culvert threshold (Water Overlay)|CULVERT_THRESHOLD]] attribute of the culvert.
* B<sub>c</sub> = The [[Terrain height (Water Overlay)|surface height]] of the base of the culvert.
* <math>B_c</math> = The [[Terrain height (Water Overlay)|surface height]] of the base of the culvert.
* w<sub>left</sub> = The [[Surface water level formula (Water Overlay)|water level]] on the left side of the culvert, relative to {{datum}}.
* <math>w_left</math> = The [[Surface water level formula (Water Overlay)|water level]] on the left side of the culvert, relative to {{datum}}.
* w<sub>right</sub> = The [[Surface water level formula (Water Overlay)|water level]] on the right side of the culvert, relative to {{datum}}.
* <math>w_right</math> = The [[Surface water level formula (Water Overlay)|water level]] on the right side of the culvert, relative to {{datum}}.
* R<sub>h</sub> = The hydraulic radius in the culvert<ref name="hydradius"/>.
* <math>R_h</math> = The hydraulic radius in the culvert<ref name="hydradius"/>.
* K = Flow area, based on the height of the water in the (circular) culvert.
* <math>K</math> = Flow area, based on the height of the water in the (circular) culvert.
* g = Acceleration factor of [[Gravity (Water Overlay)|GRAVITY]], defined for the Water Overlay.
* <math>g</math> = Acceleration factor of [[Gravity (Water Overlay)|GRAVITY]], defined for the Water Overlay.
* L = The length of the culvert, calculated as the distance between the culvert's endpoints.
* <math>L</math> = The length of the culvert, calculated as the distance between the culvert's endpoints.
* U = Loss coefficient for  culverts.
* <math>U</math> = Loss coefficient for  culverts.
* n = The [[Culvert n (Water Overlay)|CULVERT_N]] attribute of the culvert.
* <math>n</math> = The [[Culvert n (Water Overlay)|CULVERT_N]] attribute of the culvert.
* C = The potential rate of water flow through the culvert.
* <math>C</math> = The potential rate of water flow through the culvert.
* Δf = The water flow which takes place.
* <math>\Delta f</math> = The water flow which takes place.
* Δt = Computational timestep.
* <math>\Delta t</math> = Computational timestep.
* Δx = Cell size.
* <math>\Delta x</math> = Cell size.


==Related==
==Related==

Revision as of 09:55, 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:

Hydraulic radius.png

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 left side of the culvert, relative to datum.
  • = The water level on the right side 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

  1. Hydraulic Radius Equations Formulas Calculator ∙ found at: https://www.ajdesigner.com/phphydraulicradius/hydraulic_radius_equation_pipe.php ∙ (last visited 2019-02-11)