Breach flow formula (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{main|Weir_formula_(Water_Overlay)|Weir formula}} | {{main|Weir_formula_(Water_Overlay)|Weir formula}} | ||
Flow through breaches is calculated based on the | Flow through breaches is calculated based on the weir formula, including the consideration between free flow and submerged flow situations. However, the following also applies. | ||
For the virtual side of the breach, the water level used is defined by the | For the virtual side of the breach, the water level used is defined by the [[External water level (Water Overlay)|external water level]] of the breach. The terrain height used for the virtual side of the breach is equal to the [[External surface level (Water Overlay)|external surface level]], limiting how far the external water level can be lowered. | ||
Each timestep, the external water level is changed based on the amount of water flowing in or out. | Each timestep, the external water level is changed based on the amount of water flowing in or out. | ||
Line 12: | Line 12: | ||
* cell = Cell size | * cell = Cell size | ||
* EL = | * EL = [[External water level (Water Overlay)|EXTERNAL_WATER_LEVEL]] attribute of the breach. | ||
* EA = | * EA = [[External area (Water Overlay)|EXTERNAL_AREA]] attribute of the breach. | ||
{{Template:WaterOverlay_nav}} | {{Template:WaterOverlay_nav}} |
Revision as of 13:25, 4 April 2019
- Main article: Weir formula
Flow through breaches is calculated based on the weir formula, including the consideration between free flow and submerged flow situations. However, the following also applies.
For the virtual side of the breach, the water level used is defined by the external water level of the breach. The terrain height used for the virtual side of the breach is equal to the external surface level, limiting how far the external water level can be lowered.
Each timestep, the external water level is changed based on the amount of water flowing in or out.
- ELnew = ELold - ( (Δw * cell) / EA )
Where:
- Δw = The water flow which takes place (out of the virtual external water source)
- cell = Cell size
- EL = EXTERNAL_WATER_LEVEL attribute of the breach.
- EA = EXTERNAL_AREA attribute of the breach.