Inlet formula (Water Overlay): Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
[[inlet (Water Overlay)|Inlet]]s are hydraulic structures can pump water in and out of the project area and are connected with a water body outside the project area.__NOTOC__ | [[inlet (Water Overlay)|Inlet]]s are hydraulic structures that can pump water in and out of the project area and are connected with a water body outside the project area.__NOTOC__ | ||
The amount flowing in or out of {{Inlets}} is calculated for the cell the {{Inlet}} resides on. | The amount flowing in or out of {{Inlets}} is calculated for the cell the {{Inlet}} resides on. | ||
| Line 9: | Line 9: | ||
: <math>Q_{lth} = max( 0 , T_{l,t} - w_t )</math> | : <math>Q_{lth} = max( 0 , T_{l,t} - w_t )</math> | ||
If a positive inlet | If a positive inlet <math>Q_t</math> is defined: | ||
: <math>Q_t = \Delta t \cdot Q_t</math> | : <math>Q_t = \Delta t \cdot Q_t</math> | ||
If a capacity | If a capacity <math>Q_{total}</math> is defined: | ||
: <math>Q_c = Q_{total}- \sum_{0..t-1}Q_i</math> | : <math>Q_c = Q_{total}- \sum_{0..t-1}Q_i</math> | ||
| Line 24: | Line 24: | ||
: <math>Q_{uth} = min( 0 , T_{u,t} - w_t )</math> | : <math>Q_{uth} = min( 0 , T_{u,t} - w_t )</math> | ||
If a negative inlet | If a negative inlet <math>Q_t</math> is defined: | ||
: <math>Q_t = \Delta t \cdot Q_t</math> | : <math>Q_t = \Delta t \cdot Q_t</math> | ||
If a capacity | If a capacity <math>Q_{total}</math> is defined: | ||
: <math>Q_c = -Q_{total} - \sum_{0..t-1}Q_i</math> | : <math>Q_c = -Q_{total} - \sum_{0..t-1}Q_i</math> | ||
After calculating the capacities, the actual water | After calculating the capacities, the actual water outflow is calculated. If any of the terms are undefined, they are not included. | ||
: <math>\Delta w = \frac { min( 0 , max( Q_{uth} , Q_t, Q_c) ) } {A}</math> | : <math>\Delta w = \frac { min( 0 , max( Q_{uth} , Q_t, Q_c) ) } {A}</math> | ||
Latest revision as of 09:56, 15 July 2026
Inlets are hydraulic structures that 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 is defined:
If a capacity 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 is defined:
If a capacity is defined:
After calculating the capacities, the actual water outflow is calculated. If any of the terms are undefined, they are not included.
Where:
- = The water level on the surface relative to datum, at time t.
- = The LOWER_THRESHOLD of the Inlet at time t.
- = The UPPER_THRESHOLD of the Inlet at time t.
- = The INLET_Q of the Inlet at time t.
- = Computational timestep.
- = The INLET_CAPACITY of the Inlet.
- = The calculated previous amounts of flow.
- = The desired lower water level at the Inlet's location, based on the LOWER_THRESHOLD of the Inlet.
- = The desired upper water level at the outlet's location, based on the outlet's UPPER_THRESHOLD of the Inlet.
- = The amount of water inflow (or outflow when negative) possible based on the INLET_Q of the Inlet and timestep .
- = The total amount of water inflow (or outflow when negative) allowed based on the total capacity of the Inlet.
- = Size of the Inlet/outlet area in m2, based on the amount of cells and cell size. Current implementation only has one cell.
- = The amount of water flow which takes place.
Related
The following topics are related to this formula.
- Structures
- Inlet
- Models
- Surface model




