IHDQGridPoint Interface

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

The HD Q grid point contains discharge.

Definition

Namespace: DHI.Mike1D.Engine.ModuleHD
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IHDQGridPoint : IFlowQGridPoint
Implements
IFlowQGridPoint

Properties

DischargeN Discharge at time n Unit: [m3/s]
DischargeNp1 Discharge at time step n+1 Unit: [m3/s]
DischargeNpd Discharge at time step n+delta Unit: [m3/s]
(Inherited from IFlowQGridPoint)
DischargeNph Discharge at time step n+½ Unit: [m3/s]
(Inherited from IFlowQGridPoint)
GridPoint Engine grid point matching this gridpoint
(Inherited from IFlowQGridPoint)
IsActiveStructure Flag specifying if special/structure action is active. If false, the underlying standard HDQ grid point scheme is active.
(Inherited from IFlowQGridPoint)

Extension Methods

AddToOffers Add to "offers", i.e. quantities that can be outputted to result file and requested through the result proxy system

Adding to offers of HD grid points using this method is intended for experimentation, where it is easy to readily get an offer on a grid point. For more memory optimized code the use of DataModule is suggested.


(Defined by ModuleHDExtensions)

See Also