GMS:NWT Package: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
The Newton package (NWT) is one of the solvers available in MODFLOW-NWT. The NWT package is only used with the [[GMS:UPW Package|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 χMD (chi-MD). | The Newton package (NWT) is one of the solvers available in MODFLOW-NWT. The NWT package is only used with the [[GMS:UPW Package|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 χMD (chi-MD). | ||
General Options | ==General Options== | ||
*Comments (Text) | *Comments (Text) | ||
*Max head change between outer iterations (L)(HEADTOL) | *Max head change between outer iterations (L)(HEADTOL) | ||
Line 13: | Line 13: | ||
*Options (OPTIONS) | *Options (OPTIONS) | ||
General Specified Options | ==General Specified Options== | ||
*Coefficient to reduce weight applied to head change (DBDTHETA) | *Coefficient to reduce weight applied to head change (DBDTHETA) | ||
*Coefficient to increase weight applied to head change (DBDKAPPA) | *Coefficient to increase weight applied to head change (DBDKAPPA) | ||
Line 23: | Line 23: | ||
*Reduction factor for residual control that reduces head change (BACKREDUCE) | *Reduction factor for residual control that reduces head change (BACKREDUCE) | ||
GMRES Specified Options | ==GMRES Specified Options== | ||
*Max number of iterations for the linear solution (MAXITINNER) | *Max number of iterations for the linear solution (MAXITINNER) | ||
*Method of incomplete factorization used as preconditioner (ILUMETHOD) | *Method of incomplete factorization used as preconditioner (ILUMETHOD) | ||
Line 30: | Line 30: | ||
*Number of iterations between restarts of GMRES (MSDR) | *Number of iterations between restarts of GMRES (MSDR) | ||
χMD Specified Options | ==χMD Specified Options== | ||
*Acceleration method (IACL) | *Acceleration method (IACL) | ||
*Scheme of ordering unknowns (NORDER) | *Scheme of ordering unknowns (NORDER) |