Drainage formula (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
(→Notes) |
No edit summary |
||
Line 36: | Line 36: | ||
''Case 1: '''Active Draining''':'' | ''Case 1: '''Active Draining''':'' | ||
If a positive | If a positive [[Drainage Q (Water Overlay)|DRAINAGE_Q]] is defined: | ||
: <math>Q_{p,t} = \Delta t \cdot q_t </math> | : <math>Q_{p,t} = \Delta t \cdot q_t </math> | ||
: <math>Q_{g,t} = (w_{g,t} - z_d)\cdot f_s</math> | : <math>Q_{g,t} = (w_{g,t} - z_d)\cdot f_s</math> | ||
Line 48: | Line 48: | ||
''Case 2: '''Active Reverse Draining''':''<br> | ''Case 2: '''Active Reverse Draining''':''<br> | ||
If a negative | If a negative [[Drainage Q (Water Overlay)|DRAINAGE_Q]] is defined: | ||
: <math>Q_{p,t} = \Delta t \cdot q_t </math> | : <math>Q_{p,t} = \Delta t \cdot q_t </math> | ||
: <math>Q_{w,t} = min ( 0, z_w - w_{t,w} )</math> | : <math>Q_{w,t} = min ( 0, z_w - w_{t,w} )</math> | ||
Line 72: | Line 72: | ||
: <math>Q_{d}</math> is the actual drained volume at time t | : <math>Q_{d}</math> is the actual drained volume at time t | ||
{{article end | |||
A negative | |notes= | ||
* A negative [[Drainage Q (Water Overlay)|DRAINAGE_Q]] can potentially raise the ground water level at the drainage so much that it reaches the surface above the drainage. | |||
|related= | |||
The following topics are related to this formula. | The following topics are related to this formula. | ||
; Structures | ; Structures | ||
: [[Drainage (Water Overlay) | : [[Drainage (Water Overlay)]] | ||
; Models | ; Models | ||
: [[Surface model (Water Overlay) | : [[Surface model (Water Overlay)]] | ||
: [[Underground model (Water Overlay) | : [[Underground model (Water Overlay)]] | ||
}} | |||
{{WaterOverlay formula nav}} | {{WaterOverlay formula nav}} |
Revision as of 13:24, 29 January 2021
Depending on whether the drainage is passive or active, the formula for either passive or active drainage is used.
Drainage passive
First the flow capacity is calculated
if then:
else:
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
Drainage active
Case 1: Active Draining:
If a positive DRAINAGE_Q is defined:
If an overflow threshold is defined as well:
The actual water pumped out of the drainage system is calculated. If any of the terms are undefined, they are not included.
Case 2: Active Reverse Draining:
If a negative DRAINAGE_Q is defined:
If an overflow threshold is defined as well:
The actual water pumped into the drainage system 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
Notes
- A negative DRAINAGE_Q can potentially raise the ground water level at the drainage so much that it reaches the surface above the drainage.
Related
The following topics are related to this formula.