100% found this document useful (1 vote)
251 views49 pages

Groundwater Part II

1) The document discusses numerical methods for solving groundwater flow equations, specifically the finite difference method. It provides the finite difference approximations for both the first and second derivatives that appear in the groundwater flow equations. 2) The finite difference approximations are used to develop the finite difference form of the groundwater flow equation (Laplace's equation). 3) It also discusses different types of boundary conditions (Dirichlet, Neumann, Cauchy) that must be specified to obtain a unique solution when solving the finite difference form of the equation.

Uploaded by

Peter Riad
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
251 views49 pages

Groundwater Part II

1) The document discusses numerical methods for solving groundwater flow equations, specifically the finite difference method. It provides the finite difference approximations for both the first and second derivatives that appear in the groundwater flow equations. 2) The finite difference approximations are used to develop the finite difference form of the groundwater flow equation (Laplace's equation). 3) It also discusses different types of boundary conditions (Dirichlet, Neumann, Cauchy) that must be specified to obtain a unique solution when solving the finite difference form of the equation.

Uploaded by

Peter Riad
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 49

GROUNDWATER

Groundwater review
Part II

By: Amr A. El-Sayed CEE VT, 2004

Prepared by: Amr A. El-Sayed, CEE VT

GROUNDWATER
Solutions to the Governing Flow Equations

Anderson and Woessner, pp. 20-25 With the Aquifer Viewpoint, we can use Analytical solutions Analytical equations are closed form calculus solutions Allow us to calculate values for unknowns (head) at any point in the domain. Remember that Theis used the Taylor's expansion series.

h0 h =

Q 4T

U2 U3 U4 0.5772 ln U + U + + ......... 2 2! 2 3! 2 4!

With the System Viewpoint, we use Numerical solutions. Numerical solutions yield values for only predetermined, finite number of points in the problem domain (N) Need to create N algebraic solutions involving the unknowns (hydraulic head) at the locations x, y, and z Set up a regular grid with all of the x, y, and z locations specified.

Finite-difference grid hi,j = head at point i, j Note: there is a different notation for MODFLOW. In finite difference approximation, derivatives are replaced by differences between nodal points. The smaller the distances x and y, the better the approximate solution is to the actual solution. The more grid cells, the greater the number of unknowns. Remember Darcy's Law and Laplace's Equation.

Prepared by: Amr A. El-Sayed, CEE VT

GROUNDWATER
FINITE DIFFERENCE METHOD DEVELOPMENT

Obtain a central approximation to at the point (xo, yo) of

x 2h , y0 and by approximating the first derivative at x0 + 2 2 x

x , y0 . x0 2
Then obtain the second derivatives by taking first derivatives at these points.

Start with the definition of a first derivative

dh h( x + x ) h( x ) h( x + x ) h( x ) lim = lim x 0 dx x 0 ( x + x ) x x
FD approximation of a first derivative can be viewed as the above equation without the limit process. Furthermore, when employing the FDM, the locations x and x+x are chosen to coincide with nodes.

Derivatives may be approximated using one of three basic schemes: 1- Forward Difference

dh h h h h i +1 i = i +1 i dx xi xi +1 xi x

2- Backward Difference

dh h h h hi 1 i i 1 = i dx xi xi xi 1 x dh h h h h i +1 i 1 = i +1 i 1 dx xi xi +1 xi 1 2 x

3- Central Difference

Second derivatives are typically approximated using the central difference scheme:

d 2 h d dh = dx 2 dx dx xi

dh dh dx x 1 dx x
i+ 2

1 2

1 i+ 2

1 i 2

Where, xi1/2 represents the x-location of the midpoint between xi and xi1

dh dx x
dh dx x

1 i+ 2

hi +1 hi hi +1 hi = xi +1 xi x
hi hi 1 hi hi 1 = xi xi 1 x

(Central difference WRT xi+1/2)

i 1 2

Prepared by: Amr A. El-Sayed, CEE VT

GROUNDWATER

d 2h = dx 2

hi +1 hi hi hi 1 x x x

d 2 h hi +1 2hi + hi 1 = dx 2 x 2
For solving the second derivative in 2D:

2 h hi 1, j 2hi , j + hi +1, j = x 2 x 2 2 h hi , j 1 2hi , j + hi , j +1 = y 2 y 2

.. #1

.. #2

2 h 2 h hi 1, j 2hi , j + hi +1, j hi , j 1 2hi , j + hi , j +1 + = + x 2 y 2 x 2 y 2


If we take these two equations and set them equal to zero, we have the finite difference form of Laplace's Equation, and we have equal spacing in both x, and y directions:

2 h 2 h hi 1, j 2hi , j + hi +1, j hi , j 1 2hi , j + hi , j +1 + = + =0 x 2 y 2 x 2 y 2 hi 1, j 2hi , j + hi +1, j + hi , j 1 2hi , j + hi , j +1 = 0 hi 1, j + hi +1, j + hi , j 1 + hi , j +1 4hi , j = 0


. #3

Then this is the steady-state, finite difference, ground-water flow equation. We must write a form of this equation for each interior point (i,j) of the problem domain. If we then solve this equation for hi,j, we get the following equation

hi , j =

hi 1, j + hi +1, j + hi , j 1 + hi , j +1 4

Prepared by: Amr A. El-Sayed, CEE VT

GROUNDWATER

hij plot BOUNDARY CONDITIONS To solve this equation also requires specification of boundary conditions. Boundaries constrain the problem domain. Boundaries make the solutions unique for a specific problem. DIRICHLET conditions: Hydraulic head is known for surfaces bounding the flow regime. For instance, the surface of the ocean on an island ground-water flow system.

NEUMANN conditions : Flow across a surface bounding the flow regime is known. For instance, baseflow into a river from a regional aquifer. MIXED conditions A combination of Dirichlet and Neumann conditions.

Classification of Boundaries
Physical Boundaries: are formed by the physical presence of an impermeable body of rock or large body of surface water. Hydraulic Boundaries: are invisible boundaries dependent upon hydrologic conditions. These may include groundwater divides and flow lines and can be altered or moved depending upon the stresses within the system at a given time.

Prepared by: Amr A. El-Sayed, CEE VT

GROUNDWATER
Three types: Specified Head: (Dirichlet conditions) h = constant or given function. Specified Flow: (Neumann conditions)

h = const or given function xi

Head-dependent Flux: (Cauchy or mixed conditions): Flow is calculated in or out of system depending upon specified boundary head and conductance value between active grid and boundary head. Implementation: Specified Head: all steady-state models should have at least one boundary node with a specified head in order for the model to have a reference elevation from which to calculate heads. If flow boundaries are used everywhere, this derivative condition will prevent the model from calculating a unique solution. In two-dimensional areal models, specified head cells represent fully penetrating surface-water bodies, or the vertically averaged head in the aquifer at hydraulic boundaries. In three-dimensional models, specified head cells may represent the water table, or surface water bodies. It is important to note that specified head boundaries represent an inexhaustible supply of water. Hence, the aquifer can potentially pull an infinite amount of water from this source without changing its head value.

Specified-Flux Boundaries: typically are no-flow boundaries, but can also be constant flux boundary conditions where flow can be measured or estimated to be nonzero.

q h = x K x

(Known flux) from Darcys equation q = Ki

Finite-Difference Approximation:

q h hi +1, j hi 1, j = = x 2x K x hi 1, j = 2x qx + hi +1, j K

No-flow boundaries can represent: 1. Impermeable bedrock. A conductivity change of as little as two orders of magnitude may result in sufficient enough restriction of flow to be represented as a no-flow condition in certain cases. 2. Impermeable fault zone. Faults tend to be narrow linear features that generally don't coincide with the grid network size or orientation. The best way to simulate these features is with the HFB package in MODFLOW-2000. 3. Groundwater Divide. These hydrologic boundaries may or may not be permanent flow-system features. They tend to be fixed under unstressed conditions. However, if pumping occurs in the vicinity of divides or if the cone of depression reaches the divide, their location can migrate causing the divide to be displaced farther from the pumping well. The presence or absence of precipitation can alter the location of a divide. In some cases, even evapotranspiration can influence the location of a groundwater divide.

Prepared by: Amr A. El-Sayed, CEE VT

GROUNDWATER

4. Streamlines. These hydrologic features are valid for model boundaries when the location of the streamline does not fluctuate significantly. Thus, they are generally good to use as boundaries in steady-state simulations where a natural flow gradient is present. Because the location of streamlines can fluctuate greatly during transient simulations, particularly when pumping is present, great care must be exercised in their application, and in most cases this boundary condition is violated. Streamline boundaries are used to separate local, intermediate, and regional flow systems. They are also used as lateral boundaries between two known head conditions. Typically, larger model domains are used to identify the flowpaths and then more detailed models are developed to isolate flow between a set of flow paths.

Local System Stagnation point

Flow line

Prepared by: Amr A. El-Sayed, CEE VT

GROUNDWATER
No-Flow Boundary condition:

qx = K
qy = K

h =0 x
h =0 y

h =0 x
h =0 y

Finite-Difference Approximation Using central difference approximation for the LHS of the model grid:

h hi +1, j hi 1, j = =0 x 2x

or,

hi +1, j = hi 1, j

The no-flow boundary is defined for column #2, and 12 (i = 2, and i = 12) of the nodes, and j is variable from 1 to 6.

General-Head Boundaries: are used whenever the head of a surface-water body or other known head is separated from the aquifer by material or deposits having different hydrogeologic properties than the aquifer (model cell representing the aquifer). If the conductance is set to a very high value, this boundary condition behaves like a constant-head boundary. However, the head can be changed for each stress period, unlike a constant-head boundary. The conductance value results in a time lag for equilibrium conditions to be reached between the boundary head and the head in the aquifer. Special Conditions: Water table: Free surface where flux can pass across boundary. Nonlinear boundary condition. How do we handle this so that we can accurately incorporate unconfined flow (parabolic water table)? There are a number of ways in which we can simulate a water table numerically. One way is to use the expression:

2h 2h R + 2 = 2 x y T
R recharge

(Boissons equation)

Transmissivity

The transient equation is a bit more complex:

2h 2h R S h + 2 = + 2 x y T T t
Assuming constant spacing in both the x and y directions and constant areal recharge over the entire domain, what is the finite difference approximation to the Poisson equation?

2h 2h R + = 2 2 x yx T
Prepared by: Amr A. El-Sayed, CEE VT 8

GROUNDWATER

hi 1, j 2 hi , j + hi +1, j hi , j 1 2 hi , j + hi , j +1 R + = 2 2 x y T
for

R x = y , hi 1, j + hi +1, j + hi , j 1 + hi , j +1 4 hi , j = 2 T

Region near a well: Drawdowns can be incorrectly calculated. Precision of results is dependent upon grid size, number of wells, areal distribution of wells, and degree of drawdown. This will be discussed later in the course when we look at individual packages for MODFLOW.

Unconfined Aquifer with Dupuit Conditions

Continuity for a steady-state condition with areal recharge is:

Q2 Q1 = Rxy
Recall that our governing equation is

h h h K h = R x x y y

And we made the transformation

h2 h 2 1 h 2 h = = x x 2 x 2 h h = 2h x x
We obtain an expression now

( )

K 2h2 2h2 = R + y 2 2 x 2 2R 2v 2v + 2 = 2 K x y
How do we solve this? Solve for (v) which is now the dependant variable, then the final FORTRAN expression is: (Where

v = h2 )

h(i, j ) = SQRT (v(i, j ))


What does the transient case look like? Use a Crank-Nicolson formulation.

Prepared by: Amr A. El-Sayed, CEE VT

GROUNDWATER

h h h R ( x, y , t ) h + K h = Sy y x x y t

Evaluating Error How does one determine the error associated with a given derivative approximation and hence, the nodal values of h? Given Taylors theorem, FD approximation can be analyzed, starting with:

(x x0 )2 f ( x ) = f ( x0 ) + ( x x0 ) f ' ( x0 ) +
2!
Then:

(x x0 )n f ' ' ( x0 ) + .... +


n!

f (n ) ( x0 ) + Rn

h( xi +1 ) = h( xi ) +

2 dh (xi +1 xi ) + d h (xi +1 xi ) + .... 2! dx xi dx 2 x 2


i

With additional terms up to and including the remainder term RN, where N is assumed to be larger then the highest-order derivative written in the expression

For equal grid spacing:

hi +1 = hi +

dh d 2 h x 2 x + 2 + .... dx xi dx x 2!
i

Truncation Error

Subtracting hi from both sides of the first equation yields:

hi +1 hi =

dh d 2 h x 2 x + 2 + .... dx xi dx x 2!
i

. # divide by x

Comparison of the above equation with the forward-difference expression indicates that the FD approximation neglects the terms:

dh h h d 2 h x d 3h x 2 i +1 i = 2 + + .... x dx xi dx x 2! dx 3 x 3!
i i

True derivative Approximation = Error The truncation error (T.E.) is the difference between the true derivative and the FD approximation to that derivative

Consistency Def: Consistency is defined by the requirements that:

limT .E = 0
x 0

Prepared by: Amr A. El-Sayed, CEE VT

10

GROUNDWATER
A fundamental requirement of any FD approximation is when we re-impose the limit process; the actual derivative must be recovered.

Convergence Def: A solution is said to be convergent if:

x 0 t 0

lim

n i

h ( x, t ) = 0

Where: hin is the solution to the FD expression and h(x,t) is the exact solution to the PDE.

Finite Difference Method Order of Approximation Def: The Order of Approximation is determined by the order of the lowest-order term in the residual.

dh h h d 2 h x d 3h x 2 i +1 i = 2 + + .... x dx xi dx x 2! dx 3 x 3!
i i

dh h h i +1 i dx xi x

d 2 h x T .E. = 2 + .... dx x 2!
i

Because power ((xp)) = 1, (i.e., p = 1), the approximation is first order. The higher the order of approximation, the faster the truncation error decreases as x goes to zero.

Discretization Error Def: Difference between the exact solution to the PDE and the exact solution to FD approximation to the PDE.

Round- off Error Def: Errors due to the fact that variables are represented computationally by a limited number of digits. Difference between the computed solution and the exact solution. Stability refers to the growth in error with time. Any numerical scheme that allows growth in error over time, which eventually swamps the solution is called unstable. Def: Stability is defined by the requirement that:

n ij

h ( x, y , t ) 0

as

Where

n ij

is the solution to the FD expression and h( x, y , t ) is the exact solution to the PDE.

Prepared by: Amr A. El-Sayed, CEE VT

11

GROUNDWATER
Other Sources of Error Applicable to any numerical method (e.g., FDM, FEM, etc.) Errors in formulating the problem Errors in translating the PDE into an algorithm suitable for solution Errors in program design Errors in coding and data (I/O) Preparation

Solver Routines

Remember the general finite-difference approximation for Laplace's Equation at point i,j when solved for head (h).

hi , j =

hi 1, j + hi +1, j + hi , j 1 + hi , j +1

One of these equations needs to be written for each interior point of the problem domain. The head at point i, j is an average of the four neighbors (five-point operator).

For instance, if i=2 and j=2, then

Prepared by: Amr A. El-Sayed, CEE VT

12

GROUNDWATER

Instead of simultaneously solving N sets of algebraic equations, 1) guess initial heads, 2) iterate and adjust head values. Common Iterative techniques 1) Jacobi 2) Gauss-Seidel 3) Successive over relaxation 4) Strongly implicit procedure 5) Preconditioned conjugate gradient

