Click or drag to resize

PumpType Enumeration

Type of pump

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum PumpType
Members
  Member nameValueDescription
ConstantFlow0 Constant Q
HQTable1 Use the upstream water level to look up Q in a table (or look up max/min-Q for pumps with discharge-control).
DeltaHQTable2 Use the water difference between upstream and downstream to look up Q in a table (or look up max/min-Q for pumps with discharge-control).
See Also