Culvert formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Flow through [[culvert (Water Overlay)|culvert]]s is based on an open channel flow calculation.
Flow through [[culvert (Water Overlay)|culvert]]s 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 actual datum height of the culvert is at least the height of the terrain on either end of the culvert and the provided threshold height:
: <math>B_c = \max( T_c , B_l , B_r )</math>
: <math>B_c = \max( T_c , B_l , B_r )</math>


The radius of the culvert:
For circular culverts, the flow height <math>h_f</math> is:
: <math>r = \frac{D}{2}</math>
: <math>h_f = \max(0,\min(D,\max (w_{l}, w_{r})-B_c)))</math>
 
For rectangular culverts, the flow depth h is:
The height of the water column at either end of the culvert, relative to the culvert, is calculated:
: <math>h_f = \max(0,\min(H,\max (w_{l}, w_{r})-B_c)))</math>
: <math>w_{l} = \max(0,w_{l}-B_c)</math>
: <math>w_{r} = \max(0,w_{r}-B_c)</math>
 
For circular culverts, the flow depth d is:
: <math>d = \max(0,\min(D,\max (w_{l}, w_{r})-B_c)))</math>
For rectangular culverts, the flow depth d is:
: <math>d = \max(0,\min(H,\max (w_{l}, w_{r})-B_c)))</math>


The loss coefficient for the culvert is calculated:
The loss coefficient for the culvert is calculated:
Line 23: Line 16:


For circular culverts, the flow area <math>A</math> and the wetted perimeter <math>P_w</math> is calculated using the formula's in the image below.
For circular culverts, the flow area <math>A</math> and the wetted perimeter <math>P_w</math> is calculated using the formula's in the image below.
[[File:Hydraulic_radius.png|left]]<br style="clear:both;">
[[File:Hydraulic_radius.png|left]]{{clear}}
Where the radius of the culvert:
: <math>r = \frac{D}{2}</math>


For rectangular culverts, the flow area and wetted perimeter is calculated as followed:
For rectangular culverts, the flow area and wetted perimeter is calculated as followed:
: <math>A = d * D</math>
: <math>A = h_f \cdot D</math>
<math>
<math>
P_w =
P_w =
\begin{cases}
\begin{cases}
D+2 \cdot h, & \text{if }n\text{ d \ll H}
D + 2h_f, & \text{if } h_f < H \\
2 \cdot D + 2 \cdot H, & \text{if }n\text{ d \ge H}
2D + 2H, & \text{if } h_f \ge H
\end{cases}
\end{cases}
</math>       
</math>       


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 \Vert w_{l} - w_{r} \Vert }</math>
: <math>Q = U \cdot K \cdot \sqrt{ 2g \cdot \Vert w_{l} - w_{r} \Vert }</math>


Finally the actual amount of water flow is calculated:
Finally the actual amount of water flow is calculated:
: <math>\Delta f = \frac{\Delta t \cdot C} { \Delta x}</math>
: <math>\Delta f = \frac{\Delta t \cdot Q} { \Delta x}</math>