Increased efficiency and complexity with the solvers in this list.

Jacobi

himj+1 = ,

him1, j + him1, j + himj 1 + himj +1 + , ,

Let m be equal to an iteration index 1) Guess initial heads for m = 1 2) Calculate heads at m + 1 from heads at m 3) Iterate until convergence, or until the difference in hydraulic head between two iterations is less than predetermined error criteria.

Prepared by: Amr A. El-Sayed, CEE VT

13

GROUNDWATER
Gauss-Seidel 1) Sweep through grid in order, as if reading a book.
m +1 i, j

+ him1,1j + him1, j + himj+11 + himj +1 + , ,

Using the newly computed heads makes the iteration more efficient.

Operator sweeps through array in this manner.


m +1 2, 2 m m h1m2+1 + h2,1 + h3m2+1 + h2,3 , , = 4

Successive Over Relaxation (SOR) Residual is the change in head between iterations

C = himj+1 himj , ,
In the Gauss-Seidel method, hm+1 replaces hm after each iteration, or it relaxes the residuals at each site during each iteration.

Prepared by: Amr A. El-Sayed, CEE VT

14

GROUNDWATER
In SOR 1) The residual is multiplied by a relaxation factor where 1. 2) Calculate the new hi,jm+1 with the following

himj+1 = himj + C , ,
More residual is added to hij m, or the head is overrelaxed. if = 1, then the routine is the Gauss Seidel
m+ h2, 2 1 = m m h1m2+1 + h2,1 + h3m2+1 + h2,3 , , 4

