Get time series of pump performance from EPANET result using head curves and efficiency curves as contained in EPANET input file
Arguments
- inpdata
data structure read from EPANET input file, as returned by
readEpanetInputFile
.- outdata
data structure read from EPANET output file, as returned by
readEpanetOutputFile
.- pumpnames
vector with names of pumps for which the pump performance should be evaluated
Value
data frame with columns Q (discharge), H (head), Eff (efficiency), specEn (specific efficiency), En (energy)