Breach growth formula (Water Overlay)
Revision as of 08:54, 7 September 2022 by Maxim@tygron.com (talk | contribs)
Water can flow through breaches into levee protected areas. These breaches often start small and grow over time[1].
TODO: THIS SECTION IS OUTDATED, NEEDS UPDATE!
The water flowing through breaches can originate from an external area outside the project area or an input area within the project area.
First, the difference in height of the water on either side of the breach is calculated.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Delta h = abs( max(0, w_{e,t} - H_{b,t}) - max(0, w_{b,t} - H_{b,t}) )}
Using the height difference, the breach width increase is calculated.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Delta W_{b,t} = ((f_1 * f_2) / ln(10)) * ((g * H)^1.5 / cs_b^2) * (1 / (1 + (f_2 * g * t) / (3600 * cs_b)))}
The current breach width is then equal to the last calculated breach width, plus the calculated breach width increment.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle W_{b,t} = W_{b,t-1} + (\Delta t / 3600) * \Delta W_{b,t}}
Where:
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle W_b} = The BREACH_WIDTH of the breach.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle H_{b,t}} = The BREACH_HEIGHT of the breach at time t.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle W_{b,t}} = The calculated breach width, initially equal to Wb.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle w_{b,t}} = Inner water level at breach area at time t.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle w_{e,t}} = Outer water level at input area (or external) at time t.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Delta h_{t}} = The difference between the height of the water columns on either side of the breach at time t.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f_1} = Material factor, set to 1.3 (average for sand and clay levees).
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f_2} = Constant, set to 0.04.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle g} = Gravity constant, defined for the Water Overlay.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle cs_{b}} = The critical BREACH_SPEED of the breach (e.g. 0.2 for sand and 0.5 for clay).
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Delta W_{b,t}} = The calculated width increase of the breach at time t.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Delta t} = Computational timestep.
Notes
- The breach height Hb,t can be defined over time, by configuring the BREACH_HEIGHT as an attribute array.
See also
For an example of the breach growth, take a look at the Demo Breach Project available in all domains.
Related
The following topics are related to this formula.
- Features
- Breach
- Formulas
- Breach flow formula
- Models
- Surface model
References
- ↑ Verheij, H.J. ∙ Aanpassen van het bresgroeimodel in HIS-OM: Bureaustudie ∙ found at: http://resolver.tudelft.nl/uuid:aedc8109-da43-4a03-90c3-44f706037774 ∙ (last visited 2019-03-08)




