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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public interface IADReach

The IADReach type exposes the following members.

Properties
  NameDescription
Public propertyComponentTransport
Component transport. For each component contains value of transport from one grid point to the next.

All reaches but structure reaches include a transport point at the beginning and the end of the reach, specifying the transport into/out-of the reach in the first/last grid point. Hence, the number of transport points is number of AD gridpoints + 1 (-1 for structure reaches)

Public propertyEndNode
Downstream node
Public propertyGridPoints
List of AD grid points
Public propertyHDReach
The HD reach which this ADReach "covers"
Public propertyStartNode
Upstream node
Top
See Also