.TAeZoSysPro.FluidDynamics.Components.Machines.BaseClasses.PumpCharacteristics.polynomialFlow

Information

polynomialFlow

This function computes the head in meter supplied by a pump at a given volume flow rate V_flow from a polynomial fitting of the pump curve.

The fitting is carried out from nominal inputs of the volume flow rate and the head (V_flow_nominal and head_nominal) via the least squares method. The order of the polynom that fits the curve is settable via the input OrderPolyFitting but cannot go over the third order.

  • If the input V_flow is out of the range of the input nominal data V_flow_nominal, a linear extrapolation is performed.