Name | Description |
---|
PumpBus | Standard data bus with pump information |
VariableLimiter | Limit the range of a signal with variable limits |
polynomial2D | computes the polynomial in two variables a and b: sum_ij( c[i, j] * a^i * b^j ) where c is the coefficient matrix. |
polynomialABC | calculates polynomial function of form z = c[1]*x^2 + c[2]*xy + c[3]*y^2 |
polynomialABCinverse | calculates the solution of x = f(y,z) defined by polynomial function z = c[1]*x^2 + c[2]*xy + c[3]*y^2 |
powerInt | Computes the power x^n for the real x and the integer n. |
efficiencyCharacteristic | eta = f(Q,H,P) - efficiency characteristic (not pump specific!) |