if < 1, then the heads are underrelaxed

himj+1 = (1 )himj + , ,

(h

m +1 i 1, j

+ him1, j + himj+11 + himj +1 + , ,

Will need to adjust these solutions for different governing equations. 1) Unconfined aquifers. Will need to adjust these solutions for different time steps. 1) Steady state 2) Transient There is a little bit different formulation for finite element models. We will discuss this later.

Conceptual Model Anderson and Woessner, Chapter 3

After establishing the purpose of a model, the second step is to design a conceptual model.

Conceptual Model A pictorial representation of the ground-water flow system Frequently in the form of a simplified diagram or hydrogeologic cross section The conceptual model defines 1) Dimensions of numerical model 2) How the grid is designed 3) How the grid is oriented

Conceptual model forces the modeler to Simplify and Organize - all available field data But, must strike a balance between simplification and accuracy of simulating flow system. "Everything should be made as simple as possible, but not simpler." Albert Einstein Prepared by: Amr A. El-Sayed, CEE VT 15

GROUNDWATER
Build a conceptual model around the area of interest that considers boundary conditions, be they natural or artificial Three steps to constructing a conceptual model 1) Define Hydrostratigraphic Units Assemble all available geologic and hydrogeologic information Rely on your existing geologic and hydrogeologic knowledge and intuition!!!

Facies Model 1

Prepared by: Amr A. El-Sayed, CEE VT

16

GROUNDWATER

Facies Model 2 Maxey (1964) and Seaber (1988) have advanced the term Hydrostratigraphic unit. Hydrostratigraphic units are geologic units with the same hydrogeologic properties. Most useful when the modeler is simulating hydrogeologic systems at a regional scale. Hydrostratigraphic units do not necessarily correspond with biostratigraphic units. Dependent on variability in K and S. Facies models are conceptual models of expected distributions of geologic materials. They are too general, they can't make specific predictions, Especially at small scales. They are not site specific. Need actual mathematical sedimentary models or fracture models. Need site specific data for very small scales. Requires wells or geophysical data. Remember that in numerical models, we must specify the parameters of all saturated units, not specifying confining layers as in the aquifer viewpoint. Data Requirements for a ground-water flow model. Physical framework Prepared by: Amr A. El-Sayed, CEE VT 17

