Flooding Overlay: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
 
(135 intermediate revisions by 7 users not shown)
Line 1: Line 1:
==What is the Inundation overlay==
[[File:FloodingOverlay2.png|right|thumb|200px|Flooding overlay]]
The inundation is developed for the computation of surface (water) flow in a wide range of applications. These applications include large scale inundations due to dike breaches and inundations at the bottom of hill-slopes. Therefore the commonly applied 2D Saint Venant Equations are implemented on a highly parallel applicable explicit numerical scheme suitable for Tygron GPU clusters.
The Flooding Overlay is a variant of the [[Water Overlay]], which in turn is a [[Grid overlay|grid overlay]]. Water overlays are connected to the [[Water Module]], a complex hydrological calculation module within the {{software}}.  


==Adding and removing==
The Flooding Overlay calculates and visualizes the movement of water over land, due to a [[Breach_(Water_Overlay)|breach]] or other [[Inlet_(Water_Overlay)|inflow]] of water in the project area.
To add an inundation overlay go to the Overlays menu in the GEO DATA ribbon and select Add Inundation. To remove the overlay, press Remove below the overlays list.


[[File:Rainfall_overlay_01.PNG|600px]] [[File:Rainfall_overlay_02.PNG|600px]]
In order to get more familiar with the different components of the Flooding Overlay check out Quadrant 1 of the [[Testbed_water_module|Water Module Testbed]]. This Testbed is available to you as a project in the {{software}}.


==Result types==
==Flooding overlay results==
The rainfall overlay is a [[grid overlay]] showing results of heavy rainfall on the surface (flooding), sub-surface (groundwater), open water and sewer system. The following results are produced:
The Flooding Overlay is a Water Overlay that is connected to the Water Module. This Water Module performs two dimensional grid based water simulations for a large set of input data and parameters, configured mostly through a related [[Water_Overlay_Wizard|Water Overlay Wizard]]. When a simulation finishes, the module stores the result in the Flooding overlay based on the selected result type. Only one result type can be stored per Flooding overlay.
{| class="wikitable"
! Result type
! Unit
! Description
|-
|BASE_GROUNDWATER_DISTANCE
|m (below surface)
|Initial groundwater level relative to the surface level (NL: ontwateringsdiepte).
|-
|BASE_TYPES
|nominal value
|Division of gridcells in water, land or sewer areas that are connected to the sewer.
|-f
|EVAPORATED
|m (mm)¹
|Total evaporation over the simulation period
|-
|IMPACTED_BUILDINGS
|nominal value
|Constructions impacted by flood: the value from the function value indicator is assigned to a building if the water depth at a grid-cell surrounding the building exceeds the overlay attribute value IMPACT_FLOOD_TRESHOLD_M
|-
|SEWER_LAST_VALUE
|m (mm)¹
|The amount of water in the sewer storage at the end of simulation
|-
|SEWER_MAX_VALUE
|m (mm)¹
|Maximum amount of water in the sewer storage during the simulation
|-
|SURFACE_DURATION
|s (min)¹
|The amount of time the water depth in a cell exceeds the value set in the overlay attribute value SHOW_DURATION_FLOOD_LEVEL_M
|-
|SURFACE_FLOW
|m3/m2
|Total volume of water passed a grid-cell, scaled by the cell surface (grid cell-size^2)
|-
|SURFACE_LAST_VALUE
|m (min)¹
|Water depth at the end of simulation
|-
|SURFACE_MAX_VALUE
|m (min)¹
|Maximum water depth during the simulation
|-
|UNDERGROUND_FLOW
|m³/m²
|Totall infiltration amount from the surface to groundwater
|-
|UNDERGROUND_LAST_VALUE
|m (mm)
|The amount by which the groundwater table has risen above the initial groundwater level at the end of simulation
|-
|UNDERGROUND_MAX_VALUE
|m (mm)
|The maximum amount by which the groundwater table has risen above the initial groundwater during the simulation
|-
|WATER_STRESS
|m (mm)
|The Maximum water depth during the simulation. At water cells only a water depth is shown if the depth exceeds the overlay attribute value ALLOWED_WATER_INCREASE_M


|}
The Water Module however, is not restricted to generating only one type of result. Instead it can produce multiple unique result types for one single simulation.
Fortunately it is possible to add additional result type overlays which relate to a particular Rainfall overlay. These are known as [[Result Child Overlay]]s. Again, each child overlay only stores one particular result type.


¹ the units between () are as displayed in the 3D client. If exported to GTiff the SI-convention is used: meters (m) and seconds (s).
Apart from multiple result types, the Flooding overlay can also store result data of multiple, intermediate simulation results, instead of just a single end result. These intermediate simulation results are known as [[Timeframes_(Water_Overlay)|timeframes]].  


