Exam 1 Study Guide
This exam (and study guide) covers everything from the beginning of the course to the MODFLOW Overview topic (MODFLOW Case Studies, Part 2 Lecture).
Outline of Main Concepts
1. Fundamentals of Groundwater Modeling
- Types of Models:
- Predictive: Used to forecast aquifer behavior in response to hypothetical future scenarios (e.g., land use changes, new wells).
- Interpretive (Forensic): Used to gain a better understanding of an aquifer or analyze past events (e.g., contaminant spill litigation).
- Generic: Based on simple, classical cases rather than real systems, used for academic and learning purposes.
- Core Principles:
- Parsimony: Keeping a model simple enough to be manageable but complex enough to be useful. Start simple and add complexity as needed.
- Famous Quotes:
- "…all models are approximations. Essentially, all models are wrong, but some are useful." - George E.P. Box
- "...scientific models is their tendency to take over, and sometimes supplant, reality." - Erwin Chargaff
2. The Model Development Protocol (Anderson & Woessner, 1992)
- Step 1: Define Purpose of Model: Establish objectives, required accuracy, available budget, and how answers will be used.
- Step 2: Conceptual Model Development: Create a high-level description of the system, including aquifer units, boundaries, sources, and sinks. Involves characterizing hydrogeologic units (HGUs) and developing a water budget.
- Step 3: Code Selection: Choose the appropriate numerical code (e.g., MODFLOW), considering the processes to be modeled and code verification.
- Step 4: Data Collection: Gather necessary data such as well logs, river stages, pumping data, maps, and observation well data.
- Step 5: Model Design: Construct the numerical model, including the grid (rows, columns, layers) and input files. Find a reasonable set of initial parameters.
- Step 6: Calibration: Modify input parameters (e.g., recharge, hydraulic conductivity) until model output matches field-observed values (heads, flows). May involve sensitivity analysis and automated tools like PEST.
- Step 7: Verification: Calibrate to multiple sets of observation data if possible.
- Step 8: Prediction: Alter the calibrated model to simulate future scenarios and make predictions. Can include stochastic analyses.
- Step 9: Postaudit: Review the model in later years to determine the accuracy of predictions and improve the model.
3. Hydraulic Head Concepts
- Pore Water Pressure (u): The pressure of water in the pore space of saturated soil or rock. u = h₂ × γw, where h₂ is the distance below the water table and γw is the unit weight of water.
- Total Head (h): Derived from Bernoulli's equation, it represents the total potential energy of the fluid. Groundwater flow only occurs when there is a difference in total head.
- Components of Total Head: h_total = h_el + h_vel + h_p
- Elevation Head (z): Distance above an arbitrary datum (e.g., sea level).
- Velocity Head (v²/2g): Generally neglected in groundwater problems due to very low velocities.
- Pressure Head (u/γw): The level to which water would rise in a piezometer.
- Simplified Equation for Groundwater: h = z + u/γw
- Components of Total Head: h_total = h_el + h_vel + h_p
- Principle of Flow: Water always flows from a point of higher total head to a point of lower total head.
4. Darcy's Law
- Fundamental Equation: Describes the flow of fluid through a porous medium.
- q = kA (h₁ - h₂) / L
- q = kiA, where i is the hydraulic gradient (Δh/L or -dh/ds).
- Key Terms:
- q: Volumetric flow rate [L³/T].
- k: Hydraulic conductivity [L/T].
- A: Gross cross-sectional area [L²].
- i: Hydraulic gradient [dimensionless].
- Velocities:
- Darcian Velocity (vd): vd = ki. It is the velocity as if water were flowing through the entire cross-sectional area (solids and voids).
- Seepage Velocity (vs): The actual velocity of water flowing through the voids. vs = vd / ne = ki / ne, where ne is the effective porosity.
- Permeability:
- Hydraulic Conductivity (k): Depends on both the fluid and the soil. Used in groundwater modeling.
- Intrinsic Permeability (K): Has units of [L²] and depends only on soil properties. Used in the petroleum industry. k = K × (γf / μ).
- Layered Systems:
- Flow Parallel to Layers: The equivalent hydraulic conductivity (keq) is the thickness-weighted arithmetic mean. keq = (Σ kiHi) / (Σ Hi).
- Flow Perpendicular to Layers: The equivalent hydraulic conductivity (keq) is the thickness-weighted harmonic mean. keq = (Σ Hi) / (Σ (Hi / ki)).
5. Darcy's Law in Multiple Dimensions
- Isotropic Medium: Hydraulic properties are the same in all directions (kx = ky).
- Anisotropic Medium: Hydraulic properties differ by direction (kx ≠ ky). Typically caused by bedding planes in geologic formations.
- Conductivity Tensor (Conductivity Matrix): A matrix that describes hydraulic conductivity in 2D or 3D space, including off-diagonal terms when the principal axes of permeability are not aligned with the coordinate axes (x, y, z).
- MODFLOW Assumption: MODFLOW assumes that the model's x, y, and z axes coincide with the principal axes of permeability, meaning the off-diagonal terms of the conductivity tensor are zero.
6. Governing Equations for Groundwater Flow
- Derivation Basis: Based on the conservation of mass (inflow - outflow = Δstorage + sources/sinks) and Darcy's Law.
- General 3D Equation (Principal Axes Aligned):
- kx(∂²h/∂x²) + ky(∂²h/∂y²) + kz(∂²h/∂z²) = Ss(∂h/∂t) - R
- Ss is specific storage, representing the change in stored mass.
- R represents sources and sinks.
- Laplace Equation: A simplified form for steady-state, homogeneous, isotropic conditions with no sources/sinks: ∂²h/∂x² + ∂²h/∂y² + ∂²h/∂z² = 0.
- 2D Areal Flow Equations:
- Confined Aquifer: Uses Transmissivity (T = bk), where b is aquifer thickness. Tx(∂²h/∂x²) + Ty(∂²h/∂y²) = 0.
- Unconfined Aquifer: Uses the Dupuit assumptions (flow is horizontal). The equation involves h² instead of h. kx(∂²h²/∂x²) + ky(∂²h²/∂y²) = 0.
7. MODFLOW Overview
- Developer and History: Developed by the USGS in 1983; it is public domain, open-source, and the most widely used groundwater model.
- Structure:
- Uses a cell-centered, Cartesian grid (rows, columns, layers) for its finite-difference formulation. MODFLOW-USG allows for unstructured grids.
- Organized into Processes (major tasks) and Packages (specific tasks).
- Key Processes:
- Global Process: Defines spatial/temporal discretization, units, and package selection.
- Groundwater Flow Process: Formulates and solves the flow equation; includes flow packages, source/sink packages, and solvers.
- Observation Process: Used for model calibration.
- Required Packages:
- Discretization (DIS): Defines grid geometry (rows, columns, layers).
- Basic (BAS): Defines active/inactive cells (IBOUND array) and starting heads.
- Output Control (OC): Manages output file contents.
- Flow Package (LPF, BCF, etc.): Defines aquifer properties like hydraulic conductivity (K) and specific storage (Ss). The Layer Property Flow (LPF) package is most common.
- Solver (PCG, SIP, etc.): An algorithm to solve the system of equations. The Preconditioned Conjugate-Gradient (PCG) solver is a common default.
- Common Optional Packages:
- WEL (Well): Simulates extraction or injection wells with a specified flow rate (Q).
- RCH (Recharge): Simulates recharge from precipitation.
- DRN (Drain): Simulates features like agricultural drains or springs that remove water when the head is above a certain elevation.
- RIV (River): Simulates flow between the aquifer and a river, which can be gaining or losing.
- GHB (General-Head Boundary): Simulates features like lakes or reservoirs with a specified external head and a conductance term.
- HFB (Horizontal Flow Barrier): Simulates low-permeability barriers like faults or slurry walls.
- EVT (Evapotranspiration): Simulates water loss when the water table is near the surface.
Review Questions
True/False Questions
-
A "generic model" is used to make predictions for a specific, real-world aquifer system.
False. A generic model is based on a simple classical case, not a real system, and is used for academic purposes.
-
The principle of parsimony suggests that a groundwater model should always be made as complex as possible to ensure accuracy.
False. Parsimony means keeping the model simple enough to be manageable, yet complex enough to be useful.
-
In groundwater modeling, the velocity head component of total head is typically neglected.
True. Groundwater velocities are usually very low, making the velocity head term (v²/2g) negligible.
-
Groundwater always flows from a point of higher pore pressure to a point of lower pore pressure.
False. Groundwater flows from a point of higher total head to a point of lower total head, which is a combination of elevation head and pressure head.
-
Seepage velocity is always less than Darcian velocity.
False. Seepage velocity is the actual velocity through the pores and is greater than Darcian velocity, as it is calculated by dividing the Darcian velocity by the effective porosity (vs = vd / ne).
-
The Laplace Equation is used to solve for transient flow conditions with multiple sources and sinks.
False. The Laplace Equation is a simplified form of the governing equation for steady-state, homogeneous, isotropic conditions with no sources or sinks.
-
Transmissivity (T) is a property used in the governing equation for unconfined aquifers.
False. Transmissivity (T = bk) is used in the governing equation for confined aquifers, where the saturated thickness (b) is constant.
-
A hydrogeologic unit (HGU) is always equivalent to a single geologic unit.
False. A hydrogeologic unit is a zone with common hydraulic properties and may include multiple geologic units.
-
In MODFLOW, the IBOUND array is used to define hydraulic conductivity for each cell.
False. The IBOUND array is used in the Basic (BAS) package to define which cells are active (1), inactive (0), or have a specified head (-1).
-
The MODFLOW River (RIV) package can only simulate rivers that lose water to the aquifer.
False. The River package can simulate both losing rivers (river to aquifer) and gaining rivers (aquifer to river), depending on the relative heads.
-
The MODFLOW Drain (DRN) package is defined as a one-way sink such that if the hydraulic head (\(H_{ijk}\)) in the aquifer cell is below the drain elevation (\(D_{elev}\)), the resulting flow rate (\(Q\)) between the aquifer and the drain is calculated as zero.
True. The drain package is a one-way feature that is always a sink, meaning it can only pull water out of the aquifer. If the water table (head) drops below the drain elevation, the flow rate is simply zero, and the drain has no impact.
-
Intrinsic permeability (K) depends on the properties of both the fluid and the soil.
False. Intrinsic permeability (K) is based on soil properties only. Hydraulic conductivity (k) depends on both.
-
For flow perpendicular to layers in a stratified system, the equivalent hydraulic conductivity is the arithmetic mean of the individual layer conductivities.
False. For perpendicular flow, the equivalent hydraulic conductivity is the harmonic mean. For parallel flow, it is the arithmetic mean.
-
A key assumption in MODFLOW's governing equation is that the x, y, and z axes coincide with the principal axes of permeability, eliminating off-diagonal terms in the conductivity tensor.
True. This assumption simplifies the governing equation solved by MODFLOW.
-
A negative pumping rate (Q) in the MODFLOW Well (WEL) package indicates an injection well.
False. A negative Q signifies an extraction well (water leaving the aquifer), while a positive Q signifies an injection well.
Multiple Choice Questions
-
A model built to analyze a past contaminant spill to determine travel time would be classified as which type?
A) Predictive
B) Generic
C) Interpretive
D) Stochastic
Answer: C) Interpretive. Interpretive models are used to gain a better understanding of an aquifer or analyze past events. -
Which step in the model development protocol involves modifying input parameters until model output matches field observations?
A) Model Design
B) Calibration
C) Verification
D) Postaudit
Answer: B) Calibration. This is the definition of the calibration process. -
The total head (h) in groundwater systems is best described as the sum of:
A) Elevation head and velocity head
B) Pressure head and velocity head
C) Pore pressure and elevation head
D) Elevation head and pressure head
Answer: D) Elevation head and pressure head. Velocity head is generally neglected. -
Darcy's Law states that the volumetric flow rate (q) is inversely proportional to the:
A) Hydraulic conductivity
B) Cross-sectional area
C) Length of the flow path
D) Hydraulic gradient
Answer: C) Length of the flow path. The length term (L) is in the denominator of the equation q = kA Δh / L. -
What is the primary assumption used to simplify the 3D governing equation for 2D areal flow in an unconfined aquifer?
A) The Dupuit assumptions
B) The Laplace assumption
C) The Isotropic assumption
D) The Darcy assumption
Answer: A) The Dupuit assumptions. These assumptions state that flow is primarily horizontal, simplifying the problem. -
Which MODFLOW package is used to define aquifer properties like horizontal and vertical hydraulic conductivity?
A) Basic (BAS) Package
B) Well (WEL) Package
C) Solver (PCG) Package
D) Layer Property Flow (LPF) Package
Answer: D) Layer Property Flow (LPF) Package. The LPF package defines aquifer properties. -
A value of -1 in the IBOUND array signifies a cell that is:
A) Inactive
B) Active with a calculated head
C) A specified head (constant head) boundary
D) A no-flow boundary
Answer: C) A specified head (constant head) boundary. -
The term for a zone that exhibits common hydraulic properties and may include multiple geologic units is:
A) An aquifer
B) A hydrogeologic unit (HGU)
C) A bedding plane
D) An isotropic medium
Answer: B) A hydrogeologic unit (HGU). -
If a soil has a Darcian velocity of 0.5 ft/day and an effective porosity of 0.25, what is the seepage velocity?
A) 0.125 ft/day
B) 0.5 ft/day
C) 1.0 ft/day
D) 2.0 ft/day
Answer: D) 2.0 ft/day. vs = vd / ne = 0.5 / 0.25 = 2.0 ft/day. -
Which physical feature would be best simulated using the Horizontal Flow Barrier (HFB) package?
A) A pumping well
B) An agricultural drain
C) A geological fault
D) A lake
Answer: C) A geological fault. The HFB package is used for low-permeability barriers like faults. -
The governing equation solved by MODFLOW is derived from Darcy's Law and what other fundamental principle?
A) Conservation of Energy
B) Conservation of Mass
C) Bernoulli's Principle
D) Newton's Second Law
Answer: B) Conservation of Mass. The derivation starts with inflow - outflow = Δstorage + sources/sinks. -
The conductance term used in packages like Drain (DRN) and River (RIV) is derived by lumping which terms from Darcy's Law?
A) k, A, and L
B) k, A, and Δh
C) A, L, and Δh
D) k, L, and Δh
Answer: A) k, A, and L. Conductance (C) is defined as kA/L. -
A model that uses rows, columns, and layers is based on which type of grid?
A) Unstructured Grid
B) Finite Element Grid
C) Cartesian Grid
D) Radial Grid
Answer: C) Cartesian Grid. This is the standard grid structure for most versions of MODFLOW. -
The River (RIV) package can simulate a "disconnected river" when:
A) The head in the cell is above the river stage.
B) The head in the cell is between the river stage and the river bottom.
C) The head in the cell is below the elevation of the river bottom sediments.
D) The river conductance is zero.
Answer: C) The head in the cell is below the elevation of the river bottom sediments. -
What does the "M" in MODFLOW stand for?
A) Modular
B) Model
C) Matrix
D) Mass
Answer: A) Modular. The idea is that different components (packages) can be plugged in as needed. -
In the Evapotranspiration (EVT) package, the ET rate is at its maximum when the head is:
A) Below the extinction depth.
B) At the extinction depth.
C) Between the ET surface and the extinction depth.
D) At or above the ET surface.
Answer: D) At or above the ET surface. -
Which of these is NOT a required package in a MODFLOW simulation?
A) Basic (BAS) Package
B) Solver Package
C) Well (WEL) Package
D) Flow Package (e.g., LPF)
Answer: C) Well (WEL) Package. The WEL package is optional and used only if wells are present in the model. -
The equivalent hydraulic conductivity for a layered system with flow parallel to the layers is calculated using the:
A) Arithmetic mean
B) Geometric mean
C) Harmonic mean
D) Median
Answer: A) Arithmetic mean. It is the thickness-weighted arithmetic mean. -
A "postaudit" is performed:
A) Before calibration to check the conceptual model.
B) During data collection to verify sources.
C) After a prediction is made, to check its accuracy against new data.
D) Immediately after the model is built, before running any simulations.
Answer: C) After a prediction is made, to check its accuracy against new data. It is used to review the model in later years. -
The General-Head Boundary (GHB) package is most often used to simulate:
A) Faults
B) Pumping wells
C) Lakes and reservoirs
D) Recharge from precipitation
Answer: C) Lakes and reservoirs.
Short Answer Questions
-
List the three main types of groundwater models and briefly describe the purpose of each.
Answer:
- Predictive: Used to make predictions about aquifer behavior based on hypothetical future scenarios.
- Interpretive: Used to gain a better understanding of an aquifer or to analyze past events.
- Generic: Used for academic purposes, based on a simple classical case rather than a real system.
-
What are the nine steps of the model development protocol as adapted from Anderson & Woessner (1992)?
Answer: 1. Define purpose of model, 2. Conceptual model development, 3. Code selection, 4. Data collection, 5. Model design, 6. Calibration, 7. Verification, 8. Prediction, 9. Postaudit.
-
What is the simplified equation for total head in groundwater systems, and what do its components represent?
Answer: The equation is h = z + u/γw. The z term is the elevation head (distance above a datum), and the u/γw term is the pressure head.
-
Explain the difference between hydraulic conductivity (k) and intrinsic permeability (K).
Answer: Hydraulic conductivity (k) depends on both the properties of the fluid and the porous medium (soil/rock). Intrinsic permeability (K) depends only on the properties of the porous medium.
-
What are the Dupuit assumptions, and for what type of aquifer model are they used?
Answer: The Dupuit assumptions state that the hydraulic gradient is constant along a vertical line, which implies that flow is horizontal. They are used to simplify the governing equation for 2D areal flow in an unconfined aquifer.
-
What is a "source" and a "sink" in the context of a conceptual model? Provide two examples of each.
Answer: A source is a feature that adds water to the aquifer, while a sink removes water.
- Sources: Recharge (from precipitation), losing rivers.
- Sinks: Pumping wells, springs, gaining rivers, drains.
-
What is a "conductance" term in MODFLOW, and which three physical properties does it represent?
Answer: Conductance is a term that lumps together factors from Darcy's Law. It represents the hydraulic conductivity (k) of the material between the aquifer and the boundary, the cross-sectional area of flow (A), and the length of the flow path (L), as C = kA/L.
-
Describe the three possible flow conditions for a river simulated with the MODFLOW River (RIV) package based on the relative elevations of the cell head, river stage, and river bottom.
Answer:
- Gaining River: Cell head is above river stage; flow is from aquifer to river.
- Losing River: Cell head is below river stage but above the river bottom; flow is from river to aquifer.
- Disconnected River: Cell head is below the river bottom; flow is from river to aquifer, driven by the head difference between the stage and river bottom.
-
What are the four required packages (besides Discretization and Output Control) in a standard MODFLOW simulation?
Answer: The Basic (BAS) package, a Flow Package (like LPF), a Solver package (like PCG), and the Discretization (DIS) package. The source lists DIS, Basic, Output Control, a Flow Package, and a Solver.
-
What is a "water budget" or "flow budget" in conceptual modeling?
Answer: A water budget is an accounting of the total inflows and outflows for the site being modeled. It helps to characterize the direction of flow and quantify the inputs (e.g., recharge) and outputs (e.g., pumping, discharge to rivers).
-
What is the difference between a steady-state and a transient model?
Answer: A steady-state model simulates long-term average conditions where stresses (like pumping and recharge) do not change over time. A transient model simulates conditions where stresses and heads change over time.
Essay Questions
-
Explain why Hydraulic Conductivity (\(K\)) and Recharge (\(R\)) are typically considered the two most sensitive input parameters in a groundwater model. Describe the contrasting effects that increasing or decreasing each parameter has on the resulting shape and elevation of the simulated water table (head).
Answer: MHydraulic Conductivity (\(K\)) and Recharge (\(R\)) are consistently identified as the two parameters that have the greatest impact on a groundwater model's results, making the solution extremely sensitive to both. This high sensitivity arises because \(R\) represents the primary source of water entering the aquifer, and \(K\) dictates the facility with which the aquifer material can transmit that water. Recharge is directly proportional to the amount of head buildup. When the recharge rate is increased, it leads to more mounding and a higher water table elevation across the model domain. This occurs because more water is entering and backing up in the system. Conversely, if the recharge rate is reduced, the water table becomes more flat and exhibits less mounding relative to the fixed boundaries. The impact of hydraulic conductivity (\(K\)) on mounding is inverse. If \(K\) is increased, the aquifer becomes more permeable, allowing water to flow out to the boundaries more quickly. This results in a flatter water table. Conversely, if \(K\) is decreased, the aquifer is less permeable, causing the water entering via recharge to back up. This results in more mounding and a higher head elevation. In extreme cases, if \(K\) is too low, the calculated head can rise above the top elevation of the grid cells, leading to "flooded cells" in the simulation.
-
Explain the concept of total hydraulic head and its importance in driving groundwater flow. Re-derive the simplified head equation from its components and explain why the velocity head term is neglected.
Answer: Total hydraulic head is a measure of the total potential energy of groundwater at a specific point. Its fundamental importance is that differences in total head between two points create a hydraulic gradient, which is the driving force for groundwater flow. Water always moves from a location of higher total head to lower total head. The concept is derived from Bernoulli's equation, which considers the work done to move a unit mass of fluid. This work has three components: work done lifting the mass (potential energy, gz), work done changing kinetic energy ((vb² - va²)/2), and work done compressing the fluid (pressure-volume work, (ub – ua)/ρw). Summing these and dividing by gravity g to get units of length (head) yields the total head equation: h = z + v²/(2g) + u/γw. This consists of three components: elevation head (z), velocity head (v²/(2g)), and pressure head (u/γw). In typical groundwater problems, flow velocities are extremely low (e.g., 1x10⁻⁶ ft/sec). When these low velocities are squared and divided by 2g, the resulting velocity head is a minuscule, practically unmeasurable value (e.g., 1.6x10⁻¹⁴ ft). Therefore, it is standard practice to neglect the velocity head term, simplifying the equation for groundwater to h = z + u/γw.
-
Compare and contrast Darcian velocity and seepage velocity. Explain the role of porosity in their relationship and why seepage velocity is a more realistic measure of groundwater movement.
Answer: Darcian velocity (vd), also known as discharge velocity, is a fictitious velocity calculated from Darcy's Law (vd = ki). It represents the rate at which water would move if it were flowing through the entire gross cross-sectional area of the porous medium, including both the solid particles and the void spaces. It is a macroscopic, averaged flow rate. Seepage velocity (vs), on the other hand, is the actual, average velocity of water as it moves through the interconnected pore spaces (voids) of the medium. Because the water can only flow through the voids, the actual area of flow is much smaller than the gross area. Porosity, specifically effective porosity (ne), quantifies the fraction of the total volume that consists of interconnected voids capable of transmitting water. The relationship is vs = vd / ne. Since ne is always less than 1, the seepage velocity is always greater than the Darcian velocity. Seepage velocity is a more realistic measure because it reflects the true speed at which water and any dissolved contaminants are transported through the aquifer, which is crucial for applications like contaminant transport modeling and determining travel times.
-
Outline the process of developing a conceptual model. What are its key components, and what is the guiding principle of parsimony?
Answer: Developing a conceptual model is the second step of the modeling protocol and is one of the most critical stages. It involves creating a simplified, high-level representation of the real aquifer system before building the numerical model. The key components that must be identified and characterized are:
- Hydrogeologic Units (HGUs): Defining the principal layers or zones based on their hydraulic properties. This involves deciding on the number of layers (2D vs. 3D) and how to lump geologic units together.
- Boundary Conditions: Determining the lateral and vertical extent of the model and defining the conditions at these boundaries (e.g., no-flow from a bedrock outcrop, constant head from a large lake, or a head-dependent boundary like a river).
- Sources and Sinks: Identifying and locating all major features that add water to (sources) or remove water from (sinks) the aquifer. Examples include recharge, wells, drains, springs, and rivers.
- Water Budget: Developing an initial estimate of all inflows and outflows to understand the overall flow system and ensure mass balance.
The guiding principle throughout this process is parsimony. This principle dictates that the model should be kept complex enough to be useful and meet its objectives, but simple enough to be manageable. Overly complex models can be expensive, time-consuming, and difficult to calibrate, especially if sufficient data is not available to support the complexity. A common strategy is to start with a simple conceptual model and add complexity only as needed and justified by the data and modeling objectives.
-
Describe the organizational structure of MODFLOW, including processes and packages. List the required packages for a basic simulation and explain the function of each.
Answer: MODFLOW is designed with a modular structure. Major tasks are organized as processes, and more specific tasks within those processes are performed by packages. The main processes include the Global Process (for overall model setup), the Groundwater Flow Process (for solving the equations), and the Observation Process (for calibration). For a basic simulation, several packages are required:
- Discretization (DIS) Package: This package defines the model grid's spatial discretization, including the number of rows, columns, and layers, as well as their dimensions and elevations.
- Basic (BAS) Package: This package defines which cells in the grid are active, inactive, or have a specified head using the IBOUND array. It also sets the initial guess for the head values (starting heads) in each cell, which the solver uses to begin its iterative calculations.
- Flow Package (e.g., LPF - Layer Property Flow): This package defines the hydraulic properties of the aquifer material for each cell. This includes horizontal hydraulic conductivity (KH), vertical hydraulic conductivity (KV), and storage terms (like specific storage, Ss) for transient simulations.
- Solver Package (e.g., PCG - Preconditioned Conjugate-Gradient): This package contains the numerical algorithm used to solve the large set of simultaneous linear equations that the finite-difference method generates. Different solvers have different strengths, and the choice can affect model performance and convergence.
- Output Control (OC) Package: This package tells MODFLOW what simulation results (e.g., heads, cell-by-cell flows) to save to output files and at what frequency (e.g., at the end of which time steps or stress periods).
-
Explain how a river's interaction with an aquifer is simulated using the MODFLOW River (RIV) package. Describe the necessary input parameters and the three different flow conditions that can occur.
Answer: The River (RIV) package simulates the exchange of water between a river and the underlying aquifer. The interaction is modeled on a cell-by-cell basis for all grid cells that the river passes through. For each river cell, three key parameters must be provided:
- River Stage (HRIV): The elevation of the water surface in the river.
- Riverbed Conductance (CRIV): A parameter representing the ease with which water can flow through the river bottom sediments. It is calculated as kA/L, where k is the hydraulic conductivity of the sediments, A is the area of the riverbed in the cell, and L is the thickness of the sediments.
- River Bottom Elevation (RBOT): The elevation of the bottom of the riverbed sediments.
Based on these parameters and the calculated head in the aquifer cell (Hijk), three flow conditions are possible:
- Gaining River: If the aquifer head is higher than the river stage (Hijk > HRIV), water flows from the aquifer into the river. The flow rate is Q = CRIV × (HRIV - Hijk), resulting in a negative Q (a sink).
- Losing River: If the aquifer head is lower than the river stage but higher than the river bottom (RBOT < Hijk < HRIV), water flows from the river into the aquifer. The flow rate is calculated with the same equation, but now results in a positive Q (a source).
- Disconnected River: If the aquifer head drops below the river bottom elevation (Hijk < RBOT), the direct hydraulic connection is lost. Flow still percolates from the river to the aquifer, but the rate is no longer dependent on the aquifer head. Instead, it is driven by the head difference across the sediments: Q = CRIV × (HRIV - RBOT).
-
Discuss the simplification of the general 3D governing equation for groundwater flow into the 2D areal flow equations for both confined and unconfined aquifers. What new terms and assumptions are introduced for each case?
Answer: The general 3D governing equation describes flow in x, y, and z dimensions. For many regional aquifer problems, flow is primarily horizontal, allowing simplification to a 2D areal (plan view) model. The simplification differs for confined and unconfined aquifers.
For a confined aquifer, the saturated thickness, b, is constant. Assuming horizontal flow, the 3D equation is integrated over the vertical thickness. This introduces a new term called transmissivity (T), which is the product of hydraulic conductivity and saturated thickness (T = bk). Transmissivity represents the ability of the entire aquifer thickness to transmit water. The resulting 2D governing equation for steady-state flow is Tx(∂²h/∂x²) + Ty(∂²h/∂y²) = 0.
For an unconfined aquifer, the saturated thickness is variable and is equal to the head (h) itself (assuming the datum is the aquifer bottom). This makes the problem non-linear. To simplify it to 2D, the Dupuit assumptions are used. These assumptions state that for small water table gradients, flow is horizontal, and vertical flow components are negligible. Under these assumptions, a re-derivation based on Darcy's Law and conservation of mass leads to a governing equation where the variable is h² instead of h. The steady-state equation becomes (k/2)(∂²h²/∂x²) + (k/2)(∂²h²/∂y²) = 0. The key difference is that transmissivity is now a function of head (T = kh), and the equation is solved for h².
-
Compare and contrast the MODFLOW Well (WEL), Drain (DRN), and General-Head Boundary (GHB) packages. For each, describe what it simulates, its key input parameters, and whether it can act as a source, a sink, or both.
Answer:
- Well (WEL) Package: This package simulates wells. Its key input is a specified volumetric flow rate (Q) for a specific cell (i,j,k). It can be a source (injection well, positive Q) or a sink (extraction well, negative Q). The flow rate is constant and does not depend on the head in the aquifer.
- Drain (DRN) Package: This package simulates features like agricultural drains, seeps, or springs. Its key inputs are a drain elevation and a conductance. The drain removes water from the aquifer only when the head in the cell is above the drain elevation. The flow rate is head-dependent: Q = C × (Delev - Hijk). It can only act as a sink; if the head drops below the drain elevation, the flow becomes zero.
- General-Head Boundary (GHB) Package: This package is typically used to simulate large water bodies like lakes or reservoirs, which have a strong influence on the aquifer head but are separated by some resistance (e.g., lakebed sediments). Its key inputs are the head of the external source (e.g., lake stage) and a conductance. Flow between the boundary and the aquifer is head-dependent: Q = C × (Hsource - Hijk). It can act as both a source (if Hsource > Hijk) and a sink (if Hsource < Hijk).
-
Explain the concept of an anisotropic medium in hydrogeology. How is it represented mathematically in Darcy's Law for multiple dimensions, and what key assumption does MODFLOW make regarding anisotropy?
Answer: An anisotropic medium is one where hydraulic properties, specifically hydraulic conductivity, vary with direction. This is common in geology due to sedimentary layering or fractures, which often make it easier for water to flow horizontally along bedding planes than vertically across them. Mathematically, in multiple dimensions, this is represented using a conductivity tensor, which is a 3x3 matrix for 3D flow. For a general case where the principal axes of permeability (directions of maximum and minimum conductivity) are not aligned with the x, y, and z coordinate axes, the tensor will have non-zero off-diagonal terms. For example, the velocity in the x-direction (vx) would depend not only on the hydraulic gradient in the x-direction but also on the gradients in the y and z directions, multiplied by these off-diagonal conductivity terms (kxy, kxz). MODFLOW makes a key simplifying assumption: that the model's grid axes (x, y, and z) are aligned with the principal axes of permeability. This means the directions of maximum and minimum conductivity coincide with the grid orientation. As a result, all the off-diagonal terms in the conductivity tensor become zero. This simplifies Darcy's Law so that the velocity in each direction depends only on the gradient in that same direction (e.g., vx = -kxx(∂h/∂x)), greatly simplifying the governing equation that needs to be solved.
-
You have been tasked with building a groundwater model. Walk through the first five steps of the model development protocol, describing the key activities and decisions made in each step for a hypothetical agricultural area with a river and several pumping wells.
Answer: For a hypothetical agricultural area, the first five steps would be:
- Define Purpose: The purpose might be to predict the impact of proposed new irrigation wells on water levels and on the flow in the river. Key questions would be: How much will the water table drop? Will existing wells be impacted? Will the river start losing more water to the aquifer? The required accuracy might be moderate, and the budget would dictate the amount of data collection.
- Conceptual Model Development: I would sketch the system. The hydrogeologic units might be a single unconfined alluvial aquifer. The boundaries would be the river on one side (a head-dependent boundary), a groundwater divide on the opposite side (a no-flow boundary), and parallel flow lines on the other two sides (no-flow). Sources would be recharge from precipitation and irrigation return flow. Sinks would be the existing pumping wells and the river (which may be gaining or losing). I would develop an initial water budget.
- Code Selection: MODFLOW would be a safe and appropriate choice. It is widely accepted and has all the necessary packages (WEL, RIV, RCH) to simulate the features in the conceptual model.
- Data Collection: I would gather existing well logs to understand the aquifer thickness and material. I would collect historical pumping data for the existing wells (or estimate it based on crop water demand). River stage data would be needed from a nearby gauge. I would look for observation well data to see historical water level trends. Maps and aerial photos would define the geometry.
- Model Design: Using a GUI like GMS, I would construct a numerical grid covering the area. I would set the top and bottom elevations based on well logs. I would create the input files, assigning initial estimates for hydraulic conductivity and recharge. The river would be implemented with the RIV package, and the wells with the WEL package. The model would be ready for the first simulation run, leading into the calibration phase.
Workout Problems
Problem 1: Groundwater Travel Time Analysis in an Agricultural Field
Scenario:
A single-layer MODFLOW model simulating an agricultural field utilized agricultural drains on the left and right boundaries. Based on the initial model run, the following parameters were established or calculated:
- Hydraulic Conductivity (\(K\)): \(4 \text{ feet per day}\)
- Flow Distance (\(L\)): \(1000 \text{ feet}\) (representing the distance from the point of maximum head to the left drain). The total model length in the X direction was \(2,000 \text{ feet}\)
- Maximum Observed Head (\(H_{max}\)): \(3825.4 \text{ feet}\) (observed near the middle of the domain)
- Specified Head at Left Drain (\(H_{left}\)): \(3820 \text{ feet}\)
- Effective Porosity (\(n_e\)): Assume the effective porosity of the aquifer material is \(0.3\). (Note: Seepage velocity calculations require the effective porosity, as not all voids in the soil necessarily conduct flow)
Question:
Assuming steady-state, horizontal flow, calculate the estimated travel time (in days) for a parcel of water to move from the point of maximum head to the left agricultural drain.
Solution:
Travel time (\(t\)) is calculated using the distance (\(L\)) divided by the seepage velocity (\(v_s\)). The seepage velocity is derived from Darcy's law, specifically the relationship \(v_s = v_d / n_e\), where \(v_d\) is the Darcy velocity (\(v_d = K i\)) and \(n_e\) is the effective porosity.
- Calculate the Average Hydraulic Gradient (\(i\)):
The hydraulic gradient (\(i\)) is the change in total head (\(\Delta H\)) over the length of the flow path (\(\Delta L\)). We use the head difference between the point of maximum head (\(H_{max}\)) and the left drain (\(H_{left}\)) across the given distance (\(L\)).
\(i = \dfrac{\Delta H}{L} = \dfrac{H_{max} - H_{left}}{L} = \dfrac{3825.4 \text{ ft} - 3820 \text{ ft}}{1000 \text{ ft}} = \dfrac{5.4 \text{ ft}}{1000 \text{ ft}} = 0.0054\)Sh
- Calculate the Darcian Velocity (\(v_d\)):
Using Darcy's Law:
\(v_d = K \times i = 4 \text{ ft/day} \times 0.0054 = 0.0216 \text{ ft/day}\)
- Calculate the Seepage Velocity (\(v_s\)):
The seepage velocity accounts for the effective porosity:
\(v_s = \dfrac{v_d}{n_e} = \dfrac{0.0216 \text{ ft/day}}{0.3} = 0.072 \text{ ft/day}\)
- Calculate the Travel Time (\(t\)):
\(t = \dfrac{L}{v_s} = \dfrac{1000 \text{ ft}}{0.072 \text{ ft/day}} \approx 13889 \text{ days}\)
Answer: The estimated travel time for a parcel of water to move from the point of maximum head to the left agricultural drain is approximately 13,889 days (or about 38 years).
Problem 2: Equivalent Hydraulic Conductivity for Flow Parallel to Layering
When water flows parallel to the layering (e.g., horizontal flow in a typically deposited aquifer system), the head loss (hydraulic gradient, \(i\)) is considered the same through each layer.
Scenario:
A regional groundwater model is being developed for an area underlain by a three-layer aquifer system. The layering is horizontal, and the primary flow direction is assumed to be horizontal (parallel to the layers). The properties of the individual hydrogeologic units (\(H_i\) is thickness, \(K_i\) is hydraulic conductivity) are defined below:
| Layer | Thickness (\(H_i\)) | Hydraulic Conductivity (\(K_i\)) |
|---|---|---|
| 1 | 10 feet | 20 feet/day |
| 2 | 15 feet | 5 feet/day |
| 3 | 5 feet | 0.1 feet/day |
Question:
Calculate the equivalent horizontal hydraulic conductivity (\(K_H\) or \(K_{eq}\)) for this layered system, allowing the entire 30-foot thickness to be treated as a single hydrogeologic unit for horizontal flow calculations using Darcy's law.
Solution:
The equivalent hydraulic conductivity (\(K_{eq}\)) for flow parallel to the layering is found by summing the product of the individual layer conductivities and thicknesses, then dividing by the total thickness (\(\sum H_i\)):
\(K_{eq} = \dfrac{\sum_{i} K_i H_i}{\sum_{i} H_i}\)
- Calculate Total Thickness (\(\sum H_i\)):
\(H_{total} = 10 \text{ ft} + 15 \text{ ft} + 5 \text{ ft} = 30 \text{ ft}\)
- Calculate the Summation of \(K_i H_i\) (Transmissivity Contribution):
\(\sum K_i H_i = (20 \text{ ft/day} \times 10 \text{ ft}) + (5 \text{ ft/day} \times 15 \text{ ft}) + (0.1 \text{ ft/day} \times 5 \text{ ft})\)
\(\sum K_i H_i = 200 \text{ ft}^2/\text{day} + 75 \text{ ft}^2/\text{day} + 0.5 \text{ ft}^2/\text{day} = 275.5 \text{ ft}^2/\text{day}\)
- Calculate Equivalent Hydraulic Conductivity (\(K_H\)):
\(K_{H} = \dfrac{275.5 \text{ ft}^2/\text{day}}{30 \text{ ft}} \approx 9.183 \text{ ft/day}\)
Answer: The equivalent horizontal hydraulic conductivity (\(K_H\)) for the layered system is \(9.18 \text{ feet per day}\).
Problem 3: Equivalent Hydraulic Conductivity for Flow Perpendicular to Layering
When water flows perpendicular to the layering (e.g., vertical flow through layers due to upward pressure), the flow rate (\(Q\)) must be the same through each layer because the water must pass through all units sequentially.
Scenario:
Using the same three-layer system from Problem 2, calculate the equivalent vertical hydraulic conductivity (\(K_V\) or \(K_{eq}\)).
| Layer | Thickness (\(H_i\)) | Hydraulic Conductivity (\(K_i\)) |
|---|---|---|
| 1 | 10 feet | 20 feet/day |
| 2 | 15 feet | 5 feet/day |
| 3 | 5 feet | 0.1 feet/day |
Question:
Calculate the equivalent vertical hydraulic conductivity (\(K_V\)) for the 30-foot layered system.
Solution:
The equivalent hydraulic conductivity (\(K_{eq}\)) for flow perpendicular to the layering is defined by the total height divided by the sum of the ratio of individual layer thickness (\(H_i\)) to its conductivity (\(K_i\)):
\(K_{eq} = \dfrac{\sum_{i} H_i}{\sum_{i} \dfrac{H_i}{K_i}}\)
- Calculate Total Thickness (\(\sum H_i\)):
\(H_{total} = 30 \text{ ft}\)
- Calculate the Summation of the Resistance Terms (\(\sum H_i / K_i\)):
The term \(H_i/K_i\) represents the resistance offered by each layer.
\(\sum \dfrac{H_i}{K_i} = \dfrac{10 \text{ ft}}{20 \text{ ft/day}} + \dfrac{15 \text{ ft}}{5 \text{ ft/day}} + \dfrac{5 \text{ ft}}{0.1 \text{ ft/day}}\)
\(\sum \dfrac{H_i}{K_i} = 0.5 \text{ days} + 3.0 \text{ days} + 50.0 \text{ days} = 53.5 \text{ days}\)
- Calculate Equivalent Hydraulic Conductivity (\(K_V\)):
\(K_{V} = \dfrac{30 \text{ ft}}{53.5 \text{ days}} \approx 0.561 \text{ ft/day}\)
Answer: The equivalent vertical hydraulic conductivity (\(K_V\)) for the layered system is \(0.56 \text{ feet per day}\).
Insight: Note that the vertical equivalent conductivity (\(K_V \approx 0.56 \text{ ft/day}\)) is significantly lower than the horizontal equivalent conductivity (\(K_H \approx 9.18 \text{ ft/day}\)). This difference reflects that the flow is much more restricted by the lowest permeability layer (Layer 3, \(K_3 = 0.1 \text{ ft/day}\)) when the flow is vertical. This illustrates the principle of anisotropy commonly seen in layered systems, where hydraulic conductivity in the horizontal direction is often greater than in the vertical direction.
Glossary of Key Terms
| Term | Definition |
|---|---|
| Anisotropic Medium | A medium in which hydraulic properties (like hydraulic conductivity) vary depending on the direction of measurement. |
| Calibration | The process of modifying model input parameters until the model's output matches field-observed values (e.g., water levels, flows). |
| Conceptual Model | A simplified representation of a real aquifer system, including its hydrogeologic units, boundaries, sources, and sinks. |
| Conductance | A lumped parameter used in MODFLOW packages (like RIV, DRN, GHB) that represents the hydraulic conductivity, area, and length of the flow path between the aquifer and a boundary feature (C = kA/L). |
| Confined Aquifer | An aquifer that is bounded above and below by low-permeability layers (aquitards). |
| Darcy's Law | An equation that describes the flow of a fluid through a porous medium, stating that flow rate is proportional to the hydraulic gradient and hydraulic conductivity. |
| Darcian Velocity | A fictitious velocity representing the flow rate per unit gross cross-sectional area of a porous medium (vd = ki). |
| Dupuit Assumptions | A set of simplifying assumptions for unconfined aquifers, primarily that groundwater flow is horizontal and the hydraulic gradient is constant with depth. |
| Effective Porosity (ne) | The portion of the total volume of a porous medium consisting of interconnected voids through which fluid can flow. |
| Elevation Head (z) | The vertical distance of a point above an arbitrary reference plane or datum (e.g., sea level). |
| Evapotranspiration (EVT) | The process by which water is transferred from the land to the atmosphere by evaporation from the soil and other surfaces and by transpiration from plants. |
| General-Head Boundary (GHB) | A MODFLOW boundary condition used to simulate features with a specified external head and a conductance (e.g., a lake or reservoir). |
| Governing Equation | A partial differential equation, derived from Darcy's Law and the conservation of mass, that describes the distribution of hydraulic head in an aquifer over space and time. |
| Hydraulic Conductivity (k) | A property of a porous medium and a fluid that describes the ease with which the fluid can move through pore spaces. Units are length/time [L/T]. |
| Hydraulic Gradient (i) | The change in total head per unit distance in a given direction (i = Δh/L). It is the driving force for groundwater flow. |
| Hydrogeologic Unit (HGU) | A zone or formation that exhibits common hydraulic properties. It may consist of one or more geologic units. |
| IBOUND Array | An array in the MODFLOW Basic (BAS) package that defines the status of each grid cell: active (1), inactive (0), or specified head (-1). |
| Interpretive Model | A type of groundwater model used to gain a better understanding of an aquifer or to analyze past events (forensic modeling). |
| Isotropic Medium | A medium in which hydraulic properties are the same in all directions. |
| MODFLOW | A modular, finite-difference groundwater flow model developed by the U.S. Geological Survey; it is the industry standard. |
| Parsimony | A guiding principle in modeling that advocates for keeping a model as simple as possible but not simpler; balancing complexity with manageability. |
| Piezometer | A non-pumping well, generally of small diameter, that is used to measure the elevation of the water table or potentiometric surface. |
| Pore Water Pressure (u) | The pressure of the groundwater held within the soil or rock, in the gaps between particles (pores). |
| Postaudit | A review of a model's predictions against new data collected after the predictions were made, used to assess accuracy and improve the model. |
| Predictive Model | A type of groundwater model used to predict how an aquifer will respond to hypothetical future scenarios. |
| Pressure Head (u/γw) | The component of total head representing the pressure of the fluid. It is the height to which water would rise in a piezometer. |
| Recharge | The process by which water is added to an aquifer, typically from precipitation percolating through the soil. |
| Seepage Velocity (vs) | The actual average velocity of groundwater as it flows through the interconnected pore spaces of a porous medium (vs = vd / ne). |
| Sink | A feature or process that removes water from an aquifer (e.g., a pumping well, a spring, a gaining river). |
| Source | A feature or process that adds water to an aquifer (e.g., recharge, a losing river, an injection well). |
| Specific Storage (Ss) | The volume of water that a unit volume of a saturated aquifer releases from storage under a unit decline in hydraulic head. |
| Steady State | A condition in which the properties and stresses (e.g., head, flow, pumping rates) in a system do not change over time. |
| Total Head (h) | A measure of the total energy of groundwater at a point, comprising elevation head and pressure head. |
| Transient | A condition in which properties or stresses in a system change over time. |
| Transmissivity (T) | The rate at which water is transmitted through a unit width of a confined aquifer under a unit hydraulic gradient (T = bk). |
| Unconfined Aquifer | An aquifer whose upper boundary is the water table. |
| Water Budget | An accounting of all the water flowing into (inflows) and out of (outflows) a particular aquifer or region. |