Click or drag to resize

IHDQGridPoint Interface

HD flow/discharge point. Represents the discharge between two H points.

The HD Q grid point contains discharge.

Namespace:  DHI.Mike1D.Engine.ModuleHD
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IHDQGridPoint

The IHDQGridPoint type exposes the following members.

Properties
  NameDescription
Public propertyDischargeN
Discharge at time n Unit: [m3/s]
Public propertyDischargeNp1
Discharge at time step n+1 Unit: [m3/s]
Public propertyDischargeNpd
Discharge at time step n+delta Unit: [m3/s]
Public propertyDischargeNph
Discharge at time step n+½ Unit: [m3/s]
Public propertyGridPoint
Engine grid point matching this gridpoint
Public propertyIsActiveStructure
Flag specyfing if special/structure action is active. If false, the underlying standard HDQ grid point scheme is active.
Top
See Also