Click or drag to resize

IHDStructureGridPoint Interface

A Q grid point containing a structure.

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 IHDStructureGridPoint : IHDQGridPoint

The IHDStructureGridPoint type exposes the following members.

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