Centrifugal pump head curve
HydraulicsA centrifugal pump's developed pressure follows its quadratic head-vs-flow curve — the flow-dependent pressure rise the pressure-driven solver uses.
Governing equation
- Volumetric flow rate (m³ s⁻¹) — the unknown.
- Pressure rise across the pump (Pa).
- Fluid density (kg m⁻³).
- Gravitational acceleration (m s⁻²).
- Shut-off head (m).
- Head-curve curvature (m per (m³ s⁻¹)²).
Derivation
- 1
A centrifugal pump's characteristic curve is well approximated near the operating point by a quadratic falling from the shut-off head.
- 2
Convert developed head to a pressure rise through the fluid's specific weight.
- 3
At the operating point the imposed pressure rise equals the curve value; flow is the unknown the surrounding network resistance closes.
Jacobian
The matrix of the residual vector with respect to the unknowns, at the representative operating point. Every value below is computed by the exact forward-mode autodiff engine the solver uses — click a non-zero cell to see the symbolic derivative, each one verified against that engine in our test suite. This is the block a Newton step factorizes.
| ∂/∂Q | |
|---|---|
| Head-curve pressure rise |
Shaded cells are non-zero (the sparsity pattern); blanks are structural zeros.
For the residual Head-curve pressure rise with respect to Q. This exact expression is asserted equal to the autodiff value in the test suite.
Operating point
Representative operating point — a real solution of this instance.
References
- Perry's Chemical Engineers' Handbook, 8th ed., §10 (transport & storage of fluids).
- Karassik et al., Pump Handbook, 4th ed., Ch. 2.