Groundwater Flow through a confined aquifer Gordon Whyburn 07 Ajoy - - PowerPoint PPT Presentation

groundwater flow through a confined aquifer
SMART_READER_LITE
LIVE PREVIEW

Groundwater Flow through a confined aquifer Gordon Whyburn 07 Ajoy - - PowerPoint PPT Presentation

Math 164 Scientific Computing Darryl Yong Groundwater Flow through a confined aquifer Gordon Whyburn 07 Ajoy Vase 07 What is an aquifer? An aquifer is an underground layer of permeable material that allows a substantial amount of


slide-1
SLIDE 1

Groundwater Flow through a confined aquifer

Gordon Whyburn ‘07 Ajoy Vase ‘07

Scientific Computing Math 164 Darryl Yong

slide-2
SLIDE 2

What is an aquifer?

An aquifer is an underground layer of permeable material that allows a substantial amount of water to flow through it. Aquifers channel groundwater to wells. They can be made up of a variety of materials – gravel, sand, or clay. The local conductivity of an aquifer region dictates the flowrate of groundwater through it.

slide-3
SLIDE 3

Unconfined aquifers

Unconfined aquifers consist of layers of permeable rock from the bottom of the aquifer to the surface of the earth.

  • No pressure
  • Recharge occurs from

above the aquifer and through lateral groundwater flow.

Source: http://groundwater.orst.edu/

slide-4
SLIDE 4

Confined Aquifers

An aquifer is confined if it is surrounded by regions of impermeable rock.

Under pressure. Recharge occurs

primarily through lateral groundwater flow.

Source: http://groundwater.orst.edu/

slide-5
SLIDE 5

What’s the big deal about aquifers?

Important sources of freshwater. The Edwards aquifer

in Texas supplies water for 2 million people.

Aquifer depletion is a global problem. Solution - artificial recharge methods.

http://capp.water.usgs.gov/aquiferBasics/images/us_uncon-semi.gif

slide-6
SLIDE 6

Our project

We model the flow of water through a 2-D confined aquifer. Specific cases include:

  • regions of differing conducitivity
  • Various initial flow situations

The governing equations for groundwater flow through an aquifer are:

t h K y h x h ∂ ∂ = ∂ ∂ + ∂ ∂ 1

2 2 2 2

h → hydraulic head K → conductivity qx → flow velocity

x h K q x ∂ ∂ − =

y h K qy ∂ ∂ − =

slide-7
SLIDE 7

Hydraulic head

Hydraulic head is a measure of the pressure

  • f the water in the aquifer. This pressure

depends on the depth of the aquifer and the inherent water pressure.

g P z h ρ + =

slide-8
SLIDE 8

Solution Strategy

Solve the main PDE for the head as a function of x and y using a finite difference grid. Find out the velocity of the water at different points in the grid by taking the derivative (numerically) of the head values with respect to x and y. h0 =H dh/dx = q0 dh/dy = 0 dh/dy = 0

slide-9
SLIDE 9

Results

Case 1: Solving the steady state equation (Laplace equation)

slide-10
SLIDE 10

Results

Case 1: Solving the steady state equation (Laplace equation)

slide-11
SLIDE 11

Results Results

Case 2: Solution to Laplace’s equation for artificial injection

slide-12
SLIDE 12

Results Results

5 10 15 20 25 2 4 6 8 10 12 14 16 18 20 x y

Case 2: Solution to Laplace’s equation for artificial injection

slide-13
SLIDE 13

Results Results

Case 3: Solution to Laplace’s Equation for flow along a slope

slide-14
SLIDE 14

Results Results

Case 3: Solution to Laplace’s Equation for flow along a slope

5 10 15 20 25 2 4 6 8 10 12 14 16 18 20 x y
slide-15
SLIDE 15

Results

Case 4: Solving the original time dependent equation

slide-16
SLIDE 16

Results

Case 4: Solving the original time dependent equation

slide-17
SLIDE 17

Further work

Find out the flow for an aquifer with gradually changing

  • conductivity. The steady state equation for this case

is:

) , (

2 2 2 2

= ∂ ∂ ∂ ∂ + ∂ ∂ ∂ ∂ + ⎟ ⎟ ⎠ ⎞ ⎜ ⎜ ⎝ ⎛ ∂ ∂ + ∂ ∂ x h x K y h y K y h x h y x K

slide-18
SLIDE 18

References

C.W. Fetter, Applied Hydrogeology, Third Ed., Merill Publishing

Company,1994

Private Communication:

  • Dr. Richard Elderkin, Mathematics Dept., Pomona College
  • Dr. Linda Reinen, Geology Dept., Pomona College