Breach growth formula (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
Using the height difference, the breach width increase is calculated. | Using the height difference, the breach width increase is calculated. | ||
: <math>\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)))</math> | |||
: <math>\Delta W_{b,t} = ((f_1 * f_2) / ln(10)) * ((g * H)^ | |||
The current breach width is then equal to the last calculated breach width, plus the calculated breach width increment. | The current breach width is then equal to the last calculated breach width, plus the calculated breach width increment. | ||
: <math>W_{b,t} = W_{b,t-1} + \Delta W_{b,t}</math> | : <math>W_{b,t} = W_{b,t-1} + (\Delta t / 3600) * \Delta W_{b,t}</math> | ||
Where: | Where: |
Revision as of 08:54, 7 September 2022
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.
Using the height difference, the breach width increase is calculated.
The current breach width is then equal to the last calculated breach width, plus the calculated breach width increment.
Where:
- = The BREACH_WIDTH of the breach.
- = The BREACH_HEIGHT of the breach at time t.
- = The calculated breach width, initially equal to Wb.
- = Inner water level at breach area at time t.
- = Outer water level at input area (or external) at time t.
- = The difference between the height of the water columns on either side of the breach at time t.
- = Material factor, set to 1.3 (average for sand and clay levees).
- = Constant, set to 0.04.
- = Gravity constant, defined for the Water Overlay.
- = The critical BREACH_SPEED of the breach (e.g. 0.2 for sand and 0.5 for clay).
- = The calculated width increase of the breach at time 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)