rmf_write_hfb: Write a MODFLOW horizontal flow barrier file

View source: R/package-hfb.R

rmf_write_hfbR Documentation

Write a MODFLOW horizontal flow barrier file

Description

rmf_write_hfb writes a MODFLOW horizontal flow barrier file based on an RMODFLOW hfb object

Usage

rmf_write_hfb(
  hfb,
  dis = rmf_read_dis(),
  file = {
    
    cat("Please choose hfb file to overwrite or provide new filename ...\n")
    
    file.choose()
 },
  ...
)

Arguments

hfb

an RMODFLOW hfb object

dis

an RMODFLOW dis object

file

filename to write to; typically '*.hfb'

...

ignored

Value

NULL

See Also

rmf_read_hfb, rmf_create_hfb, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?hfb6.htm


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