GROUNDWATER
1) Geologic map and cross sections showing the areal and vertical extent and boundaries of the system. 2) Topographic map showing surface water bodies and divides. 3) Contour maps showing the elevation of the base of the aquifers and confining beds. 4) Isopach maps showing the thickness of aquifers and confining beds. 5) Maps showing the extent and thickness of stream and lake sediments.

Creating a conceptual model - Example 1

Prepared by: Amr A. El-Sayed, CEE VT

18

GROUNDWATER

Creating a conceptual model - Example 2

Hydrogeologic framework 1) Water table and potentiometric surface maps for all aquifers. 2) Hydrographs of ground-water head and surface-water levels and discharge rates. 3) Maps and cross sections showing the hydraulic conductivity and/or transmissivity distribution. 4) Maps and cross sections showing the storage properties of the aquifers and confining beds. 5) Hydraulic conductivity values and their distribution for stream and lake sediments. 6) Spatial and temporal distribution of rates of evapotranspiration, ground-water recharge, surface water-ground water interaction, ground-water pumping, and natural ground-water discharge. 2) Preparing a Water Budget Quantify all Sources of flow into system (In) Precipitation, snow melt Underflow across aquifer boundaries Recharge from wells or lagoons

Quantify all Sources of water out of system (Out) Prepared by: Amr A. El-Sayed, CEE VT 19

GROUNDWATER
Ground-water discharge (baseflow or underflow) Evaporation Transpiration Ground-water withdrawals (pumping) Springs/seeps Construct a conceptual water budget with units to match output of numerical model Use the conceptual water budget as a calibration target

3) Defining the Flow System Where does water flow? How fast does water flow? How old is the water in the flow system? How do we get this information 1) Precipitation (NWS, NOAA) Recharge 2) Water levels (USGS, State water agencies) Ground-water flow directions Surface-water/ground-water interactions Changes in storage 3) Baseflow, surface-water discharge (USGS, Bur. Rec., Army Corps) Surface-water/ground-water interactions 4) Evapotranspiration (USDA, USFS) Plant water use Shallow soil evaporation 5) Geochemical data a) Infer directions of ground-water flow b) Identify locations, rates of recharge c) Ground-water velocities and ages d) Identify mixing processes between layers

Prepared by: Amr A. El-Sayed, CEE VT

20

GROUNDWATER

Identify mixing processes - Example 1

Prepared by: Amr A. El-Sayed, CEE VT

21

GROUNDWATER

Identify mixing processes - Example 2

Estimating aquifer parameters Important to define all of the data we specified in the table earlier in the lecture. Deterministic models Stochastic models Scale dependence of parameters

Grids Anderson and Woessner, pp. 46-68

A grid forms the framework of the model. Grid objectives should be based on 1) Objectives of study 2) Boundary conditions 3) Geologic framework 4) Changes in hydraulic gradient In general, the grid spacing should be sufficient to enable the model to describe the greater changes in the potentiometric surface (hydraulic gradients).

Prepared by: Amr A. El-Sayed, CEE VT

22

GROUNDWATER
Types of Grids 1) Finite difference Can be squares or rectangles (2-D) Mesh centered or block centered flux boundaries Block centered - on the sides of the block Easier, used in MODFLOW

Mesh centered - coincides with a node

2) Finite elements Allow for more flexibility in model design Better at handling boundaries with complex shapes Two Dimensional 1) Triangular elements

2) Quadrilateral elements

(finite difference is a subset of these elements)

Three dimensional elements are 1) Tetrahedrons

Prepared by: Amr A. El-Sayed, CEE VT

23

GROUNDWATER

2) Hexahedrons

3) Prisms

Interpolation functions determine if the element is 1) Linear

2) Quadratic

3) Cubic

AQUIFEM - linear, triangular elements FEMWATER - linear, 3-D elements (tetrahedrons, hexahedrons, or prisms) Prepared by: Amr A. El-Sayed, CEE VT 24

GROUNDWATER

Finite-difference grid

Prepared by: Amr A. El-Sayed, CEE VT

25

GROUNDWATER

Finite-element grid

Vertical Discretization Must determine how many layers are needed to simulate a flow system. Rely on the conceptual model to determine how many layers (hydrostratigraphic units) Two dimensional - one hydrostratigraphic unit in the layer Three dimensional - at least one layer for each hydrostratigraphic unit May want more than one layer in a hydrostratigraphic unit if there are large vertical hydraulic gradients. Quasi-three dimensional (we will revisit these next lecture)

Prepared by: Amr A. El-Sayed, CEE VT

26

GROUNDWATER

Discretization figure

Grid Orientation 1) Align axes with principle directions of anisotropy. (x and y axes should be colinear with Kx and Ky) Not as easy to have the z axis parallel to Kz. 2) Minimize inactive nodes Inactive cells are those which fall outside of boundaries, but within edge of grid. Waste memory, disk storage, and computation time. Finite element grids do a better job with irregular boundaries.

3) Make sure the grid falls on the boundary with finite element models or mesh-centered finite difference Make sure that flux boundaries fall on the edge of cells with block centered and head boundaries fall on the nodes. 4) Place boundaries sufficiently far from area of interest so as to not affect numerical solution.

Size of Grid Spacing Make the grid spacing fine enough to describe changes in hydraulic head. Consider the variability in aquifer parameters. Consider variability in source/sink areas/rates. (for instance recharge vs. wells)

When using an irregular spacing, don't increase adjacent spacing more than 1.5 to 2 times the previous nodal spacing. Approximation becomes less accurate Get larger error Longer time to converge

Prepared by: Amr A. El-Sayed, CEE VT

27

GROUNDWATER
Regular grid spacing advantages Easier to identify nodal locations Less numerical error Easier to import data into graphical packages Irregular grid spacing advantages Fewer nodes required Fewer calculations Faster compute time

Type of Models - Estimating Parameters

Anderson and Woessner, pp. 38-46 and 68-77 Models come in many different shapes and forms. Spatial dimensions Aquifer viewpoint 2-D areal Quasi 3-D System viewpoint 2-D profile Full 3-D

Temporal dimensions Steady state Transient

Steady-state conditions

Prepared by: Amr A. El-Sayed, CEE VT

28

GROUNDWATER

Transient conditions

