GMS:DE4 Package: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{MODFLOW Links}} | {{MODFLOW Links}} | ||
The DE4 package or Direct Solver is one of the solvers available for MODFLOW. It requires reading in a DE4 file. The ''MODFLOW DE4 Solver'' package dialog will show the variables in the DE4 file. Variables include: | The DE4 package or Direct Solver is one of the solvers available for MODFLOW. It requires reading in a DE4 file. The ''MODFLOW DE4 Solver'' package dialog will show the variables in the DE4 file. Variables include: | ||
* Comments | * ''Comments (Text)'' – Allows up to 199 characters. | ||
* Maximum number of iterations | * ''Maximum number of iterations (ITMX)'' – | ||
* Maximum number of upper equations | * ''Maximum number of upper equations (MXUP)'' – Impacts the amount of memory used by the package. Writes the actual number of equations in the upper part when the package runs. | ||
* Maximum number of lower equations | * ''Maximum number of lower equations (MXLOW)'' – Impacts the amount of memory used by the package. Writes the actual number of equations in the lower part when the package runs. | ||
* Maximum bandwidth | * ''Maximum bandwidth (MXBW)'' – Impacts the amount of memory used by the package. Writes the actual band width plus 1 when the package runs. | ||
* Frequency of change of coefficients in A | * Frequency of change of coefficients in A (IFREQ) | ||
* Print flag for convergence information per time step | * Print flag for convergence information per time step (MUTD4) | ||
* Head change multiplier | * Head change multiplier (ACCL) | ||
* Head change closure criterion | * Head change closure criterion (HCLOSE) | ||
* Interval for time step printing | * Interval for time step printing (IPRD4) | ||
For more information on this solver see page 84 of the USGS documentation at [http://pubs.er.usgs.gov/usgspubs/ofr/ofr200092 http://pubs.er.usgs.gov/usgspubs/ofr/]. | For more information on this solver see page 84 of the USGS documentation at [http://pubs.er.usgs.gov/usgspubs/ofr/ofr200092 http://pubs.er.usgs.gov/usgspubs/ofr/]. |