GMS:MODFLOW-NWT: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 11: Line 11:


:1. '''UPW Package'''
:1. '''UPW Package'''
:* MODFLOW-NWT contains the UPW flow package.  The UPW flow package is based on the [[GMS:LPF Package|LPF package]] but differs in that the rewetting and vertical conductance correction options are not available. It also differs from the [[GMS:LPF Package|LPF package]] in that it smoothes the horizontal conductance and storage change functions to have a continuous derivatives so they can be solved by the Newton method.  Using the UPW package requires using the NWT solver.
:* The [[GMS:UPW Package|Upstream Weighting package]] (UPW) is the flow package used with MODFLOW-NWT. The UPW package is only used with the [[GMS:NWT Package|NWT Solver Package]].


:2. '''NWT Solver'''
:2. '''NWT Solver'''
:* MODFLOW-NWT contains the [[GMS:NWT Package|NWT solver package]].  Using the NWT solver requires twice the memory of other MODFLOW solvers because using the Newton method results in an asymmetric matrix.  Because of the asymmetric matrix a different matrix solver must be used.  The NWT package provides an option to use one of two matrix solvers: a generalized-minimum-residual (GMRES) solver and an Orthomin/stabilized conjugate-gradient solver called ''x''MD (chi-MD).  The NWT solver must be used when using the UPW flow package.
:* MODFLOW-NWT contains the [[GMS:NWT Package|NWT solver package]].  The NWT solver must be used when using the [[GMS:UPW Package|UPW flow package]].


:3. '''WEL Package'''
:3. '''WEL Package'''

Revision as of 23:26, 26 October 2011

Starting at GMS version 8.2, GMS supports MODFLOW-NWT. MODFLOW-NWT is a version of MODFLOW based on MODFLOW-2005 that provides a different formulation of the groundwater flow equation designed to solve models that are non-linear due to unconfined cells or non-linear boundary conditions.

Choosing MODFLOW Version

Choosing to use MODFLOW 2000, MODFLOW 2005, or MODFLOW-NWT is done in the MODFLOW Global Options Dialog. At any time you can switch from one to the other.

MODFLOW Global Option Dialog

Changes to MODFLOW 2005

1. UPW Package
2. NWT Solver
3. WEL Package
  • The WEL package was modified to add an option to decrease the pumping rate as the head drops below a user-specified percentage of cell thickness. The new option is called PHIRAMP.
4. SFR Package
  • The SFR package is modified to avoid removing water from dry cells and to calculate derivatives for the Newton formulation.
5. UZF Package
  • The UZF package is modified to avoid removing water from dry cells and to calculate derivatives for the Newton formulation.
6. Other Packages
  • Poor input values for other packages can result in convergence failure. For example, an EVT extinction depth below the cell bottom elevation can result water being improperly removed from a dry cell.