Water Module theory: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Line 37: Line 37:


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]]
* [[Surface_flow_formula_(Water_Overlay)|Surface flow formula]]
* [[Surface flow formula (Water Overlay)|Surface flow formula]]
* [[Underground_flow_formula_(Water_Overlay)|Underground flow formula]]
* [[Underground flow formula (Water Overlay)|Underground flow formula]]
* [[Surface_evaporation_formula_(Water_Overlay)|Surface evaporation formula]]
* [[Surface evaporation formula (Water Overlay)|Surface evaporation formula]]
* [[Underground_evaporation_formula_(Water_Overlay)|Underground evaporation formula]]
* [[Underground evaporation formula (Water Overlay)|Underground evaporation formula]]
* [[Surface_infiltration_formula_(Water_Overlay)|Surface infiltration formula]]
* [[Surface infiltration formula (Water Overlay)|Surface infiltration formula]]
* [[Underground_infiltration_formula_(Water_Overlay)|Underground infiltration formula]]
* [[Underground infiltration formula (Water Overlay)|Underground infiltration formula]]


Hydraulic structure related Formula's:
Hydraulic structure related Formula's:
* [[Culvert_formula_(Water_Overlay)|Culvert formula]]
* [[Culvert formula (Water Overlay)|Culvert formula]]
* [[Weir_formula_(Water_Overlay)|Weir formula]]
* [[Weir formula (Water Overlay)|Weir formula]]
* [[Breach_growth_formula_(Water_Overlay)|Breach growth formula]]
* [[Breach growth formula (Water Overlay)|Breach growth formula]]
* [[Breach_flow_formula_(Water_Overlay)|Breach flow formula]]
* [[Breach flow formula (Water Overlay)|Breach flow formula]]
* [[Pump_formula_(Water_Overlay)|Pump formula]]
* [[Pump formula (Water Overlay)|Pump formula]]
* [[Sewer_Overflow_formula_(Water_Overlay)|Sewer Overflow formula]]
* [[Sewer Overflow formula (Water Overlay)|Sewer overflow formula]]
* [[Inlet_formula_(Water_Overlay)|Inlet formula]]
* [[Inlet formula (Water Overlay)|Inlet formula]]


Module related Formula's:
Module related Formula's:
* [[Timestep_formula_(Water_Overlay)|Timestep formula]]
* [[Timestep formula (Water Overlay)|Timestep formula]]
* [[Calculation_preference_formula_(Water_Overlay)|Calculation preference formula]]
* [[Calculation preference formula (Water Overlay)|Calculation preference formula]]


Calculation related information:
Calculation related information:
* [[order_of_calculations_(Water_Overlay)|Order of calculations]].
* [[Order of calculations (Water Overlay)|Order of calculations]].


{{Water Module buttons}}
{{Water Module buttons}}

Revision as of 13:04, 14 June 2019

The following topics are described on this page:

  • Introduction to the Water Module Theory
  • Calculation modules
  • Theories and formulas
  • Computational structure and sequences

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 Water 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 divided 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: