Click or drag to resize

PumpType Enumeration

Type of pump

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public enum PumpType
Members
  Member nameValueDescription
ConstantFlow0 Constant Q
HQTable1 Use the upstream water level to look up Q in a table
DeltaHQTable2 Use the water difference between upstream and downstream to look up Q in a table
See Also