Flooding Overlay: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==What is the Inundation overlay==
==What is the Inundation 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 an explicit highly parallel applicable numeric scheme suitable for Tygron GPU clusters.
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 numeric scheme suitable for Tygron GPU clusters.


==2D Saint Venant equations==
==2D Saint Venant equations==

Revision as of 14:00, 28 June 2018

What is the Inundation 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 numeric scheme suitable for Tygron GPU clusters.

2D Saint Venant equations

The 2D Saint Venant equations describe the conservation of mass in a gridcell and the conservation of momentum in both x and y, direction:

File:Inundation overlay 01.PNG

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 Tygron Engine Inundation module relies on an explicit finit volume method, taken from Kurganov and Petrova (2007). This scheme relies on a reconstruction of cell bottom, water level and velocity at the interfaces between computational cells as proposed by Lax and Wendroff (see Rezzolla, 2011). The reconstruction method, taken from Bolderman et all (2014) ensures numerical stability, especially at the wetting and drying front of a flood wave.

Computational time step

References