Drainage formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 36: 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>
: <math>Q_{g,t} = (w_{g,t} - z_d)\cdot f_s</math>


If an overflow threshold T_{o,t} is defined as well:
If an overflow threshold T_{o,t} is defined as well:
: <math>Q_{o,t} =  max ( 0, T_{o,t} - w_{t,w}  )</math>
: <math>Q_{o,t} =  max ( 0, T_{o,t} - w_{t,w}  )</math>


After calculating the capacities, the actual water pumped upwards is calculated. If any of the terms are undefined, they are not included.
The actual water pumped out of the drainage system is calculated. If any of the terms are undefined, they are not included.
: <math>\Delta w = \frac {max( 0 , min( >Q_{g,t} , Q_{o,t} , Q_{p,t})) }{A}</math>
: <math>Q_t = max( 0 , min( Q_{g,t} , Q_{o,t} , Q_{p,t}))</math>


''Case 2: '''Active Reverse Draining''':''<br>
''Case 2: '''Active Reverse Draining''':''<br>
Line 48: Line 48:
If a negative Pump q is defined:
If a negative 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_{w,t} =  min ( 0, z_w - w_{t,w}  )</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} =  max ( 0, w_{l,t} - T_{l,t} )</math>
: <math>Q_{o,t} =  min ( 0, T_{o,t} - w_{t,w} )</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.
The actual water pumped into the drainage system 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>
: <math>Q_t = max( 0 , max( Q_{p,t} , Q_{w,t} , Q_{o,t}) ) </math>




Line 74: Line 69:
: <math>Q_{p_t}</math> is the drainage capacity at time t
: <math>Q_{p_t}</math> is the drainage capacity at time t
: <math>Q_{d}</math> is the actual drained volume at time t
: <math>Q_{d}</math> is the actual drained volume at time t
==Notes==
A negative pump Q can potentially raise the ground water level at the drainage that it reaches the surface above the drainage.


==Related==
==Related==

Revision as of 17:15, 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:

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

If an overflow threshold T_{o,t} 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 pump Q can potentially raise the ground water level at the drainage that it reaches the surface above the drainage.

Related

The following topics are related to this formula.

Structures
Drainage
Models
Surface model
Underground model