ข้ามสารบัญไปยังเนื้อหา
อัปเดต 2026-09-07
Pump Sizing
NPSHa (Crane TP-410) + operating point
Sizes a centrifugal pump against a system curve: computes NPSHa at the suction, fits a parabolic vendor pump curve, finds the operating point where pump and system curves intersect, and derives shaft power via a Karassik efficiency approximation.
คำนวณอย่างไร
Closed-form algebra throughout — no iteration. NPSHa is a 4-term head balance (atmospheric + source gauge − vapor ± static − friction). The pump curve is exact-fit at shutoff (Q=0) and BEP; the system curve is static head + k·Q². Their intersection is solved analytically for Q², then substituted back for H.
สมการ
NPSHa head balance (Crane TP-410)
+ for flooded suction (liquid above pump CL), − for suction lift. Friction always subtracts. Matches the backend pump_advanced.py cavitation check.
Pump curve — 2-point parabolic fit
Exact at shutoff (Q=0 → H=H_0) and at BEP (Q=Q_bep → H=H_bep); monotone-decreasing beyond BEP.
Operating point (pump ∩ system curve)
Closed-form intersection of the parabolic pump curve and the quadratic system curve; k aggregates Darcy-Weisbach (Swamee-Jain) + ΣK minor losses. Returns no-flow when H_static ≥ H_0.