2-D Areal Can simulate Confined, Unconfined, Leaky Confined, and Mixed aquifers. Confined aquifers Can simulate thickness and K changes by differing T and S (heterogeneity). Simulate anisotropy with different Tx and Ty. Generally get these values from aquifer tests (pumping and slug). Leaky Confined Aquifers Use a leakage term to simulate the leaky layer and overlying source aquifer. Leakage term depends on K and b of leaky layer. Unconfined aquifers Usually use Dupuit assumptions - assume horizontal flow (no vertical changes in hydraulic head). Need K and Sy. Because the thickness changes with pumping, need a datum. If Dupuit assumptions are not valid must 1. use a 2-D profile model 2. use a full 3-D model. Mixed Aquifers Combination of the above or a change during simulation between the above. A layer may go dry during a transient simulation.

Quasi 3-D Models Don't explicitly represent confining layers Ignore horizontal flow in confining layers. Don't calculate hydraulic head in the confining layers. Usually ignore storage in confining layer Need at least two orders of magnitude difference between K of confining layer and aquifer to use these assumptions. MODFLOW can use this option for some layers.

Prepared by: Amr A. El-Sayed, CEE VT

29

GROUNDWATER

Profile models

Prepared by: Amr A. El-Sayed, CEE VT

30

GROUNDWATER

Hydraulic conductivity ranges Profile Models Used for flow systems with well defined flow lines

Estimating aquifer parameters Important to define all of the data we specified in the table earlier in the lecture. Estimate from published values when to start modeling and refine during project. Deterministic models. Stochastic models. Scale dependence of parameters Hydraulic conductivity Varies 12 or more orders of magnitude Usually varies one order of magnitude within a homogeneous unit When anisotropy has been measured, usually Kh:Kv is at least 3:1 Horizontal anisotropy can be as high as 50:1 in sand and gravel with clay Vertical anisotropy is usually between 1 and 1000 Vertical anisotropy is usually much greater than horizontal Fractures may affect anisotropy Hydraulic conductivity is log normally distributed Geometric mean is an unbiased estimator of average Hydraulic conductivity varies with scale of measurement Small values at small scales 2 to 3 orders of magnitude greater at larger scales

Prepared by: Amr A. El-Sayed, CEE VT

31

GROUNDWATER

Hydraulic conductivity measurements with relation to scale

Dispersivity measurements with relation to scale

Prepared by: Amr A. El-Sayed, CEE VT

32

GROUNDWATER
Storativity Specific storage - confined Specific yield - unconfined Specific storage varies over 4 orders of magnitude Specific yield varies within 1 order of magnitude Approximates porosity with specific yield Porosity needed for velocity calculations Table 9.1. (Table 3.4, Anderson and Woessner, adapted from Domenico, 1972). Ranges of Values of Specific Storage (Ss) Material Plastic clay stiff clay medium-hard clay loose sand dense sand dense sandy gravel rock, fissured jointed rock, sound Specific Storage (Ss) (m -1) 2.0x10-2 - 2.6x10-3 2.6x10-3 - 1.3x10-3 1.3x10-3 - 9.2x10-4 1.0x10-3 - 4.9x10-4 2.0x10-4 - 1.3x10-4 1.0x10-4 - 4.9x10-5 6.9x10-5 - 3.3x10-6 less than 3.3x10-6

Can try to describe spatial variability with Geostatistics Try to determine spatial correlation of randomly distributed variables. Need a variogram to quantify the structure in the aquifer caused by the arrangement of heterogeneities. Semiovariogram describes the rate of change of the variable in a specific direction. Plot semivariance and separation distance.Variability increased with distance. Spherical, exponential, Gaussian, power (linear and others). Find the Sill, the distance at which points are no longer related. Find the Range, the distance at which the sill is attained or the distance at which all points are related. Use Kriging to estimate the value of a variable at any unsampled location Kriging produces 1. Estimates that on average have the smallest possible error. 2. Explicit statement of magnitude of error. Stochastic Simulation 1. Process of drawing alternative, equally probable joint realizations of a variable from a random function model 2. Generate multiple realizations of random function model for variable (K) 3. Different from kriging in that we create many alternative solutions

Boundary Conditions Anderson & Woessner, pp. 97-106

Boundary conditions are necessary to define how the site specific model interacts with entire flow system. Occur at the edges of the active model area. Make a piece of computer code a site specific model. Boundaries are largely responsible for how flow occurs in the system. The most likely source of error in the modeling process. Prepared by: Amr A. El-Sayed, CEE VT 33

GROUNDWATER
Physical boundaries Model boundaries correspond with actual physical boundaries. Faults, facies changes, surface water bodies Hydraulic boundaries Model boundaries corresponding with hydrologic conditions. Ground-water divides At recharge or discharge areas Topographically high or low areas Streamlines If steady-state, separate the aquifer If transient, need to simulate how boundary changes position Can represent Toth's concepts of local, intermediate or regional flow systems Specified head boundaries (Dirichlet conditions) Hydraulic head is given for the boundary Specified flow boundaries (Neumann conditions) Flux (derivation of head) across the boundary is given. A no-flow boundary has a flux of zero Head-dependent flow boundaries (Cauchy or mixed conditions) Flux is dependent on the hydraulic head The general-head boundary in MODFLOW

Typical head boundaries

Prepared by: Amr A. El-Sayed, CEE VT

34

GROUNDWATER

Hydraulic boundaries

Designing the boundaries in the Conceptual and Numerical Model Use physical boundaries whenever possible. Tend to be more stable with time. Try to use a lower impermeable hydrostratigraphic unit as the lower boundary. Usually a 2 order of magnitude difference in K. If the flux out of the lower unit is known use it instead. Deep fluxes are rarely know. Can estimate fluxes using Darcy's Law. When using hydraulic boundaries Try to find regional ground-water divides. Be sure to determine how the boundary changes with time. Divides for local and intermediate flow systems likely to be transient. If simulating short times, local and regional divides may be sufficient. Most models are a mix of all types of boundaries. Can't use all specified flux boundaries. Must have a specified head for initial difference calculation. Needs a specified head for reference. Specified head boundaries supply unlimited flux. May want to use specified head first, then change to specified flux. Determine influence of head on flux. If there is no difference then the model is insensitive

Prepared by: Amr A. El-Sayed, CEE VT

35

GROUNDWATER

