GMS:MF6 MDT Package

From XMS Wiki
Jump to navigationJump to search
MODFLOW 6
Models & Tools
GWF Model
GWT Model
Cell Properties Dialog
Zone File
Packages
Flow: GNC, HFB, NPF
GWF: BUY, CHD, CSUB,
DRN, EVT, GHB,
LAK, MAW, MVR,
OBS, RCH,RIV,
SFR, STO, UZF,
WEL
GWT: ADV, CNC, DSP
FMI, IC, IST, LKT,
MDT, MST, MVT,
MWT, OBS, SFT,
SRC,SSM, UZT
Other DIS, DISU, DISV,
IMS, OC, TDIS,
PEST

Example of the MDT Package dialog.

The Matrix Diffusion Transport package (MDT) works with MODFLOW 6. The MDT package allow existing flow and chemical transport models of sites to include a full accounting of matrix diffusion effects. The package works with the BCT process.

Note: the MDT package is not an official package released by USGS. The MDT package for MODFLOW 6 provided with GMS is still being developed and may change in the future. Newer versions of the package may not be compatible with older projects.

The MDT Package dialog is divided into two parts: one on the left which shows the main sections, and one on the right which shows the inputs for the current section.

COMMENTS

Comment lines can be added and will appear at the top of the MDT file.

OPTIONS

  • SAVE_FLOWS – Save flows to budget file.
  • PRINT_FLOWS – Print flows to listing file.
  • SORPTION – Activates sorption. Requires values entered for bulk density and distance coefficient.
  • FIRST ORDER DECAY – first order decay will occur if this option is on.
  • TSHIFTMD – Enter the time elapsed since matrix diffusion began.
  • MD FILEOUT – Enter a file name for writing AIOLD1MD and AIOLD2MD coefficients to a binary file.

GRIDDATA

  • Griddata – List of available properties.
    • MD_TYPE_FLAG — The matrix diffusion type flag at any location.
    • MD_FRACTION – The mobile fraction at any location, i.e., the fraction of the total space that is occupied by the fracture/high permeability domain.
    • MD_POROSITY – The mobile fraction at any location, i.e., the fraction of the total space that is occupied by the fracture/high permeability domain.
    • BULK_DENSITY – The dry bulk density of the porous matrix of the matrix domain at any location
    • MD_DIFF_LENGTH – The diffusion length for diffusive transport within the matrix domain at any location (only used for embedded heterogeneity).
    • MD_TORTUOSITY – The tortuosity of the matrix domain at any location.
    • MD_DIST_COEFF – The distribution coefficient of each species component within the matrix domain at any location.
    • MD_DECAY – The first-order decay coefficient in water and on soil (1/time) in the matrix domain at any location.
    • MD_DIFF_COEFF – The diffusion coefficient of each species component within the matrix domain at any location.
    • AIOLD1MD – The concentration integral (equation 8) of each species in an element associated with matrix diffusion into an infinite acting adjacent aquitard (MDFLAG = 1, 3, 4, 5, 6, or 7). This value is used to restart a simulation with prior matrix diffusion.
    • AIOLD2MD – The concentration integral (equation 8) of each species in an element associated with matrix diffusion in low permeability zones that are embedded in the volume element (MDFLAG = 2, 5, 6, or 7). This value is used to restart a simulation with prior matrix diffusion.
  • Layered – Turn on and enter the layer value to apply values to specific layers.
  • Use Constant – Turn on to enter a constant value.
  • Constant Value – Enter a constant value for the property.
  • Dataset to Array – Opens a Select Dataset dialog where a dataset can be selected for the array.

Conversion from MODFLOW-USG Transport

When converting a MODFLOW-USG Transport model to MODFLOW 6, use the following table when converting the MDT package:

MODFLOW-USG Transport MODFLOW 6
Package Variable Package Variable
PCB CNC
BCT DIFFNC DSP DIFFC
BCT PRSITY MST POROSITY
BCT BULKD MST BULK_DENSITY
BCT ADSORB MST DISTCOEF
MDT MDFLAG MDT MD_TYPE_FLAG
MDT VOLFRACMD MDT MD_FRACTION
MDT PORMD MDT MD_POROSITY
MDT RHOBMD MDT BULK_DENSITY
MDT DIFFLENMD MDT MD_DIFF_LENGTH
MDT TORTMD MDT MD_TORTUOSITY
MDT DIFFMD MDT MD_DIFF_COEFF

Related Topics