QH relation for QdeltaH and QH pumps,
(dH, Q) or (H, Q) pairs. The XYTable ensures that dH (or H) is always increasing.
For QdeltaH, a positive dH is the height that water must be RAISED across the pump.
When DischargeControlActive is set (e.g. PID controlled pump) this HQ relation is the
maximum pump capacity. Set to null if no maximum capacity.
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public XYTable HQRelation { get; set; }
Public Property HQRelation As XYTable
Get
Set
public:
virtual property XYTable^ HQRelation {
XYTable^ get () sealed;
void set (XYTable^ value) sealed;
}
Property Value
Type:
XYTableImplements
IPumpHQRelationSee Also