IADReach Interface

A reach in the AD module, containing a number of AD grid points.

Definition

Namespace: DHI.Mike1D.Engine.ModuleAD
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IADReach : IModuleReach
Implements
IModuleReach

Properties

ComponentTransport For component and each face, component transport over the face in [adCompUnit * m3/s], so if ad component unit is [g/m3], component transport is in [g/s].

All reaches but structure reaches include a face transport point at the beginning and the end of the reach, i.e. number of faces is number of AD gridpoints + 1 (-1 for structure reaches)

EndNode Downstream node
EngineReach EngineReach matching this module reach
(Inherited from IModuleReach)
FlowReach The IFlowReach which this ADReach "covers"
GridPoints List of AD grid points
HDReach The HD reach which this ADReach "covers"
Obsolete
StartNode Upstream node

Extension Methods

GetADGridPointFromFlowGridPointIndex Get AD grid point from flow (for example, HD) grid point index
(Defined by ADModuleExtensions)
GetADGridPointFromHDGridPointIndex Get AD grid point from flow (for example, HD) grid point index
(Defined by ADModuleExtensions)
GetADGridPointIndexFromFlowGridPointIndex Get AD grid point index from flow (for example, HD) grid point index
(Defined by ADModuleExtensions)
GetADGridPointIndexFromHDGridPointIndex Get AD grid point index from flow (for example, HD) grid point index
(Defined by ADModuleExtensions)

See Also