rmf_create_de4: Create an 'RMODFLOW' de4 object.

View source: R/package-de4.R

rmf_create_de4R Documentation

Create an RMODFLOW de4 object.

Description

rmf_create_de4 creates an RMODFLOW de4 object

Usage

rmf_create_de4(
  itmx = 100,
  mxup = 0,
  mxlow = 0,
  mxbw = 0,
  ifreq = 3,
  mutd4 = 0,
  accl = 1,
  hclose = 0.01,
  iprd4 = 1
)

Arguments

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

Value

RMODFLOW de4 object

See Also

rmf_read_de4, rmf_write_de4, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?de4.htm


rogiersbart/RMODFLOW documentation built on Jan. 14, 2023, 4:21 a.m.