Ground flow formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
 
(132 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Underground flow is calculated differently from surface flow, to account for the slowdown and porousness of the medium.
Ground flow is different from surface flow, since it has to account for the slowdown and porousness of the medium. In general, horizontal ground flow is calculated using formulas described in Harbaugh 2005<ref name="Harbaugh"/><ref name="Modflow"/>. However, when an [[Aquifer (Water_Overlay)|aquifer]] is present, the [[ground flow formula (Water Overlay)#Aquifer formula|Aquifer formula]] is applied.


In general, The underground flow is implemented using formulas described in Harbaugh 2005<ref name="Harbaugh"/>. However, when an [[Hydraulic features (Water Overlay)#Aquifer|aquifer]] is present, the aquifer variant is applied.
It depends on the configuration of the [[Hydraulic conductivity with thickness (Water Overlay)|HYDRAULIC_CONDUCTIVITY_WITH_THICKNESS]] attribute value in the [[Water Overlay]] what Hydraulic Conductivity formula is used:
* A value <math><= 0</math> means [[Ground flow formula (Water Overlay)#Hydraulic Conductivity without Thickness|Hydraulic Conductivity without Thickness]] formula will be used.
* A value <math>> 0</math> means [[Ground flow formula (Water Overlay)#Hydraulic Conductivity with Thickness|Hydraulic Conductivity with Thickness]] formula will be used.
===Hydraulic Conductivity without Thickness===
[[File:Undergroundflow2.png|right|400px|thumb|Two adjacent cells, where ground water level of cell 1 is larger than cell 2.]]
The flow between the two cells is calculated as:
 
<math>\Delta w_t = w_{1,t} - w_{2,t}</math>
 
<math>B_{bb} = max ( B_{1}- d_{b,1} , B_{2}- d_{b,2} ) </math>
 
<math>A_{c,t} = \Delta x \cdot ( \bar{w_{t}} - B_{bb} )</math>


===Default horizontal flow===
<math>K = min(K_{1} , K_{2} )</math>
[[File:Undergroundflow.png|right|400px|thumb|Two adjacent cells, where underground water level of cell 1 is larger than cell 2.]]
 
The flow between the two cells is calculated as:
<math>V_{K,t} = \frac{\Delta w \cdot K \cdot A_{c,t}}{ \Delta x} \cdot \Delta t</math>
: Δw = w<sub>1</sub> - w<sub>2</sub>
: B<sub>ex</sub> = max ( B<sub>1</sub> , B<sub>2</sub> ) - D<sub>ground</sub>
: A<sub>c</sub> = Δx * ( w<sub>avg</sub> - B<sub>ex</sub> )
: C = min(C<sub>1</sub> , C<sub>2</sub> )
: q = Δw * C * A<sub>c</sub> / Δx * Δt


where:
where:
: w<sub>n</sub> = The underground water level of cell n.
: <math>w_{n,t}</math> = The [[Groundwater level formula (Water Overlay)|ground water level]] of cell <math>n</math> at time <math>t</math>.
: B<sub>n</sub> = The surface elevation of cell n.
: <math>B_c</math> = the datum height of the surface of cell c, set by the [[Elevation (Water Overlay)|elevation]] or a [[Terrain elevation prequel (Water Overlay)|Terrain elevation prequel]].
: C<sub>n</sub> = The ground conductance of cell n. For this we use the vertical infiltration speed.
: <math>d_{b,c}</math> = The ground bottom distance of the cell c, defined by a [[Bottom distance prequel (Water Overlay)|Bottom distance prequel]] or a general [[Ground_bottom_distance_m_(Water_Overlay)|GROUND_BOTTOM_DISTANCE_M]] of the Water Overlay.  
: D<sub>ground</sub> = The configured [[Ground_bottom_distance_m_(Water_Overlay)|ground bottom distance]].  
: <math>B_{bb}</math> = the datum height of the bottom boundary at the edge of interaction between the two cells.
: A<sub>c</sub> = Area of conductance.
: <math>K_n</math> = The hydraulic conductivity of the cell, defined in [[Terrain hydraulic conductivity md (Water Overlay)|HYDRAULIC_CONDUCTIVITY_MD]] of the ground terrain.
: Δw = Underground water level difference.
: <math>A_{c,t}</math> = Area of conductance at time <math>t</math>.
: Δt = Computational timestep.
: <math>\Delta w</math> = Ground water level difference at time <math>t</math>.
: Δx = Size of grid cell.
: <math>\Delta t</math> = Computational [[Timestep formula (Water Overlay)|timestep]] in seconds.
: w<sub>avg</sub> = Averaged underground water level, based on water levels in underground, underground storage fraction and potentially the surface water level, when the underground is filled to the top.
: <math>\Delta x</math> = Size of grid cell.
<br style="clear:both;">
: <math>\bar{w_{t}}</math> = Averaged ground water level at time <math>t</math>, based on water levels in ground, [[Terrain water storage percentage (Water Overlay)|WATER_STORAGE_PERCENTAGE]] and potentially the [[Surface water level formula (Water Overlay)|surface water level]], when the ground is filled to the top.
: <math>V_{K,t}</math> = The amount of water to be transported at time <math>t</math> between one cell and the other.
<br clear=both>
 
===Hydraulic Conductivity with Thickness===
The flow between the two cells is calculated as:


<math>\Delta w_t = w_{1,t} - w_{2,t}</math>


=====Aquifer formula=====
<math>KD = min(KD_{1} , KD_{2} )</math>
When an aquifer is present, its hydraulic diffusivity is used to calculate the water flow.


First, the hydraulic diffusivity dictates the fraction of the water height difference which will flow.
<math>V_{KD,t} = \frac{\Delta w \cdot KD \cdot \Delta x }{ \Delta x} \cdot \Delta t</math>
: ''F = 2 * sqrt( KD / WSP<sub>source</sub> ) * sqrt( Δt ) * ( 1 / cell )''


Based on this fraction, the actual amount of water flow is calculated.
where:
: ''Δw = ( (WL<sub>source</sub>/WSP<sub>source</sub>) - (WL<sub>target</sub>/WSP<sub>source</sub>) ) * F''
: <math>w_{n,t}</math> = The [[Groundwater level formula (Water Overlay)|ground water level]] of cell <math>n</math> at time <math>t</math>.
: <math>KD_n</math> = The hydraulic conductivity of the cell, multiplied with the thickness of the layer, defined in [[Terrain hydraulic conductivity with thickness md (Water Overlay)|HYDRAULIC_CONDUCTIVITY_WITH_THICKNESS_MD]] of the ground terrain.
: <math>\Delta w</math> = Ground water level difference at time <math>t</math>.
: <math>\Delta t</math> = Computational [[Timestep formula (Water Overlay)|timestep]] in seconds.
: <math>\Delta x</math> = Size of grid cell.
: <math>V_{KD,t}</math> = The amount of water to be transported at time <math>t</math> between one cell and the other.


Where:
===Aquifer formula===
* Δw = The underground flow which takes place.
When an [[Aquifer (Water_Overlay)|aquifer]] is present, its [[Aquifer kd (Water Overlay)|hydraulic diffusivity]] is used to calculate the water flow.
* Δt = Computational timestep.
* cell = Cell size.


* F = Fraction of water which flows between cells
Based on conditions being true, the calculated volume of water that is transported through the aquifer is calculated as:
: <math>V_{a,t} =
\begin{cases}
\dfrac{ \Delta w_{t} \cdot {KD}_a \cdot \Delta x}{\Delta x} \cdot \Delta t & \text{if } w_{n,t} > z_a  \text{ and } KD_a > 0 \\
V_{K(D),t}  & \text{otherwise}
\end{cases}
</math>


* KD = The [[Aquifer kd (Water Overlay)|AQUIFER_KD]] attribute of aquifer.
Where:
* WSP<sub>source</sub> = The WATER_STORAGE_PERCENTAGE attribute of the underground terrain type of the origin cell.
: <math>\Delta w_{t}</math> = Ground water level difference between the two adjacent cells at time <math>t</math>;
* WSP<sub>target</sub> = The WATER_STORAGE_PERCENTAGE attribute of the underground terrain type of the target cell.
: <math>{KD}_a</math> = The [[Aquifer kd (Water Overlay)|AQUIFER_KD]] attribute of aquifer.
* WL<sub>source</sub> = The amount of water in the saturated zone of the source cell. The height of the water column if the equivalent amount of water was placed on the surface.
: <math>\Delta x</math> = Size of grid cell.
* WL<sub>target</sub> = The amount of water in the saturated zone of the target cell. The height of the water column if the equivalent amount of water was placed on the surface.
: <math>\Delta t</math> = Computational [[Timestep formula (Water Overlay)|timestep]] in seconds.
: <math>w_{n,t}</math> = Ground water level in cell <math>n</math> at time <math>t</math>;
: <math>z_a</math> = [[Aquifer datum (Water Overlay)|the datum height of the aquifer]] at the cell.
: <math>V_{K(D),t}</math> = The calculated amount of water to be transported at time <math>t</math> between one cell and the other.
: <math>V_{a,t}</math> = Volume in <math>m^{3}</math> that flows between the two adjacent cells due to the aquifer at time <math>t</math>.


==References==
{{article end
|related=
The following topics are related to this formula.
; Features
: [[Aquifer (Water Overlay)]]
; Formulas
: [[Groundwater level formula (Water Overlay)]]
: [[Ground infiltration formula (Water Overlay)]]
; Models
: [[Ground model (Water Overlay)]]
: [[Infiltration model (Water Overlay)]]
: [[Tracer flow model (Water Overlay)]]
|seealso=
* [[Ground model (Water Overlay)#Horizontal flow and aquifers| Ground model]]
|references=
<references>
<references>
<ref name="Modflow">Langevin, C.D., Hughes, J.D., Banta, E.R., Niswonger, R.G., Panday, Sorab, and Provost, A.M. (2017) ∙ Documentation
<ref name="Modflow">Langevin, C.D., Hughes, J.D., Banta, E.R., Niswonger, R.G., Panday, Sorab, and Provost, A.M. (2017) ∙ Documentation for the MODFLOW 6 Groundwater Flow Model: U.S. Geological Survey Techniques and Methods, book 6, chap. A55 ∙ p 31 ∙ found at:  https://doi.org/10.3133/tm6A55 (last visited 2019-02-04)</ref>
for the MODFLOW 6 Groundwater Flow Model: U.S. Geological Survey Techniques and Methods, book 6, chap. A55 ∙ p 31 ∙ found at:  https://doi.org/10.3133/tm6A55 (last visited 2019-02-04)</ref>
<ref name="Harbaugh">Harbaugh, A.W., 2005, MODFLOW-2005, the U.S. Geological Survey modular ground-water model-the Ground-Water Flow Process: U.S. Geological Survey Techniques and Methods 6-A16, variously paginated.</ref>
</references>
</references>
{{Template:WaterOverlay_nav}}
}}
 
{{WaterOverlay formula nav}}

Latest revision as of 13:29, 5 March 2024

Ground flow is different from surface flow, since it has to account for the slowdown and porousness of the medium. In general, horizontal ground flow is calculated using formulas described in Harbaugh 2005[1][2]. However, when an aquifer is present, the Aquifer formula is applied.

It depends on the configuration of the HYDRAULIC_CONDUCTIVITY_WITH_THICKNESS attribute value in the Water Overlay what Hydraulic Conductivity formula is used:

Hydraulic Conductivity without Thickness

Two adjacent cells, where ground water level of cell 1 is larger than cell 2.

The flow between the two cells is calculated as:

where:

= The ground water level of cell at time .
= the datum height of the surface of cell c, set by the elevation or a Terrain elevation prequel.
= The ground bottom distance of the cell c, defined by a Bottom distance prequel or a general GROUND_BOTTOM_DISTANCE_M of the Water Overlay.
= the datum height of the bottom boundary at the edge of interaction between the two cells.
= The hydraulic conductivity of the cell, defined in HYDRAULIC_CONDUCTIVITY_MD of the ground terrain.
= Area of conductance at time .
= Ground water level difference at time .
= Computational timestep in seconds.
= Size of grid cell.
= Averaged ground water level at time , based on water levels in ground, WATER_STORAGE_PERCENTAGE and potentially the surface water level, when the ground is filled to the top.
= The amount of water to be transported at time between one cell and the other.


Hydraulic Conductivity with Thickness

The flow between the two cells is calculated as:

where:

= The ground water level of cell at time .
= The hydraulic conductivity of the cell, multiplied with the thickness of the layer, defined in HYDRAULIC_CONDUCTIVITY_WITH_THICKNESS_MD of the ground terrain.
= Ground water level difference at time .
= Computational timestep in seconds.
= Size of grid cell.
= The amount of water to be transported at time between one cell and the other.

Aquifer formula

When an aquifer is present, its hydraulic diffusivity is used to calculate the water flow.

Based on conditions being true, the calculated volume of water that is transported through the aquifer is calculated as:

Where:

= Ground water level difference between the two adjacent cells at time ;
= The AQUIFER_KD attribute of aquifer.
= Size of grid cell.
= Computational timestep in seconds.
= Ground water level in cell at time ;
= the datum height of the aquifer at the cell.
= The calculated amount of water to be transported at time between one cell and the other.
= Volume in that flows between the two adjacent cells due to the aquifer at time .

Related

The following topics are related to this formula.

Features
Aquifer (Water Overlay)
Formulas
Groundwater level formula (Water Overlay)
Ground infiltration formula (Water Overlay)
Models
Ground model (Water Overlay)
Infiltration model (Water Overlay)
Tracer flow model (Water Overlay)

See also

References

  1. Harbaugh, A.W., 2005, MODFLOW-2005, the U.S. Geological Survey modular ground-water model-the Ground-Water Flow Process: U.S. Geological Survey Techniques and Methods 6-A16, variously paginated.
  2. Langevin, C.D., Hughes, J.D., Banta, E.R., Niswonger, R.G., Panday, Sorab, and Provost, A.M. (2017) ∙ Documentation for the MODFLOW 6 Groundwater Flow Model: U.S. Geological Survey Techniques and Methods, book 6, chap. A55 ∙ p 31 ∙ found at: https://doi.org/10.3133/tm6A55 (last visited 2019-02-04)