IAirQGridPoint Interface

Air flow/discharge point. Represents the discharge between two pressure (H) points.

Definition

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

Properties

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)

See Also