Drainage formula (Water Overlay): Difference between revisions

From Tygron Preview Support Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:


<math>Q_{b} = A_d \cdot f_s \cdot  \frac{(w_g - w_w) \cdot A_w}{A_d \cdot f_s + A_w}</math>
<math>Q_{b} = A_d \cdot f_s \cdot  \frac{(w_g - w_w) \cdot A_w}{A_d \cdot f_s + A_w}</math>
if w_w > w_g then:
<math>Q_{max} = A_w \cdot (w_w - z_w} </math>
else:


<math>Q_{max} = A_d \cdot (w_d - z_d) \cdot f_s</math>
<math>Q_{max} = A_d \cdot (w_d - z_d) \cdot f_s</math>

Revision as of 15:05, 4 December 2020

Drainage passive: First the flow capacity is calculated

Qp,t=Δtqt

Qb=Adfs(wgww)AwAdfs+Aw

if w_w > w_g then: Failed to parse (syntax error): {\displaystyle Q_{max} = A_w \cdot (w_w - z_w} }

else:

Qmax=Ad(wdzd)fs

Qd=min(Qp,t,Qb,Qmax)

where:

wg is the ground water level in meters
ww is the water level in the waterway
zd is the drainage datum height in meters.
Ad is the drainage area size in square meters.
fs is the average storage percentage of the ground above the drainage.
Qb is the amount transfered for a balanced ground and surface water level
Qmax is the amount available in the ground above the drainage.
Qpt is the drainage capacity at time t
Qd is the actual drainage at time t