Weir formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
</math>
</math>


:<math>
:<math>z_{min} = max ( z_{w,t} - \rho, min (z_{b,l}, z_{b,r} ) )</math>
z_{min} = max ( z_{w,t} - \rho, min (z_{b,l}, z_{b,r} ) )
<math>z_{max} =  
z_{max} =  
\begin{cases}
\begin{cases}
z_{w,t}, & \text{if} &  w_{u,t} < z^{*}_{w,t-1} \\
z_{w,t}, & \text{if} &  w_{u,t} < z^{*}_{w,t-1} \\

Revision as of 10:05, 16 December 2022

Flow across weirs is calculated differently for free flow and submerged flow.

The height of the water at each end of the weir, relative to the weir, is calculated:

Optionally, when a target level for the upstream water level is configured for the weir, the weir height at time can be adjusted automatically during the simulation as followed:

Based on the relative water heights, the weir is judged to have either a submerged flow or a free flow, based on the following ratio:

For free flow, it is calculated directly:

For submerged flow, the following calculation is used:

Finally the actual amount of water flow is calculated:

Where:

  • = The water level on the left side of the weir, relative to datum, at time .
  • = The water level on the right side of the weir, relative to datum, at time .
  • = The WEIR_HEIGHT of the weir, at time .
  • = The height of the water column relative to the top of the weir, on the side with the highest water level, at time .
  • = The height of the water column relative to the top of the weir, on the side with the lowest water level, at time .
  • = The weir drop threshold of the weir.
  • = The WEIR_HEIGHT of the weir at time .
  • = The WEIR_TARGET_LEVEL of the the weir.
  • = The WEIR_MOVE_STEP_M of the water overlay, applicable to all weirs.
  • = The WEIR_MOVE_RANGE_M of the water overlay, applicable to all weirs.
  • = Current simulated time in seconds.
  • = Moment in time in seconds after which the weir can adjust its height again.
  • = The Weir move interval of the water overlay, applicable to all weirs.
  • Failed to parse (syntax error): {\displaystyle z_^*{w,t}} = The optionally adjusted height of the weir at time t, depending on the weir height adjustment mechanism.
  • = The height of the weir at time t, according to the height adjustment mechanism.
  • = The water bottom elevation at left side of the weir the weir.
  • = The water bottom elevation at the right side of the weir.
  • = The total amount of time a weir is dropped until the drop threshold condition is re-evaluated.
  • = The remaining time the weir is dropped.
  • = Dutch weir factor, set to 1.7.
  • = The WEIR_COEFFICIENT of the weir.
  • = Corresponding Coefficient of discharge. Part of the Dutch weir factor.
  • = The breadth of weir crest, adjustable using the WEIR_WIDTH.
  • = The potential rate of water flow across the weir.
  • = The ratio of water heights on either side of the culvert.
  • = The potential rate of water flow across the weir, based on a free flow calculation.
  • = The potential rate of water flow across the weir, based on a submerged calculation.
  • = Loss coefficient for submerged weirs, set to 0.9.
  • = Flow area, based on the highest water column height relative to the top of the weir, and WEIR_WIDTH of the weir.
  • = acceleration due to gravity.
  • = The water flow which takes place.
  • = Computational timestep.
  • = Cell size.

Free flow coefficients

To clarify the free flow formula in comparison with the ISO[1] standard definitions: When meters, the following holds.

where:

  • = Dutch weir factor, set to 1.7.
  • = The WEIR_COEFFICIENT of the weir, set to a default of 1.1
  • = Calculated Coefficient of discharge.
  • = acceleration due to gravity.
  • = Weir head; the height of the water column relative to the top of the weir.

For generally larger than that, the flow can be calculated up to 5.5% smaller than expected when using the second pair of coefficients. However, this can be corrected with the weir coefficient if necessary.

Related

The following topics are related to this formula.

Structures
Weir
Models
Surface model

References

  1. ISO FDIS 4360, 2020 Edition, March 3, 2020 - HYDROMETRY - OPEN CHANNEL FLOW MEASUREMENT USING TRIANGULAR PROFILE WEIRS ∙ Technical Committee: ISO/TC 113/SC 2 Flow measurement structures ∙ Found at: https://www.iso.org/standard/70915.html ∙ (last visited: 28-11-2022)