Water Module theory: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
m (Rudolf@tygron.nl moved page Water Module Theory to Water Module theory: Capitalization consistency for navigational tempates)
Line 36: Line 36:
The precise calculations which govern the water overlay's simulation are many and varied, and based as much as possible on available expert knowledge.
The precise calculations which govern the water overlay's simulation are many and varied, and based as much as possible on available expert knowledge.


Model related Formula's:
Model related formula's:
* [[Surface water level formula (Water Overlay)|Surface water level formula]]
* [[Surface water level formula (Water Overlay)|Surface water level formula]]
* [[Groundwater level formula (Water Overlay)|Groundwater level formula]]
* [[Groundwater level formula (Water Overlay)|Groundwater level formula]]
Line 47: Line 47:
* [[Underground seepage formula (Water Overlay)|Underground seepage formula]]
* [[Underground seepage formula (Water Overlay)|Underground seepage formula]]


Hydraulic structure related Formula's:
Hydraulic structure related formula's:
* [[Culvert formula (Water Overlay)|Culvert formula]]
* {{linkappend  |postd=formula  |post= formula (Water Overlay) | Culvert         }}
* [[Weir formula (Water Overlay)|Weir formula]]
* {{linkappend  |postd=formula  |post= formula (Water Overlay) | Weir           }}
* [[Breach growth formula (Water Overlay)|Breach growth formula]]
* {{linkappend  |postd=formula  |post= formula (Water Overlay) | Breach growth   }}
* [[Breach flow formula (Water Overlay)|Breach flow formula]]
* {{linkappend  |postd=formula  |post= formula (Water Overlay) | Breach flow     }}
* [[Pump formula (Water Overlay)|Pump formula]]
* {{linkappend  |postd=formula  |post= formula (Water Overlay) | Pump           }}
* [[Sewer Overflow formula (Water Overlay)|Sewer overflow formula]]
* {{linkappend  |postd=formula  |post= formula (Water Overlay) | Sewer Overflow  }}
* [[Inlet formula (Water Overlay)|Inlet formula]]
* {{linkappend  |postd=formula  |post= formula (Water Overlay) | Inlet           }}
* {{linkappend  |postd=formula  |post= formula (Water Overlay) | Drainage        }}


Module related Formula's:
Module related formula's:
* [[Timestep formula (Water Overlay)|Timestep formula]]
* [[Timestep formula (Water Overlay)|Timestep formula]]



Revision as of 13:06, 1 March 2021


The following topics are described on this page:

Introduction to the Water Module Theory

The Water Module in the Tygron Platform is an implementation of a 2D grid based shallow water model, based on the 2D Saint Venant equations (see Surface Model). The module is further enhanced with infiltration, evaporation, groundwater flow and hydraulic structures.

Rainfall overlay 05.PNG
Rainfall overlay 04.PNG

To perform the calculations, the project area is first rasterized into a large grid of cells. Each cell has a specific quantity of water and specific hydrological parameters based on the data in the project. The total time which should be simulated is divided into discrete timesteps. Per timestep, each cell communicates with its adjacent cells to exchange water, based on it's water level, surface height, current flow direction and other factors. Accuracy and reliability is obtained by dividing the project area and simulation time into sufficiently small cells and steps, at the cost of more computation time. Take a look at the testbed water module project, available in all domains, to see some of the components of the Water Module in a project.

The Water Module enables users to implement a water model for their project which is accurate and delivers fast results. To ensure accuracy, the Water Module is repeatedly tested against multiple (internationally) acknowledged hydrological benchmarks and tests. Fast results are achieved by executing the water calculations on High performance GPU servers.

Calculation Models

The Water Module performs a large number of calculations to form a complete hydrological simulation. Depending on the desired viewpoint, both the overarching concepts as well as the implemented formulas can be reviewed for detailed insight into how the water overlay works.

Multiple models are implemented which in conjunction form the water model in its entirety.

Formulas

The precise calculations which govern the water overlay's simulation are many and varied, and based as much as possible on available expert knowledge.

Model related formula's:

Hydraulic structure related formula's:

Module related formula's:

Calculation related information