Inlet formula (Water Overlay): Difference between revisions
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
If a capacity Q<sub>total</sub> is defined: | If a capacity Q<sub>total</sub> is defined: | ||
: <math>Q_c = -Q_{total} - \ | : <math>Q_c = -Q_{total} - \sum_{0..t-1}Q_i</math> | ||
After calculating the capacities, the actual water ouflow is calculated. If any of the terms are undefined, they are not included. | After calculating the capacities, the actual water ouflow is calculated. If any of the terms are undefined, they are not included. |
Revision as of 15:18, 4 December 2020
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 is defined:
If a positive inlet q Qt is defined:
If a capacity Qtotal is defined:
After calculating the capacities, the actual water inflow is calculated. If any of the terms are undefined, they are not included.
Case 2 Outlets:
When calculating outlets, first the capacities are calculated.
If an upper threshold Tu,t is defined:
If a negative inlet q Qt is defined:
If a capacity Qtotal is defined:
After calculating the capacities, the actual water ouflow is calculated. If any of the terms are undefined, they are not included.
Where:
- wt = The water level on the surface relative to datum, at time t.
- Tl,t = The LOWER_THRESHOLD of the inlet at time t.
- Tu,t = The UPPER_THRESHOLD of the inlet at time t.
- qt = The INLET_Q of the inlet at time t.
- Δt = Computational timestep.
- Qtotal = The INLET_CAPACITY of the inlet.
- 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