Breach growth formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
Using the height difference, the breach width increase is calculated.
Using the height difference, the breach width increase is calculated.


: ''ΔW<sub>b</sub> = 1.3 * (g<sup>1/2</sup> * Δh<sup>3/2</sup> / cs<sub>b</sub> ) * log<sub>10</sub> (1 + (0.04 * g / cs<sub>b</sub> ) * Δt / 3600)''
: ''ΔW<sub>b</sub> = f<sub>m</sub> * (g<sup>1/2</sup> * Δh<sup>3/2</sup> / cs<sub>b</sub> ) * log<sub>10</sub> (1 + (0.04 * g / cs<sub>b</sub> ) * Δt / 3600)''


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.

Revision as of 11:16, 15 April 2019

Water can flow through Breaches into the hydrological model[1]
The water 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.

Δh = abs( max(0, we - Hb) - max(0, wb - Hb) )

Using the height difference, the breach width increase is calculated.

ΔWb = fm * (g1/2 * Δh3/2 / csb ) * log10 (1 + (0.04 * g / csb ) * Δt / 3600)

The current breach width is then equal to the last calculated breach width, plus the calculated breach width increment.

Wb,t = Wb,t-1 + ΔW

Where:

  • Wb = The BREACH_WIDTH attribute of the breach.
  • Hb = The BREACH_HEIGHT attribute of the breach.
  • Wb,t = The calculated breach width, initially equal to Wb.
  • wb = Current water level at breach.
  • we = Current water level at entry area (external or internal).
  • Δh = The difference between the height of the water columns on either side of the breach.
  • fm = Material factor, set to 1.3 (average for sand and clay levees)
  • g = Acceleration factor of gravity
  • csb = The critical BREACH_SPEED attribute of the breach.
  • ΔW = The calculated width increase of the breach.
  • Δt = Computational timestep.

See also

References

  1. 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)

Template:WaterOverlay nav