Inlet formula (Water Overlay)

From Tygron Preview Support Wiki
Revision as of 13:09, 5 March 2024 by Frank@tygron.nl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Inlets are hydraulic structures can pump water in and out of the project area and are connected with a water body outside the project area.

The amount flowing in or out of Inlets is calculated for the cell the Inlet resides on.

Case 1: Inlet:
When calculating Inlets, first the capacities are calculated.

If a lower threshold Tl,t is defined:

Qlth=max(0,Tl,twt)

If a positive inlet q Qt is defined:

Qt=ΔtQt

If a capacity Qtotal is defined:

Qc=Qtotal0..t1Qi

After calculating the capacities, the actual water inflow is calculated. If any of the terms are undefined, they are not included.

Δw=max(0,min(Qlth,Qt,Qc))A

Case 2 Outlets:
When calculating outlets, first the capacities are calculated.

If an upper threshold Tu,t is defined:

Quth=min(0,Tu,twt)

If a negative inlet q Qt is defined:

Qt=ΔtQt

If a capacity Qtotal is defined:

Qc=Qtotal0..t1Qi

After calculating the capacities, the actual water ouflow is calculated. If any of the terms are undefined, they are not included.

Δw=min(0,max(Quth,Qt,Qc))A

Where:

  • Q0..n = The calculated previous amounts of flow.
  • Qlth = The desired lower water level at the Inlet's location, based on the LOWER_THRESHOLD of the Inlet.
  • Quth = The desired upper water level at the outlet's location, based on the outlet's UPPER_THRESHOLD of the Inlet.
  • Qt = The amount of water inflow (or outflow when negative) possible based on the INLET_Q of the Inlet and timestep Δt.
  • Qc = The total amount of water inflow (or outflow when negative) allowed based on the total capacity of the Inlet.
  • A = Size of the Inlet/outlet area in m2, based on the amount of cells and cell size. Current implementation only has one cell.
  • Δw = The amount of water flow which takes place.

Related

The following topics are related to this formula.

Structures
Inlet
Models
Surface model