simulate and plot script
Use this test to test the polynomial functions for pump speed calculation and their respective coefficients from Zugabe.Zugabe_DB.Pump.PumpBaseRecord. As of December 2017 the coefficient matrix cNQH has been disregarded due to the new pump model that only uses pump speed for control and which will limit the pump speed (maxMinSpeedCurves) rather than the pump head. Therefore, a direct calculation using the cNQH coefficients is not possible anymore in the old pump models.
Currently only the ABC-coefficients may be used to compute pump speed from cHQN coefficients applied to the inverse p-q-formula.
This test case makes use of nMin and nMax parameters of the pump record in the table for setting pump speed. Make sure that these values are set properly in the pump record or change the profile in the speed table.
Name | Description |
---|---|
speedFlowHeadFunc | polynomial evaluator using new aproach with coefficient matrix |
speedFlowHeadFuncABC | polynomial evaluator using new aproach with coefficient matrix |