Skip to content

Three Point Curve - Manual description inconsistent with code #897

@AbelHeinsbroek

Description

@AbelHeinsbroek

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:

Image

I suggest we change the documentation and remove the 'low' flow condition.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions