read.HFB: Read a horizontal flow barrier (HFB) package file

Description Usage Arguments Value

Description

Reads information from a MODFLOW-2000 HFB6 package file. The HFB package places hydraulic barriers of set conductance between specified horizontally adjacent cells and is often used to represent artificial confining walls or geological faults.

Usage

1
read.HFB(filename)

Arguments

filename

character string

Value

list with class HFB.MFpackage, with elements:
$header, 1-row data.frame:
..$NPHFB int: number of HFBs specified as parameters (note that this feature is not yet supported by read.HFB)
..$MXFB int: the maximum number of flow barriers that will be defined by parameters (again, not yet supported)
..$NHFBNP int: the number of barriers not defined by paramters
$data, data.table:
..$L int: layer
..$IROW1 int: row on side 1 of the barrier
..$ICOL1 int: column on side 1 of the barrier
..$IROW2 int: row on side 2 of the barrier
..$ICOL2 int: column on side 2 of the barrier
..$Hydchr num: Hydraulic characteristic of the barrier, which is the hydraulic conductivity divided by the width


CJBarry/Rflow documentation built on June 16, 2019, 12:35 p.m.