rmf_create_sip: Create an 'RMODFLOW' sip object.

View source: R/package-sip.R

rmf_create_sipR Documentation

Create an RMODFLOW sip object.

Description

rmf_create_sip creates an RMODFLOW sip object

Usage

rmf_create_sip(
  mxiter = 50,
  nparm = 5,
  accl = 1,
  hclose = 0.01,
  ipcalc = 1,
  wseed = 0,
  iprsip = 0
)

Arguments

mxiter

maximum number of iterations in one time step attempting to solve the equations; defaults to 50

nparm

number of iteration variables; defaults to 5

accl

acceleration variable; defaults to 1

hclose

head change criterion for convergence in units of length; defaults to 0.01

ipcalc

flag indicating where the seed for calculating iteration variables comes from; defaults to 1

wseed

user-specified seed for calculating iteration variables; defaults to 0

iprsip

printout interval for maximum head change; defaults to 0

Value

RMODFLOW sip object

See Also

rmf_read_sip, rmf_write_sip, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?sip.htm


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