Hydrant Flow Test Calculator
Work out how much water a hydrant delivers. Enter the pressures you read and the flow you measured, and this works out the flow during the test, the flow projected to 20 psi residual - the figure NFPA 291 rates a hydrant on - and the resulting hydrant class.
#{ mode === 'singleHydrant' ? 'Hydrant Pressures' : 'Residual Hydrant' }
#{ mode === 'singleHydrant' ? 'Static pressure with the hydrant closed, at the hydrant you are flowing.' : 'Read at a hydrant next to the one being flowed.' }
psi
With no hydrant flowing.
psi
Measured at this hydrant while the other one is flowing.
Residual pressure
#{ residualDisplay }
In a single-hydrant test the residual reading is the flow pressure at the
same hydrant, so it is taken from the outlet below rather than entered twice.
#{ mode === 'singleHydrant' ? 'Flowed Outlet' : 'Flow Hydrant' }
gpm
Outlet ##{ i + 1 }
psi
in
#{ result.error }
#{ w }
Result
Flow during test
#{ fmt(result.flowRate) } gpm
What the outlets actually delivered.
Projected at #{ targetPressure } psi
#{ fmt(result.projected) } gpm
The NFPA 291 rated fire flow.
Rated fire flow at #{ ratingPressure } psi is #{ fmt(result.ratingFlow) } gpm.
Hydrant class
#{ flowClass.label }
#{ flowClass.marking }
NFPA 291 class, from the flow at #{ ratingPressure } psi.
Water Supply Curve
How much this hydrant delivers at each residual pressure. The marked point is the flow at #{ targetPressure } psi.