rmf_create_bcf | R Documentation |
RMODFLOW
bcf objectrmf_create_bcf
creates an RMODFLOW
bcf object
rmf_create_bcf( dis, ibcfcb = 0, hdry = -888, iwdflg = 0, wetfct = 1, iwetit = 1, ihdwet = 0, layavg = rep(0, dis$nlay), laycon = rep(0, dis$nlay), trpy = rep(1, dis$nlay), sf1 = 1e-05, tran = 0.001, hy = 1e-04, vcont = 1e-05, sf2 = 0.15, wetdry = NULL )
dis |
|
ibcfcb |
flag and unit number for writing cell-by-cell flow terms; defaults to 0 |
hdry |
head assigned to cells that are converted to dry cells; defaults to -888 |
iwdflg |
wetting capability flag; defaults to 0 |
wetfct |
factor included in the calculation of the initial head when a cell is converted from dry to wet; defaults to 1 |
iwetit |
iteration interval for attempting to wet cells; defaults to 1 |
ihdwet |
flag determining which equation is used to define initial heads at cells that are converted from dry to wet; defaults to 0 |
layavg |
numeric vector of length |
laycon |
numeric vector of length |
trpy |
numeric vector of length |
sf1 |
numeric 3D array of dimensions |
tran |
numeric 3D array of dimensions |
hy |
numeric 3D array of dimensions |
vcont |
numeric 3D array of dimensions |
sf2 |
numeric 3D array of dimensions |
wetdry |
numeric 3D array of dimensions |
RMODFLOW
bcf object
rmf_read_bcf
, rmf_write_bcf
, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?bcf.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.