Hi All,
The manual for Three-Point Pump Curves is inconsistent with the actual implementation in code.
The manual states:
three-point pump curve is defined by three operating points: a Low Flow point (flow and head at low or zero flow condition), a Design Flow point (flow and head at desired operating point), and a Maximum Flow point (flow and head at maximum flow).
However, only curves with x[0] == 0.0 are considered as valid three point curves. Curves with 3 points that start with x[0] > 0.0 are treated as custom curves.
The old UI is also misleading here, presenting a curve equation that is not actually used:
I suggest we change the documentation and remove the 'low' flow condition.
Hi All,
The manual for Three-Point Pump Curves is inconsistent with the actual implementation in code.
The manual states:
However, only curves with x[0] == 0.0 are considered as valid three point curves. Curves with 3 points that start with x[0] > 0.0 are treated as custom curves.
The old UI is also misleading here, presenting a curve equation that is not actually used:
I suggest we change the documentation and remove the 'low' flow condition.