Read EPANET Output File
Usage
readEpanetOutputFile(
outfile,
read.prolog = TRUE,
read.energyUse = TRUE,
read.dynamicResults = TRUE,
read.epilog = TRUE
)
Arguments
- outfile
full path to EPANET output file
- read.prolog
if TRUE, the "Prolog" section is read from the output file and contained in the output list
- read.energyUse
if TRUE, the "Energy Use" section is read from the output file and contained in the output list
- read.dynamicResults
if TRUE, the "Extended Period" section is read from the output file and contained in the output list
- read.epilog
if TRUE, the "Epilog" section is read from the output file and contained in the output list
Value
list with elements prolog (if read.prolog
= TRUE), energyUse(if read.energyUse
= TRUE), dynamicResults (if read.dynamicResults
= TRUE) and epilog (if read.epilog
= TRUE), containing the
different parts of the output file, as described in the documentation of
the EPANET Toolkit.