Figure 10-4. Boundary conditions for a groundwater basin (Anderson and Woessner Fig. 4.3). (a) A groundwater basin with no-flow boundaries along its perimeter, EABCD, and a specified flow boundary along ED that represents underflow from the basin. A constant-head boundary node might be specified at point x to represent the head of the river. (b) Representation of the river system in a two-dimensional profile or full three-dimensional model by representing the river as anode within the grid. The head of the river node is specified to be equal to the stream stage. (c) The use of leakage conditions to simulate the partially penetrating river system. The river is not represented within the grid but leakage is simulated as a head-dependent condition. River stages and the vertical hydraulic conductivity and thickness of riverbed stages are assigned. The head in the aquifer below the stream is calculated by the model based on leakance of the riverbed sediments and the head difference between the stream and the aquifer.

Figure 10-5. Block-centered finite difference grid (After Anderson and Woessner Fig. 4.6). (a) Flux boundaries correspond to the edges of the boundary cells and constant-head boundaries pass through the nodes (adapted from McDonald and Harbaugh, 1988). (b) Representation of fluxes. Volumes of water are placed into the block or extracted from the block using wells (Q), areal recharge, or leakage (Rxy or Uyz). Locating non-physical boundaries 1. Distant boundaries Simply locate the boundary far from the area of interest so as to minimally affect solution. Large stresses can impact near boundaries. Cone of depression may extend to boundary - Well removes too much water too close to boundary Prepared by: Amr A. El-Sayed, CEE VT 36

GROUNDWATER
- Cone of depression not big enough Stream recharge may extend to boundary May want to use variable grid spacing for distant boundaries Hydraulic boundaries "Artifical" boundaries May have the ground-water flow system defined by the streamlines of a contaminant plume. Can derive from water table or potentiometric surface maps Typically used to define profile model boundaries.

2.

Telescopic mesh refinement A process of defining boundaries for successively smaller active model areas. 1) Use a coarse grid to simulate a regional aquifer 2) Refine grid size and spacing for smaller area 3) Use fluxes calculated from regional model as boundary conditions for smaller area. 4) Repeat steps 1 to 3 as necessary.

Telescopic mesh refinements

Prepared by: Amr A. El-Sayed, CEE VT

37

GROUNDWATER
Simulating Boundaries

Anderson & Woessner, pp. 106-121

Specified Head Boundaries Set the head at the boundary = to a known head Remember the rule of Head on boundary - Finite element and mesh-centered finite diff Head on node - Block centered finite diff In 2-D areal models Heads represent fully penetrating surface water bodies or Vertically averaged head in aquifer at the boundary

Figure 11-1. Block-centered finite difference grid (Anderson and Woessner Fig. 4.6). (a) Flux boundaries correspond to the edges of the boundary cells and constant-head boundaries pass through the nodes (adapted from McDonald and Harbaugh, 1988). (b) Representation of fluxes. Volumes of water are placed into the block or extracted from the block using wells (Q), areal recharge, or leakage (Rxy or Uyz). In 3-D models Specified head usually represents water table or water body in layer 1. Examine the example shown in Figure 11.1. In figure 11-2 specified heads are used to represent a surface water body. In figures 11-3 through 11-5 specified heads are used to represent a bay. The boundary location varies with layer in Figures 11-3 through 11-5. Note A specified head represents an unlimited supply of water You can get recharge or discharge across the boundary without changing the head Might need to use some type of mixed boundary condition Let flux be dependent on the head at the boundary, or, change the heads on the boundaries during the simulation Specified Flux Used to describe flow across a boundary Surface water bodies Prepared by: Amr A. El-Sayed, CEE VT 38

GROUNDWATER
Springs/seeps Underflow figure 11-6 Leakage out of bottom of model figure 11-7 Remember example of telescopic mesh refinement Often times, you may need to use the specified flows for calibration Stream gain/loss (baseflow) Spring discharge Tile drainage

Tile drainage figure Sometimes, a finer grid spacing is needed around a specified head Especially can be a problem with rivers in a large, coarse regional model.

In MODFLOW and FLOWPATH and other models Simulate a specified flux with a "well" either discharging or recharging water Must assume that the flow is evenly distributed throughout the model cell/element Typically, models allow areal, surface recharge to be input as a rate (L/T)

L 2 L3 L = T T
Head-Dependent Flow These boundaries are used when the head across the boundary is dependent on head on each side of the boundary. Typically, you specify the head on one side of boundary and the model calculates the head on the other side dependent on a conductance term For instance, the leakage out of a stream is dependent on Hydraulic conductivity of stream Thickness of streambed Head difference between stream and aquifer Darcy's Law!!!

Prepared by: Amr A. El-Sayed, CEE VT

39

