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

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{b} = A_d \cdot f_s \cdot \frac{(w_g - w_w) \cdot A_w}{A_d \cdot f_s + A_w}}

if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle w_w > w_g} then:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{max} = A_w \cdot (w_w - z_w) }

else:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{max} = A_d \cdot (w_d - z_d) \cdot f_s}

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{d} = min ( Q_{p,t}, Q_{b} , Q_{max} )}


Where:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle w_g} is the ground water level in meters
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle w_w} is the water level in the waterway
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle z_d} is the drainage datum height in meters.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A_d} is the drainage area size in square meters.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A_w} is the waterway area size in square meters.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle z_w} is the max waterway height.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f_s} is the average storage percentage of the ground above the drainage.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{b}} is the amount transferred for a balanced ground and surface water level
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{max}} is the amount available in the ground above the drainage.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{p_t}} is the drainage capacity at time t
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{d}} is the actual drained volume at time t

Drainage active

Case 1: Active Draining:

If a positive Pump q is defined:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{p,t} = \Delta t \cdot q_t }
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{g,t} = w_{g,t} - z_d}

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

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{o,t} = max ( 0, T_{o,t} - w_{t,w} )}

After calculating the capacities, the actual water pumped upwards is calculated. If any of the terms are undefined, they are not included.

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Delta w = \frac {max( 0 , min( >Q_{g,t} , Q_{o,t} , Q_{p,t})) }{A}}

Case 2: Active Reverse Draining:

If a negative Pump q is defined:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{p,t} = \Delta t \cdot q_t }

If a lower threshold Tl,t is defined as well:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{l,t} = max ( 0, w_{l,t} - T_{l,t} )}

If an upper threshold Tu,t is defined as well:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{u,t} = min ( 0, T_{u,t} - w_{t,u} )}

If a capacity Qtotal is defined:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_c = Q_{total} - abs ( \sum_{0..t-1}Q_i )}

After calculating the capacities, the actual water pumped upwards is calculated. If any of the terms are undefined, they are not included.

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Delta w = \frac { max( 0 , max( Q_{l,t} , Q_{u,t} , Q_t , -Q_c ) ) }{ A} }


Where:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle w_g} is the ground water level in meters
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle w_w} is the water level in the waterway
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle z_d} is the drainage datum height in meters.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A_d} is the drainage area size in square meters.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A_w} is the waterway area size in square meters.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle z_w} is the max waterway height.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f_s} is the average storage percentage of the ground above the drainage.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{b}} is the amount transferred for a balanced ground and surface water level
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{max}} is the amount available in the ground above the drainage.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{p_t}} is the drainage capacity at time t
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q_{d}} is the actual drained volume at time t

Related

The following topics are related to this formula.

Structures
Drainage
Models
Surface model
Underground model