operpoint {hydraulics} | R Documentation |
Uses input pump and system curves to find the operating point for a pump and create a plot.
operpoint(pcurve = NULL, scurve = NULL)
pcurve |
A pumpcurve object |
scurve |
A systemcurve object |
Returns a list including:
Qop - flow at the operating point [m^3 s^{-1}
or ft^3 s^{-1}
]
hop - head at the operating point [m
or ft
]
p - a plot object of the curves
Ed Maurer
pumpcurve
and systemcurve
for input object preparation