Sewer Overflow formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 29: Line 29:
where:
where:


* B<sub>o</sub> = The [[terrain height (Water Overlay)|surface height]] at the centerpoint of the sewer overflow, relative to {{datum}}.
* B<sub>o</sub> = The [[terrain height (Water Overlay)|surface height]] at the centerpoint of the [[sewer overflow (Water Overlay)|sewer overflow]], relative to {{datum}}.
* B<sub>a</sub> = The height of the sewer relative to the sewer overflow, as defined by the [[Sewer overflow attribute (Water Overlay)|SEWER_OVERFLOW]] of the sewer overflow.
* B<sub>a</sub> = The height of the sewer relative to the sewer overflow, as defined by the [[Sewer overflow attribute (Water Overlay)|SEWER_OVERFLOW]] of the [[sewer overflow (Water Overlay)|sewer overflow]].
* B<sub>s</sub> = The assumed surface height of the sewer, relative to {{datum}}.
* B<sub>s</sub> = The assumed surface height of the sewer, relative to {{datum}}.
* w<sub>o</sub> = The [[Surface water level formula (Water Overlay)|water level]] at the sewer overflow's exit, relative to {{datum}}.
* w<sub>o</sub> = The [[Surface water level formula (Water Overlay)|water level]] at the [[sewer overflow (Water Overlay)|sewer overflow]]'s exit, relative to {{datum}}.
* w<sub>s</sub> = The water level in the sewer, relative to {{datum}}.
* w<sub>s</sub> = The water level in the sewer, relative to {{datum}}.
* H<sub>o</sub> = The height of the sewer overflow threshold in the sewer.
* H<sub>o</sub> = The height of the sewer overflow threshold in the sewer.


* h<sub>s</sub> = The sewer water height.
* h<sub>s</sub> = The sewer water height.
* H<sub>s</sub> = The [[Sewer storage (Water Overlay)|SEWER_STORAGE]] attribute of the sewer area, the maximum water height allowed in the sewer.
* H<sub>s</sub> = The [[Sewer storage (Water Overlay)|SEWER_STORAGE]] attribute of the [[Sewer area (Water Overlay)|sewer area]], the maximum water height allowed in the sewer.
* Δh = The amount of water that can flow out of sewer based on the threshold and the water levels inside and outside the sewer.
* Δh = The amount of water that can flow out of sewer based on the threshold and the water levels inside and outside the sewer.
* Δw = Water level change in the sewer, due to sewer overflow.
* Δw = Water level change in the sewer, due to sewer overflow taking place.
* Δt = Computational timestep.
* Δt = Computational timestep.


* A<sub>s</sub> = The surface area of the sewer.
* A<sub>s</sub> = The surface area of the sewer.


* q<sub>o</sub> = The [[Sewer overflow speed (Water Overlay)|SEWER_OVERFLOW_SPEED]] attribute of the sewer overflow.
* q<sub>o</sub> = The [[Sewer overflow speed (Water Overlay)|SEWER_OVERFLOW_SPEED]] attribute of the [[sewer overflow (Water Overlay)|sewer overflow]].
* T<sub>o</sub> = The [[Sewer overflow threshold model attribute (Water Overlay)|SEWER_OVERFLOW_THRESHOLD]], the threshold factor indicating the fraction of the sewer's storage height that is blocked by the sewer overflow 's threshold.
* T<sub>o</sub> = The [[Sewer overflow threshold model attribute (Water Overlay)|SEWER_OVERFLOW_THRESHOLD]], the threshold factor indicating the fraction of the sewer's storage height that is blocked by the sewer overflow's threshold.
* Q<sub>t</sub> = The amount of water pumped out of the sewer through the sewer overflow.
* Q<sub>t</sub> = The amount of water which flows out of the sewer through the [[sewer overflow (Water Overlay)|sewer overflow]].


==Notes==
==Notes==
* The sewer's surface area is computed as the amount of sewered grid cells times the size of a grid cell.
* The sewer's surface area is computed as the amount of sewered grid cells times the size of a grid cell.
* The sewer's height relative to {{datum}} is not defined in the sewer itself. It is relative to the sewer overflow and determined by the [[Sewer overflow attribute (Water Overlay)|SEWER_OVERFLOW]] attribute of the overflow.
* The sewer's height relative to {{datum}} is not defined in the sewer itself. It is relative to the [[sewer overflow (Water Overlay)|sewer overflow]] and determined by the [[Sewer overflow attribute (Water Overlay)|SEWER_OVERFLOW]] attribute of the overflow.


==Related==
==Related==

Revision as of 07:34, 19 June 2019

Please note: This page is currently being updated.


Overflow from the sewer is calculated for the entirety of the sewer, and the single attached sewer overflow.

The sewer base height is located at the height indicated by the sewer overflow:

Bs = Bo + Ba

The water level at the sewer is then:

ws = hs + Bs

The sewer overflow threshold height Ho within the sewer is calculated as:

Ho = Hs * To

Water only flows out of the sewer if:

hs > Ho and
hs + Bs > wo

The amount that can overflow relies on both the water level at the sewer overflow itself as well as the sewer overflow threshold and the stored sewer water:

Δh = min ( hs - Ho , ws - wo)

The flow is then calculated with the SEWER_OVERFLOW_SPEED attribute of the sewer overflow and the maximum speed with which water can flow through the sewer overflow:

Δw = min( Δh, Δt * qo / As)

The amount of water added to the exit cell(s) of the sewer overflow:

Qt = Δw * As

where:

  • hs = The sewer water height.
  • Hs = The SEWER_STORAGE attribute of the sewer area, the maximum water height allowed in the sewer.
  • Δh = The amount of water that can flow out of sewer based on the threshold and the water levels inside and outside the sewer.
  • Δw = Water level change in the sewer, due to sewer overflow taking place.
  • Δt = Computational timestep.
  • As = The surface area of the sewer.

Notes

  • The sewer's surface area is computed as the amount of sewered grid cells times the size of a grid cell.
  • The sewer's height relative to datum is not defined in the sewer itself. It is relative to the sewer overflow and determined by the SEWER_OVERFLOW attribute of the overflow.

Related

The following topics are related to this formula.

Structures and features
Sewer area
Sewer overflow
Models
Surface model
Sewer model

Template:WaterOverlay nav