MaximaLabs
All equations

Centrifugal pump head curve

Hydraulics

A centrifugal pump's developed pressure follows its quadratic head-vs-flow curve — the flow-dependent pressure rise the pressure-driven solver uses.

Governing equation

ΔP=ρgH(Q),H(Q)=H0aQ2\Delta P = \rho g\,H(Q),\qquad H(Q) = H_0 - a\,Q^2
QQ
Volumetric flow rate (m³ s⁻¹) — the unknown.
ΔP\Delta P
Pressure rise across the pump (Pa).
ρ\rho
Fluid density (kg m⁻³).
gg
Gravitational acceleration (m s⁻²).
H0H_0
Shut-off head (m).
aa
Head-curve curvature (m per (m³ s⁻¹)²).

Derivation

  1. 1
    H(Q)=H0aQ2H(Q) = H_0 - a\,Q^2

    A centrifugal pump's characteristic curve is well approximated near the operating point by a quadratic falling from the shut-off head.

  2. 2
    ΔP=ρgH\Delta P = \rho g\,H

    Convert developed head to a pressure rise through the fluid's specific weight.

  3. 3
    F(Q)=ΔPρg(H0aQ2)=0F(Q) = \Delta P - \rho g\,(H_0 - a\,Q^2) = 0

    At the operating point the imposed pressure rise equals the curve value; flow is the unknown the surrounding network resistance closes.

Jacobian

The matrix Jij=Fi/xjJ_{ij} = \partial F_i / \partial x_j 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.

Symbolic derivative
F1Q=\dfrac{\partial F_{1}}{\partial\, \mathrm{Q}} =
2ρgaQ2\,\rho g a Q
Evaluated at the operating point: 9.810e+5

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.

Q = 0.05dP = 4.660e+5rho = 1000g = 9.81H0 = 50a = 1000

References

  • Perry's Chemical Engineers' Handbook, 8th ed., §10 (transport & storage of fluids).
  • Karassik et al., Pump Handbook, 4th ed., Ch. 2.

Stop fighting legacy software. Build your first flowsheet in 60 seconds.