Generic curve corrections as they were inmplemented in PUMP-FLO desktop for many years. Correct a pump's performance data by entering correction factors and power losses. For example, you might find it necessary to correct a pump's performance data when pumping slurries, since the pump curves do not take into account the properties of the slurries. Or if you need to take mechanical seal losses into account, you can specify additional power losses.

Namespace: configuration_services.lists
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class generic_corrections : curve_corrections
Visual Basic
Public Class generic_corrections _
	Inherits curve_corrections
Visual C++
public ref class generic_corrections : public curve_corrections

Inheritance Hierarchy

System..::..Object
  configuration_services.lists..::..curve_corrections
    configuration_services.lists..::..generic_corrections

See Also