HYDROGEOLOGY

HYDROGEOLOGY

هیدروژئولوژی - مدل سازی و مدیریت آب زیرزمینی
HYDROGEOLOGY

HYDROGEOLOGY

هیدروژئولوژی - مدل سازی و مدیریت آب زیرزمینی

MODFLOW

MODFLOW



MODFLOW is the U.S. Geological Survey modular finite-difference flow model, which is a computer code that solves the groundwater flow equation. The program is used by hydrogeologists to simulate the flow of groundwater through aquifers. The code is free software, written primarily in Fortran, and can compile and run on DOS, Windows or Unix-like operating systems.


3-dimensional grid
Since its original development in the early 1980s, the USGS have released four major releases, and is now considered to be the de facto standard code for aquifer simulation. Currently, there are at least five actively developed commercial and non-commercial graphical user interfaces for MODFLOW.

Groundwater flow equation

The governing partial differential equation used in MODFLOW is:
\frac{\partial}{\partial x} \left[ K_{xx} 
\frac{\partial h}{\partial x} \right] + \frac{\partial}{\partial y} 
\left[ K_{yy} \frac{\partial h}{\partial y} \right] + 
\frac{\partial}{\partial z} \left[ K_{zz} \frac{\partial h}{\partial z} 
\right] + W = S_{S} \frac{\partial h}{\partial t}
where

Finite difference

The finite difference form of the partial differential in a discretized aquifer domain (represented using rows, columns and layers) is:
\begin{align}
& CR_{i,j-\tfrac{1}{2},k}\left(h^m_{i,j-1,k}-h^m_{i,j,k}\right) +
  CR_{i,j+\tfrac{1}{2},k}\left(h^m_{i,j+1,k}-h^m_{i,j,k}\right) + \\
& CC_{i-\tfrac{1}{2},j,k}\left(h^m_{i-1,j,k}-h^m_{i,j,k}\right) +
  CC_{i+\tfrac{1}{2},j,k}\left(h^m_{i+1,j,k}-h^m_{i,j,k}\right) + \\
& CV_{i,j,k-\tfrac{1}{2}}\left(h^m_{i,j,k-1}-h^m_{i,j,k}\right) +
  CV_{i,j,k+\tfrac{1}{2}}\left(h^m_{i,j,k+1}-h^m_{i,j,k}\right) + \\
& P_{i,j,k}\,h^m_{i,j,k} + Q_{i,j,k} = SS_{i,j,k}\left(DELR_j \cdot 
DELC_i \cdot THICK_{i,j,k}\right)
\frac{h^m_{i,j,k}-h^{m-1}_{i,j,k}}{t^m-t^{m-1}}
\end{align}
where
  • h^m_{i,j,k}\, is the hydraulic head at cell i,j,k at time step m
  • CV, CR and CC are the hydraulic conductances, or branch conductances between node i,j,k and a neighboring node
  • P_{i,j,k}\, is the sum of coefficients of head from source and sink terms
  • Q_{i,j,k}\, is the sum of constants from source and sink terms, where Q_{i,j,k}<0.0\, is flow out of the groundwater system (such as pumping) and Q_{i,j,k}>0.0\, is flow in (such as injection)
  • SS_{i,j,k}\, is the specific storage
  • DELR_j\,, DELC_i\, and THICK_{i,j,k}\, are the dimensions of cell i,j,k, which, when multiplied, represent the volume of the cell
  • t^m\, is the time at time step m

Limitations

  • The water must have a constant density, dynamic viscosity (and consequently temperature) throughout the modelling domain (SEAWAT is a modified version of MODFLOW which is designed for density-dependent groundwater flow and transport)
 \mathbf{K} = \begin{bmatrix} K_{xx} & 0 
& 0 \\ 0 & K_{yy} & 0 \\ 0 & 0 & K_{zz}\end{bmatrix}
 \
  • The principle components of anisotropy of the hydraulic conductivity used in MODFLOW is displayed on the right. This tensor does not allow non-orthogonal anisotropies, as could be expected from flow in fractures. Horizontal anisotropy for an entire layer can be represented by the coefficient "TRPY" (Data Item 3 Page 153 [2].


نظرات 0 + ارسال نظر
ایمیل شما بعد از ثبت نمایش داده نخواهد شد