rmf_create_de4 | R Documentation |
RMODFLOW
de4 object.rmf_create_de4
creates an RMODFLOW
de4 object
rmf_create_de4( itmx = 100, mxup = 0, mxlow = 0, mxbw = 0, ifreq = 3, mutd4 = 0, accl = 1, hclose = 0.01, iprd4 = 1 )
itmx |
the maximum number of iterations in each time step; defaults to 100 |
mxup |
the maximum number of equations in the upper part of the equations to be solved; defaults to 0 |
mxlow |
the maximum number of equations in the lower part of the equations to be solved; defaults to 0 |
mxbw |
the maximum band width plus 1 of the AL matrix; defaults to 0 |
ifreq |
a flag indicating the frequency at which the coefficients in A change; defaults to 3 |
mutd4 |
a flag indicating the quantity of convergence information that is printed during a time step; defaults to 0 |
accl |
a multiplier for the computed head change for each iteration; defaults to 1 |
hclose |
the head change closure criterion in the unit of length; defaults to 0.01 |
iprd4 |
the time step interval for printing out convergence information when iterating; defaults to 1 |
RMODFLOW
de4 object
rmf_read_de4
, rmf_write_de4
, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?de4.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.