Where:
Where:
* <math>D</math> = The [[Culvert diameter (Water Overlay)|CULVERT_DIAMETER]] attribute of the culvert, representing either the inside diameter of a circular culvert or the inside width of a rectangular culvert.
* <math>D</math> = The [[Culvert diameter (Water Overlay)|CULVERT_DIAMETER]] attribute of the culvert, representing either the inside diameter of a circular culvert or the inside width of a rectangular culvert.
* <math>H</math> = The [[Culvert diameter (Water Overlay)|CULVERT_RECTANGULAR_HEIGHT]] attribute of the culvert, representing the inside height of a rectangular culvert.
* <math>H</math> = The [[Culvert diameter (Water Overlay)|CULVERT_RECTANGULAR_HEIGHT]] attribute of the culvert, representing the inside height of a rectangular culvert.
* <math>h_f</math> = The (flow) height of the water inside the culvert.
* <math>T_c</math> = 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.
* <math>B_c</math> = The [[Terrain height (Water Overlay)|surface height]] of the base of the culvert.
* <math>B_c</math> = The [[Terrain height (Water Overlay)|datum height]] of the base of the culvert.
* <math>w_{l}</math> = The [[Surface water level formula (Water Overlay)|water level]] on the left end of the culvert, relative to {{datum}}.
* <math>w_{l}</math> = The [[Surface water level formula (Water Overlay)|water level]] on the left end of the culvert, relative to {{datum}}.
* <math>w_{r}</math> = The [[Surface water level formula (Water Overlay)|water level]] on the right end of the culvert, relative to {{datum}}.
* <math>w_{r}</math> = The [[Surface water level formula (Water Overlay)|water level]] on the right end of the culvert, relative to {{datum}}.
* <math>h_{l}</math> = The relative water height on the left end of the culvert.
* <math>h_{r}</math> = The relative water height on the right end of the culvert.
* <math>R_h</math> = The hydraulic radius in the culvert<ref name="hydradius"/>.
* <math>R_h</math> = The hydraulic radius in the culvert<ref name="hydradius"/>.
* <math>R_w</math> = The wetted perimeter.
* <math>R_w</math> = The wetted perimeter.
* <math>A</math> = The flow area.
* <math>A</math> = The flow area.
* <math>K</math> = Circular flow area, based on the height of the water in the (circular) culvert.
* <math>K</math> = Circular flow area, based on the height of the water in the (circular) culvert.
* <math>g</math> = Acceleration factor of [[Gravity (Water Overlay)|GRAVITY]], defined for the Water Overlay.
* <math>g</math> = {{gravity}}.
* <math>L</math> = 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.
* <math>U</math> = Loss coefficient for  culverts.
* <math>U</math> = Loss coefficient for  culverts.
* <math>n</math> = 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.
* <math>C</math> = The potential rate of water flow through the culvert.
* <math>Q</math> = The potential rate of water flow through the culvert in <math>m^3s^{-1}</math>.
* <math>\Delta f</math> = The water flow which takes place.
* <math>\Delta f</math> = The water flow which takes place.
* <math>\Delta t</math> = Computational timestep.
* <math>\Delta t</math> = Computational [[Timestep formula (Water Overlay)|timestep]] in seconds.
* <math>\Delta x</math> = Cell size.
* <math>\Delta x</math> = Cell size in meters.


==Related==
==Related==
Line 70: Line 64:
: [[Surface model (Water Overlay)|Surface model]]
: [[Surface model (Water Overlay)|Surface model]]


==References==
{{article end
|references=
<references>
<references>
<ref name="hydradius">Hydraulic Radius Equations Formulas Calculator ∙ found at: https://www.ajdesigner.com/phphydraulicradius/hydraulic_radius_equation_pipe.php ∙ (last visited 2019-02-11)</ref>
<ref name="hydradius">Hydraulic Radius Equations Formulas Calculator ∙ found at: https://www.ajdesigner.com/phphydraulicradius/hydraulic_radius_equation_pipe.php ∙ (last visited 2019-02-11)</ref>
</references>
</references>
 
}}
{{WaterOverlay formula nav}}
{{WaterOverlay formula nav}}

Latest revision as of 13:20, 5 March 2024

Flow through culverts is based on an open channel flow calculation.

The actual datum height of the culvert is at least the height of the terrain on either end of the culvert and the provided threshold height:

For circular culverts, the flow height is:

For rectangular culverts, the flow depth h is:

The loss coefficient for the culvert is calculated:

The hydraulic radius is calculated as:

For circular culverts, the flow area and the wetted perimeter is calculated using the formula's in the image below.

Hydraulic radius.png

Where the radius of the culvert:

For rectangular culverts, the flow area and wetted perimeter is calculated as followed:

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, representing either the inside diameter of a circular culvert or the inside width of a rectangular culvert.
  • = The CULVERT_RECTANGULAR_HEIGHT attribute of the culvert, representing the inside height of a rectangular culvert.
  • = The (flow) height of the water inside the culvert.
  • = The CULVERT_THRESHOLD attribute of the culvert.
  • = The datum height of the base of the culvert.
  • = The water level on the left end of the culvert, relative to datum.
  • = The water level on the right end of the culvert, relative to datum.
  • = The hydraulic radius in the culvert[1].
  • = The wetted perimeter.
  • = The flow area.
  • = Circular flow area, based on the height of the water in the (circular) culvert.
  • = the acceleration due to gravity, set to 9.80665.
  • = 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 in .
  • = The water flow which takes place.
  • = Computational timestep in seconds.
  • = Cell size in meters.

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)