Drainage formula (Water Overlay): Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Drainage passive | ==Drainage passive== | ||
First the flow capacity is calculated | First the flow capacity is calculated | ||
Line 16: | Line 16: | ||
<math>Q_{d} = min ( Q_{p,t}, Q_{b} , Q_{max} )</math> | <math>Q_{d} = min ( Q_{p,t}, Q_{b} , Q_{max} )</math> | ||
Drainage active: | ==Drainage active== | ||
''Case 1: '''Active Draining''':'' | |||
If a positive Pump q is defined: | |||
: <math>Q_{p,t} = \Delta t \cdot q_t </math> | |||
If a lower threshold T<sub>l,t</sub> is defined as well: | |||
: <math>Q_{l,t} = min ( 0, w_{l,t} - T_{l,t} )</math> | |||
If an upper threshold T_{u,t} is defined as well: | |||
: <math>Q_{u,t} = max ( 0, T_{u,t} - w_{t,u} )</math> | |||
If a capacity Q<sub>total</sub> is defined: | |||
: <math>Q_c = Q_{total} -\sum_{0..t-1}Q_i</math> | |||
After calculating the capacities, the actual water pumped upwards is calculated. If any of the terms are undefined, they are not included. | |||
: <math>\Delta w = \frac {max( 0 , min( Q_{l,t} , Q_{u,t} , Q_{t} , Q_{c} ) ) }{A}</math> | |||
''Case 2: '''Active Reverse Draining''':''<br> | |||
If a negative Pump q is defined: | |||
: <math>Q_{p,t} = \Delta t \cdot q_t </math> | |||
If a lower threshold T<sub>l,t</sub> is defined as well: | |||
: <math>Q_{l,t} = max ( 0, w_{l,t} - T_{l,t} )</math> | |||
If an upper threshold T<sub>u,t</sub> is defined as well: | |||
: <math>Q_{u,t} = min ( 0, T_{u,t} - w_{t,u} )</math> | |||
If a capacity Q<sub>total</sub> is defined: | |||
: <math>Q_c = Q_{total} - abs ( \sum_{0..t-1}Q_i )</math> | |||
After calculating the capacities, the actual water pumped upwards is calculated. If any of the terms are undefined, they are not included. | |||
: <math>\Delta w = \frac { max( 0 , max( Q_{l,t} , Q_{u,t} , Q_t , -Q_c ) ) }{ A} </math> | |||
Where: | Where: |
Revision as of 16:32, 4 December 2020
Drainage passive
First the flow capacity is calculated
if then:
else:
Drainage active
Case 1: Active Draining:
If a positive Pump q is defined:
If a lower threshold Tl,t is defined as well:
If an upper threshold T_{u,t} is defined as well:
If a capacity Qtotal is defined:
After calculating the capacities, the actual water pumped upwards is calculated. If any of the terms are undefined, they are not included.
Case 2: Active Reverse Draining:
If a negative Pump q is defined:
If a lower threshold Tl,t is defined as well:
If an upper threshold Tu,t is defined as well:
If a capacity Qtotal is defined:
After calculating the capacities, the actual water pumped upwards is calculated. If any of the terms are undefined, they are not included.
Where:
- is the ground water level in meters
- is the water level in the waterway
- is the drainage datum height in meters.
- is the drainage area size in square meters.
- is the waterway area size in square meters.
- is the max waterway height.
- is the average storage percentage of the ground above the drainage.
- is the amount transferred for a balanced ground and surface water level
- is the amount available in the ground above the drainage.
- is the drainage capacity at time t
- is the actual drained volume at time t
Related
The following topics are related to this formula.
- Structures
- Drainage
- Models
- Surface model
- Underground model