1 / 27

Introduction to MODFLOW

This article provides an introduction to MODFLOW, a groundwater flow model. It discusses the block-centered grid and the calculation of conductance using the harmonic mean. It also explains the default boundary conditions and the usage of vertical conductance terms. The article covers different types of layers and the input of grid spacing in MODFLOW. Additionally, it provides examples of solution techniques and explains the required input for the BAS package.

sabatino
Télécharger la présentation

Introduction to MODFLOW

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to MODFLOW

  2. i-1 i i+1 xi-1/2 xi+1/2 General 3D equation used in MODFLOW Block centered grid xi

  3. K values in the space between nodes is calculated using the harmonic mean

  4. The default boundary condition is no flow. (active nodes)

  5. No flow boundary Imaginary nodes K=0 (i+1) (i,j,k) K=0 K=0 = 0

  6. MODFLOW Grid

  7. Conductance Darcy’s law

  8. In general, conductance = KA/L Also: leakance = Kv/thickness resistance = thickness/Kv (resistance is an analytic element term)

  9. Vertical Conductance Terms MODFLOW uses special terms (VCONT) for vertical conductance, which is required in 3D problems. Modflow.exe requires the user to supply values for the VCONT arrays. GW Vistas computes the values in the VCONT arrays for you. VCONT = Kv/z = Conductance/(xy) = “leakance”

  10. Vertical conductance is defined using leakance, or VCONT in MODFLOW language. We also have horizontal conductance along rows and along columns.

  11. See MODFLOW manual (p. 2-19) or 2nd ed. of textbook by Domenico & Schwartz (Eqn. 7.15) for MODFLOW’s FD equation

  12. Types of Layers (LAYCON array) Confined Unconfined Convertible (Useful to think in terms of a layer transmissivity.)

  13. h layer 1 bot layer 2 datum Conductance Confined layer transmissivity = (KRi,j-1/2,k)(vk) Unconfined layer transmissivity = (KRi,j-1/2,k)(hi,j,k-BOTi,j,k)

  14. TOP BOT Input of Grid Spacing • MODFLOW asks for values of horizontal grid spacing • (i.e., r and c) but not vertical grid spacing (v). • Vertical grid spacing (v) is calculated by MODFLOW • from user supplied values of the bottom (BOT) • of each layer. (GwVistas asks for both top and bottom of • each layer.)

  15. Note that a top unconfined layer actually has no top. The head value in the top layer could potentially rise to infinity. Land surface elevation is not used in MODFLOW, except in the ET package.

  16. Examples of solution techniques that combine matrix solution with iteration: IADI (see chapter 5 of W&A) SSOR* SIP* PCG2* *Used in MODFLOW

  17. m+1 Note: m is time level and n is iteration level. t m m-1 Schematic of solution procedure

  18. The 3D eqn. with an implicit approximation generates a coefficient matrix with 7 diagonals

  19. Coefficient Matrix for a model with 2 rows, 3 columns, 2 layers. Matrix is sparse and symmetric.

  20. SSOR

  21. SSOR The coefficient matrix has 5 diagonals Coefficient matrix is Symmetric and banded

  22. From MODFLOW manual

  23. MODFLOW88/96 Packages required required head dependent BCs 1 is required & PCG2

  24. Input assembly for the BAS Package

More Related