==Inundation Model==
For the full list of result types, see [[Result type (Water Overlay)#List of Result Types|List of Result Types]].
For other results, which are not overlay results, but still related to the simulation of a Flooding overlay, see [[Results (Water Overlay)|water overlay results]]


===2D Saint Venant equations===
==Module==
The 2D Saint Venant equations describe the conservation of mass in a gridcell and the conservation of momentum in both x and y, direction:
A Flooding Overlay can be configured by opening the Flooding Overlay Wizard. More in-depth information can be found under each of the categories below.
{{Water Module buttons}}


[[File:Inundation_overlay_01.PNG]]
{{WaterOverlay output nav}}
 
{{Overlay nav}}
The Saint Venant equations describe the following processes:
* friction
* bed slope
* water pressure
* convection (changes in bathemetry over space)
* inertia (increase or decrease of velocity over time)
 
===Numerical scheme===
The explicit second-order semi-discrete central-upwind scheme for the 2D Saint Venant Equations is implemented. A reconstruction of cell bottom, water level and velocity at the interfaces between computational cells as proposed by Lax and Wendroff (Rezzolla, 2011). The Tygron Engine Inundation module relies on the scheme described in Kurganov and Petrova (2007). The reconstruction method is taken from Bolderman et all (2014) and ensures numerical stability at the wetting and drying front of a flood wave.
 
A clear explanation on the numerical approach can be found at Horváth et al. (2014), but in general it follows these steps:
# The elevation value of the cell (B in figures below) is equal to the elevation value at the centre of the cell. At the same time, it is equal to the average value of the elevation values at the cell interface mitpoints
# The slopes of the conserved variables (U in figures below), continuity and momentum in x and y direction, are reconstructed
# Values of conserved variables at the cell interface midpoints are compared with the left-sided and right sided values at cell centres
# At partially dry cells, the slope is modified to both avoid negative depths and numerical instability
# (Numerical) fluxes are computed at each cell interface to determine the conserved variable of the next time-step
 
[[File:Inundation overlay 04 HWP(1).PNG|450px]][[File:Inundation overlay 04 HWP(2).PNG|450px]]
 
The numerical scheme as been tested on the [[Inundation(Benchmarks)|benchmark]] of the UK Environmental Agency
 
===Computation time step===
An adaptive timestep is implemented according to Kurganov and Petrova (2007). At every timestep, the courant-number is kept smaller than 0.25 for every active computation cell:
 
[[File:Inundation_overlay_03.PNG|400px]]
 
===Calculation Preferences (General Tab)===
 
===Overlay Keys===
 
==References==
# Bollermann A, Chen G, Kurganov A and Noelle S (2014) ∙ A Well-Balanced Reconstruction For Wetting/Drying Fronts ∙ found at: https://www.researchgate.net/publication/269417532_A_Well-balanced_Reconstruction_for_Wetting_Drying_Fronts (last visited 2018-06-29)
# Environmetal Agency (2013). Benchmarking the latest generation of 2D hydraulic modelling packages ∙ report Report – SC120002 ∙ found at: https://consult.environment-agency.gov.uk/engagement/bostonbarriertwao/results/appendix-6---neelz--s.---pender--g.--2013--benchmarking-the-latest-generation-of-2d-hydraulic-modelling-packages.-bristol_environment-agency.pdf (last visited 2018-08-03)
# Kurganov A, Petrova G (2007) ∙ A Second-Order Well-Balanced Positivy Preserving Central-Upwind Scheme for the Saint-Venant System ∙ found at: http://www.math.tamu.edu/~gpetrova/KPSV.pdf (last visited 2018-06-29)
# Rezzolla  L (2011) ∙ Numerical Methods for the Solution of Partial Differential Equations ∙ found at: http://www.scirp.org/(S(lz5mqp453edsnp55rrgjct55))/reference/ReferencesPapers.aspx?ReferenceID=1886006 (last visited 2018-06-29)
# Zsolt Horváth, Jürgen Waser, Rui A. P. Perdigão, Artem Konev and Günter Blöschl (2014) ∙ A two-dimensional numerical scheme of dry/wet fronts for the Saint-Venant system of shallow water equations ∙ found at: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.700.7977&rep=rep1&type=pdf ∙ http://visdom.at/media/pdf/publications/Poster.pdf ∙ (last visited 2018-06-29)

Latest revision as of 13:46, 17 January 2023

Flooding overlay

The Flooding Overlay is a variant of the Water Overlay, which in turn is a grid overlay. Water overlays are connected to the Water Module, a complex hydrological calculation module within the Tygron Platform.

The Flooding Overlay calculates and visualizes the movement of water over land, due to a breach or other inflow of water in the project area.

In order to get more familiar with the different components of the Flooding Overlay check out Quadrant 1 of the Water Module Testbed. This Testbed is available to you as a project in the Tygron Platform.

Flooding overlay results

The Flooding Overlay is a Water Overlay that is connected to the Water Module. This Water Module performs two dimensional grid based water simulations for a large set of input data and parameters, configured mostly through a related Water Overlay Wizard. When a simulation finishes, the module stores the result in the Flooding overlay based on the selected result type. Only one result type can be stored per Flooding overlay.

The Water Module however, is not restricted to generating only one type of result. Instead it can produce multiple unique result types for one single simulation. Fortunately it is possible to add additional result type overlays which relate to a particular Rainfall overlay. These are known as Result Child Overlays. Again, each child overlay only stores one particular result type.

Apart from multiple result types, the Flooding overlay can also store result data of multiple, intermediate simulation results, instead of just a single end result. These intermediate simulation results are known as timeframes.

For the full list of result types, see List of Result Types. For other results, which are not overlay results, but still related to the simulation of a Flooding overlay, see water overlay results

Module

A Flooding Overlay can be configured by opening the Flooding Overlay Wizard. More in-depth information can be found under each of the categories below.