Click or drag to resize

IADReach Interface

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

Namespace:  DHI.Mike1D.Engine.ModuleAD
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IADReach : IModuleReach

The IADReach type exposes the following members.

Properties
  NameDescription
Public propertyComponentTransport
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)

Public propertyEndNode
Downstream node
Public propertyEngineReach
EngineReach matching this module reach
(Inherited from IModuleReach.)
Public propertyGridPoints
List of AD grid points
Public propertyHDReach
The HD reach which this ADReach "covers"
Public propertyStartNode
Upstream node
Top
Extension Methods
  NameDescription
Public Extension MethodGetADGridPointFromHDGridPointIndex
Get AD grid point from HD grid point index
(Defined by ADModuleExtensions.)
Public Extension MethodGetADGridPointIndexFromHDGridPointIndex
Get AD grid point index from HD grid point index
(Defined by ADModuleExtensions.)
Top
See Also