Drainage formula (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 20: | Line 20: | ||
Where: | Where: | ||
: <math>q_t</math> = The [[Drainage q (Water Overlay)|DRAINAGE_Q]] of the {{Drainage}} at time t. | |||
: <math>\Delta t</math> = Computational timestep. | |||
: <math>Q_t</math> = The amount of water inflow (or outflow when negative) possible based on the [[Drainage q (Water Overlay)|DRAINAGE_Q]] of the {{Drainage}} and timestep Δt. | |||
: <math>w_g</math> is the ground water level in meters | : <math>w_g</math> is the ground water level in meters | ||
: <math>w_w</math> is the water level in the waterway | : <math>w_w</math> is the water level in the waterway |
Revision as of 15:21, 7 May 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:
- = The DRAINAGE_Q of the Drainage at time t.
- = Computational timestep.
- = The amount of water inflow (or outflow when negative) possible based on the DRAINAGE_Q of the Drainage and timestep Δt.
- 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.