GMS:NWT Package

From XMS Wiki
Revision as of 15:22, 6 July 2016 by Jcreer (talk | contribs)
Jump to navigationJump to search
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

The Newton package (NWT) is one of the solvers available in MODFLOW-NWT. The NWT package is only used with the UPW 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 xMD (chi-MD).

  • Comments (Text)
  • Max head change between outer iterations (L)(HEADTOL)
  • Max root-mean-squared flux difference between outer iterations (L^3/T) (FLUXTOL)
  • Max number of iterations allowed for outer problem (MAXITEROUT)
  • Portion of cell thickness used for adjusting coefficients to zero (THICKFACT)
  • Matrix solver to be used (LINMETH)
  • Print additional info to listing file (IPRNWT)
  • Correct head relative to cell-bottom if surrounded by d-watered cells (IBOTAV)
  • Options (OPTIONS)

For more information on the NWT package see the USGS documentation at: water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/nwt_newton_solver.htm

Example of the MODFLOW NWT Solver dialog.