GROUNDWATER
Application of FDM Method to Ground-Water Flow Problems Two-dimensional steady-state confined flow problem As an example of a groundwater model involving Laplaces equation and suitable boundary conditions, we present a regional groundwater problem described by Toth (1962). He was able to draw conclusions about the configuration of regional groundwater systems by using a mathematical model. Figure (##) represents a cross section through a small watershed bounded on one side by a topographic high, which marks a regional groundwater divide, and on the other side by a major stream, which is a groundwater discharge area and marks another regional groundwater divide. The aquifer is assumed to consist of homogeneous, isotropic, porous material underlain by impermeable rock. We first consider the boundary conditions. The left and right groundwater divides can be represented mathematically as impermeable, no-flow boundaries. Although no physical barrier exists, a groundwater divide has the same effect as an impermeable barrier because no groundwater crosses it. Groundwater to the right of the valley bottom discharges at point A, and groundwater on either side of the topographic high flows away from point B. The lower boundary is also a no-flow boundary because the impermeable basement rock forms a physical barrier to flow. The upper boundary of the mathematical model is the horizontal line AB' even though the water table of the physical system lies above AB'.

Fig ( ), Schematic representation of the boundaries of a two-dimensional regional groundwater system, after Wang.

qx = K qy = K

h =0 x

h =0 x h =0 y

h =0 y

2h 2h + =0 x 2 y 2

Prepared by: Amr A. El-Sayed, CEE VT

40

GROUNDWATER
Thus the rectangular problem domain of the mathematical model is an approximation to the actual shape of the saturated flow region. Along the boundary AB', the head is taken to be equal to the height of the water table, and the water table configuration is considered to be a straight line. Toth (1962, 1963) finds that this mathematical model is a realistic representation of the general configuration of the flow system where the topography is subdued and the water table slope is gentle. Toth (1963) also uses a more general expression for the configuration of the water table in a region of gently rolling topography. We must express the boundary conditions shown in Figure (##) in mathematical terms. The coordinate system is defined in Figure (##).

y
cs y=y
0

h = cx + y

h =0 x
qx = 0

2h 2h =0 + x2 y 2

h =0 x
qx = 0

y=0 x=0

h =0 y

qy = 0

x=s

An equation is required for each boundary. Consider the upper boundary first. The boundary is located at y = yo for x ranging from 0 to s. The distribution of head along this boundary is assumed to be linear. The equation for a linear variation such that h(0, yo) = yo is h(x, yo) = cx + yo for 0 x s, where c is the slope of the water table. The specification of head along the upper boundary makes it a Dirichlet boundary condition. The other three boundary conditions are for no-flow boundaries. Darcy's law relates flow to gradient of head. Along a vertical, no-flow boundary, qx = 0 implies

h h = 0 , and along a horizontal, no-flow boundary, qy = 0, implies =0. x y

Prepared by: Amr A. El-Sayed, CEE VT

41

GROUNDWATER
First, we discretize the domain using evenly-spaced nodes in both directions so that: x = y = 20 m NX = 13 NY = 7

i
1 2 y = 20 m 3
i, j-1 i-1, j i, j i, j+1 i+1, j

10

11

12

13

4 5 6 7

x = 20 m

at real nodes, (h) is known or calculated. Fictitious nodes are used to specify no-flow boundary condition. Write the FD approximation to the PDE for an interior node i,j (blue).

2h 2h + =0 x 2 x 2
hi 1, j 2 hi , j + hi +1, j x
for
2

hi , j 1 2 hi , j + hi , j +1 x 2

=0

x = y , hi 1, j + hi +1, j + hi , j 1 + hi , j +1 4 hi , j = 0

Write the FD approximation to the PDE for a no-flow boundary node (red).

FORTRAN Example (Point Iterative Solution)

Dimension Statement H(i, j) Read or Set Input Parameters NX = 13 DX = 20.0

H(13, 7), and it can be more than those values, but not less.

Initialize all H(i, j) Values to be 100

DO J=2,NY-1 Prepared by: Amr A. El-Sayed, CEE VT 42

GROUNDWATER
DO I=2,NX-1 H(I,J) = 100.0 ENDDO ENDDO Set Constant-Head Boundary:

H(I, 1) = 100 + 0.02*DX *(I-2) Set Left, Right and Bottom No-Flow Boundary Solve for Unknown Nodes and Calculate Error

DO J=2,NY-1 DO I=2,NX-1 . H(I,J) = (H(I-1,J) + H(I+1,J) + H(I,J-1) + H(I,J+1))/4 . ENDDO ENDDO Determine if Maximum Error is Acceptable If YES, then end program If NO, revise estimates for h and repeat solution procedure

One-dimensional, transient, confined groundwater flow

FORTRAN Example (Direct Solution using Thomas Algorithm): Dimension Statement Read or Set Input Parameters NX = 11 DX = 10.0 DT = 5.0 N = NX - 2 Set initial conditions for all H(I) to be 11 DO I=2,NX-1 HOLD(I) = 11.0 ENDDO Set constant-head boundary values Define matrix constants: a, b, c Begin Time Steps DO N=1,NT DO I=2,NX-1 D(I-1) = . ENDO CALL TRIDIA(N)

DO I=2,NX-1 HNEW(I) = X(I-1) ENDO . DO I=2,NX-1 HOLD(I) = HNEW(I) ENDDO ENDDO Prepared by: Amr A. El-Sayed, CEE VT 43

GROUNDWATER

The Main program calls the Subroutine TRIDIA, passing the variable N (N = number of unknown nodes). The variables A, B, C, X, and F are calculated in the Main program and are passed using the COMMON command.

Prepared by: Amr A. El-Sayed, CEE VT

44

GROUNDWATER

Reference
Boundary Conditions

American Society for Testing and Materials (ASTM), Standard Guide for Defining Boundary Conditions in Ground-Water Flow Modeling. ASTM Standard D 5609-94, 4 p. Franke, O.L., Reilly, T.E., and Bennett, G.D., 1987, Definition of Boundary and Initial Conditions in the Analysis of Saturated Ground-Water Flow Systems - An Introduction. U.S. Geological Survey Techniques of Water-Resources Investigations, Book 3, Chapter B5, 15 p.
Conceptual Model Development

ASTM, Standard Guide for Developing Conceptual Site Models for Contaminated Sites. ASTM Standard E 1689-95, 8 p.

Fate and Transport Processes

Anderson, M.P., 1984, Movement of Contaminants in Groundwater: Groundwater TransportAdvection and Dispersion: in Groundwater Contamination, Studies in Geophysics. National Academy Press, Washington D.C., pp. 429-437. Bredehoeft, J.D., and Pinder, G.F., 1973, Mass Transport in Flowing Groundwater. Water Resources Research, Vol. 9, pp. 194-210. Cherry, J.A., Gillham, R.W., and Barker, J.F., 1984, Contaminants in Groundwater: Chemical Process, in Groundwater Contamination, Studies in Geophysics. National Academy Press, Washington D.C., pp. 46-63. Knox, R.C., Sabatini, D.A., and Canter, L.W., 1993, Subsurface Transport and Fate Processes. Lewis Publishers, Boca Raton, Florida, 430 p.
Groundwater Flow Processes

Bennett, G.D., 1976, Introduction to Ground-Water Hydraulics - A Programmed Text for SelfInstruction, Techniques of Water-Resources Investigations of the United States Geological Survey, Book 3, Chapter B2, 172 p. Franke, O.L., G.D. Bennett, T.E. Reilly, R.L. Laney, H.T. Buxton, and R.J. Sun, 1991, Concepts and Modeling in Ground-water Hydrology - A Self-Paced Training Course. U.S. Geological Survey OpenFile Report 90-707. Freeze, R.A., and P.A. Witherspoon, 1966, Theoretical Analysis of Regional Groundwater Flow: 1.
Prepared by: Amr A. El-Sayed, CEE VT 45

GROUNDWATER

Analytical and Numerical Solutions to the Mathematical Model, Water Resources Research, Vol. 2, No. 4, pp. 641-656. _____ , 1967, Theoretical Analysis of Regional Groundwater Flow: 2. Effect of Water-Table Configuration and Subsurface Permeability Variation, Water Resources Research, Vol. 3, No. 2, pp. 623-634.
Groundwater Modeling

ASTM, Standard Guide for Application of a Ground-Water Flow Model to a Site-Specific Problem. ASTM Standard D 5447-93, 6 p. _____, Standard Guide for Subsurface Flow and Transport Modeling. ASTM Standard D 5880-95, 6 p. Anderson, M.P. and W.W. Woessner, 1992, Applied Groundwater Modeling. Academic Press, Inc., San Diego, CA., 381 p. Bear, J., and A. Verruijt, 1987, Modeling Groundwater Flow and Pollution. D. Reidel Publishing Company, 414 p. Franke, O.L., Bennett, G.D., Reilly, T.E., Laney, R.L., Buxton, H.T., and Sun, R.J., 1991, Concepts and Modeling in Ground-Water Hydrology -- A Self-Paced Training Course. U.S. Geological Survey Open-File Report 90-707. Kinzelbach, W., 1986, Groundwater Modeling: An Introduction with Sample Programs in BASIC. Elsevier, New York, 333 p. McDonald, M.G. and A.W. Harbaugh, 1988, A Modular Three-Dimensional Finite-Difference GroundWater Flow Model, USGS TWRI Chapter 6-A1, 586 p. Pinder, G.F., and J.D. Bredehoeft, 1968, Application of the Digital Computer for Aquifer Evaluation, Water Resources Research, Vol. 4, pp. 1069-1093. Wang, H.F. and M.P. Anderson, 1982, Introduction to Groundwater Modeling. W.H. Freeman and Company, San Francisco, CA, 237 p.
Initial Conditions

ASTM, Standard Guide for Defining Initial Conditions in Ground-Water Flow Modeling. ASTM Standard D 5610-94, 2 p. Franke, O.L., Reilly, T.E., and Bennett, G.D., 1987, Definition of Boundary and Initial Conditions in the Analysis of Saturated Ground-Water Flow Systems - An Introduction. U.S. Geological Survey Techniques of Water-Resources Investigations, Book 3, Chapter B5, 15 p.

Prepared by: Amr A. El-Sayed, CEE VT

46

GROUNDWATER
Model Calibration and History Matching

ASTM, Standard Guide for Calibrating a Ground-Water Flow Model Application. ASTM Standard D 5918-96, 6 p. _____ , Standard Guide for Comparing Ground-Water Flow Model Simulations to Site-Specific Information. ASTM Standard D 5490-93, 7 p.

Bredehoeft, J.D., and Konikow, L.F., 1993, Ground-Water Models: Validate or Invalidate. Ground Water, Vol. 31, No. 2, p. 178-179. Fryberg, D.L., 1988, An Exercise in Ground-Water Model Calibration and Prediction, Ground Water, Vol. 26, No. 3, pp. 350-360. Hill, M.C., 1998, Methods and Guidelines for Effective Model Calibration. U.S. Geological Survey Water-Resources Investigation Report 98-4005, 90 p. Konikow, L.F., 1978, Calibration of Ground-Water Models, in Verification of Mathematical and Physical Models in Hydraulic Engineering. American Society of Civil Engineers, New York, p.87-93.

Model Documentation

ASTM, Standard Guide for Documenting a Ground-Water Flow Model Application. ASTM Standard D 5618-94, 4 p.
Particle Tracking

Pollack, D.W., 1989, Documentation of Computer Programs to Compute and Display Pathlines using Results from the U.S. Geological Survey Modular Three-Dimensional Finite-Difference Ground-Water Flow Model, USGS Open File Report 89-391,188 p. Pollack, D.W., 1988, Semianalytical Computation of Path Lines for Finite Difference Models. Ground Water, Vol. 26, No. 6, 1988, pp. 743-750. Shafer, J.M., 1987, Reverse Pathline Calculation of Time-Related Capture Zones in Nonuniform Flow. Ground Water, Vol. 25, No. 3, 1987, pp. 283-289. Zheng, C., 1991, PATH3D, A Ground-Water Path and Travel-Time Simulator, User's Manual, S.S. Papadopulos & Associates, Inc. Bethesda, MD, 50 p.

Prepared by: Amr A. El-Sayed, CEE VT

47

GROUNDWATER
Predictive Simulations

Fryberg, D.L., 1988, An Exercise in Ground-Water Model Calibration and Prediction, Ground Water, Vol. 26, No. 3, pp. 350-360. Gleeson, T.A., 1967, On Theoretical Limits of Predictability. Journal of Meteorology, Vol. 6, No. 2, p. 213-215.
Sensitivity Analysis

ASTM, Standard Guide for Conducting a Sensitivity Analysis for a Ground-Water Flow Model Application. ASTM Standard D 5611-94, 5 p.

Solute Transport Modeling

Anderson, M.P., 1979, Using models to simulate the movement of contaminants through groundwater flow systems. CRC Critical Review in Environmental Control, No. 9, pp. 97-156. Anderson, M.P. and W.W. Woessner, 1992, Applied Groundwater Modeling. Academic Press, Inc., San Diego, CA., 381 p. ASTM, Standard Practice for Evaluating Mathematical Models for the Environmental Fate of Chemicals. ASTM Standard E 978-92, 8 p. _____, Standard Guide for Subsurface Flow and Transport Modeling. ASTM Standard D 5880-95, 6 p. Bear, J., and A. Verruijt, 1987, Modeling Groundwater Flow and Pollution. D. Reidel Publishing Company, 414 p. Konikow, L.F. and Grove, D.B., 1977, Derivation of Equations Describing Solute Transport and Dispersion in Ground Water. U.S. Geological Survey Water-Resources Investigations 77-19, 30 p. Reilly, T.E., Franke, O.L., Buxton, H.T. and G.D. Bennett, 1987, A Conceptual Framework for Ground-Water Solute-Transport Studies with Emphasis on Physical Mechanisms of Solute Movement. U.S. Geological Survey Water-Resources Investigation Report 87-4191, 44 p. Wang, H.F. and M.P. Anderson, 1982, Introduction to Groundwater Modeling. W.H. Freeman and Company, San Francisco, CA, 237 p. Zheng, C., 1990, MT3D: A Modular Three-Dimensional Transport Model for Simulation of Advection, Dispersion, and Chemical Reactions of Contaminants in Ground-Water Systems, U.S. EPA, R.S. Kerr Environmental Research Laboratory, Ada, Oklahoma, 170 p.

Prepared by: Amr A. El-Sayed, CEE VT

48

GROUNDWATER

Zheng, C., and G.D. Bennett, 1995, Applied Contaminant Transport Modeling. Van Nostrand Reinhold, New York, 440 p.

Prepared by: Amr A. El-Sayed, CEE VT

49

You might also like