GMS:MODFLOW-USG: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 22: Line 22:
==See also==
==See also==
*[[GMS:Map_to_MODFLOW#MODFLOW-USG|Map → MODFLOW-USG]]
*[[GMS:Map_to_MODFLOW#MODFLOW-USG|Map → MODFLOW-USG]]


{{Navbox GMS}}
{{Navbox GMS}}
[[Category:MODFLOW]]
[[Category:MODFLOW]]

Revision as of 21:17, 19 June 2014


MODFLOW
Pre-processing
MODFLOW Commands
Building a MODFLOW Model
Map to MODFLOW
Calibration
Packages Supported in GMS
Saving a MODFLOW Simulation
Importing MODFLOW Files
Unsupported MODFLOW Features
Run MODFLOW
Post-processing
MODFLOW Display Options
MODFLOW Post-Processing Viewing Options
Reading a MODFLOW Simulation
Tutorials
Packages
Flow: BCF6, HUF, LPF, UPW
Solvers:

DE4, GMG, NWT, PCG,

PCGN, LMG, SIP, SOR,

SMS
Other:

BAS6, BFH, CHD1, CLN,

DRN1, DRT1, EVT1, ETS1,

GAGE, GHB1, GNC, HFB1,

HUF, LAK3, MNW1, MNW2,

OUT1, RCH1, RIV1, SFR2,

STR1, SUB1, SWI2, WEL1,

UZF1

Starting at GMS version 10.0, GMS supports MODFLOW-USG. MODFLOW-USG is a version of MODFLOW based on finite volume calculations, thus allowing for many different types of grid cells. This allows the model grid to more accurately match the model domain and be more efficiently refined in areas where more accuracy is desired.

MODFLOW-USG models are built using unstructured grids, or UGrids, which are a new (as of GMS 10.0) type of geometric object that can handle the wide variety of cell types supported by MODFLOW-USG.

Choosing MODFLOW Version

Only MODFLOW-USG is supported when using unstructured grids. MODLFOW-USG can also be used for a model using a 3D grid. Choosing to use MODFLOW-USG is done in the MODFLOW Global Options Dialog. With a 3D grid at any time you can switch from one modflow version to another.

MODFLOW Global Option Dialog

Unsupported Features

GMS does not yet support the following MODFLOW-USG features. Work on supporting more features is ongoing.

  1. Packages/processes
    • CLN Process
    • GNC Package
  2. GMS cannot read MODFLOW-USG files written by any non-GMS software. This is because there is currently no standard way to define the unstructured grid geometry. GMS writes a .vtu file (VTK Unstructured Grid file) with the MODFLOW files to define the grid geometry.

See also