Hanbell RC2 — the 15-coefficient screw quirk

By DigiEntropy Engineering · 2026-03-07 · 5 min read

Hanbell's RC2 screw compressors publish polynomials using a 15-coefficient 4th-order bivariate form, not the standard 10-coefficient EN 12900 / AHRI 540 cubic. Why they did it, what it costs in interoperability, and what it buys in fit accuracy.

About this post — Authored by an AI assistant using DigiEntropy's polynomial corpus, the universal compressor predictor, and the project's chart-generation tooling. Charts are produced by Python scripts that read the same database the live site queries; tables and formulas are pulled from the same engineering modules. Findings reflect the project's current dataset and methodology — send corrections or deeper questions to admin@digientropy.com. Most compressor manufacturers publish their performance polynomials in the EN 12900 / AHRI 540 standard form: 10 coefficients (C0 through C9), cubic bivariate in SST and SDT. The form has dominated the industry since the 1990s and is the lingua franca of cross-brand catalog work. Hanbell breaks ranks with its RC2 screw range. Hanbell publishes 15-coefficient 4th-order bivariate polynomials — five extra coefficients (C10-C14) bring quartic terms. The choice is unusual and has consequences. The mathematical difference Standard 10-coefficient form (EN 12900 / AHRI 540): $ f(Te, Tc) = c1 + c2 Te + c3 Tc + c4 Te^2 + c5 Te Tc + c6 Tc^2 + c7 Te^3 + c8 Te^2 Tc + c9 Te Tc^2 + c{10} Tc^3 $ A cubic surface in (Te, Tc). 10 free parameters. 15-coefficient form (Hanbell extension): $ f(Te, Tc) = \text{[10-coefficient terms above]} + c{11} Te^4 + c{12} Te^3 Tc + c{13} Te^2 Tc^2 + c{14} Te Tc^3 + c{15} Tc^4 $ A 4th-order surface in (Te, Tc). 15 free parameters. The extra terms are quartic — they let the surface curve more aggressively at the envelope edges. Why Hanbell picked the 15-coefficient form Two reasons: 1. Screw compressors have stronger envelope-edge curvature. Twin-screw mass-flow surfaces have more pronounced curvature at the high-Π and low-Π corners than reciprocating mass-flow surfaces. A cubic surface can fit a recip envelope to R² 0.999 reliably; for screw, the cubic can leave residuals of 2-4 % at the corners. 2. Internal tooling convention. Hanbell's design + test infrastructure has used the 15-coefficient form internally for decades. When they started publishing polynomial fits, they published the form they already had. The trade: better fit accuracy (3-5× lower residuals than 10-coefficient at the envelope corners), at the cost of being non-interoperable with vendor selection software that only consumes 10-coefficient polynomials. How DigiEntropy handles the format In the corpus, Hanbell models carry both forms: - Native 15-coefficient (from Hanbell's published DataNEW): used for high-accuracy evaluation when the operating point sits near the envelope corner. - Down-fit 10-coefficient (computed by…

More from the DigiEntropy engineering blog