Drainage formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:


<math>Q_{d} = min ( Q_{p,t}, Q_{b} , Q_{max} )</math>
<math>Q_{d} = min ( Q_{p,t}, Q_{b} , Q_{max} )</math>
Where:
: <math>w_g</math> is the ground water level in meters
: <math>w_w</math> is the water level in the waterway
: <math>z_d</math> is the drainage datum height in meters.
: <math>A_d</math> is the drainage area size in square meters.
: <math>A_w</math> is the waterway area size in square meters.
: <math>z_w</math> is the max waterway height.
: <math>f_s</math> is the average storage percentage of the ground above the drainage.
: <math>Q_{b}</math> is the amount transferred for a balanced ground and surface water level
: <math>Q_{max}</math> is the amount available in the ground above the drainage.
: <math>Q_{p_t}</math> is the drainage capacity at time t
: <math>Q_{d}</math> is the actual drained volume at time t


==Drainage active==
==Drainage active==
Line 22: Line 36:
If a positive Pump q is defined:
If a positive Pump 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</math>


If a lower threshold T<sub>l,t</sub> is defined as well:
If an overflow threshold T_{o,t} is defined as well:
: <math>Q_{l,t} =  min ( 0, w_{l,t} - T_{l,t} )</math>
: <math>Q_{o,t} =  max ( 0, T_{o,t} - w_{t,w}  )</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.
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>
: <math>\Delta w = \frac {max( 0 , min( >Q_{g,t} , Q_{o,t} , Q_{p,t})) }{A}</math>


''Case 2: '''Active Reverse Draining''':''<br>
''Case 2: '''Active Reverse Draining''':''<br>

Revision as of 17:03, 4 December 2020

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 Pump q is defined:

If an overflow threshold T_{o,t} is defined as well:

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