Skip to contents

Read EPANET Input File

Usage

readEpanetInputFile(inpfile, dbg = FALSE)

Arguments

inpfile

full path to EPANET input file

dbg

if TRUE, debug messages are shown. Default: FALSE

Value

list with elements representing the different sections of the EPANET input file. The names of the list elements correspond to the names of the sections that were found in the input file. Each list element is a data frame containing the content of the corresponding section.