| IADReach Interface | 
Namespace: DHI.Mike1D.Engine.ModuleAD
 Syntax
SyntaxThe IADReach type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | 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.) | 
|  | GridPoints | 
            List of AD grid points
             | 
|  | HDReach | 
            The HD reach which this ADReach "covers"
             | 
|  | StartNode | 
            Upstream node
             | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | GetADGridPointFromHDGridPointIndex | 
            Get AD grid point from HD grid point index
            (Defined by ADModuleExtensions.) | 
|  | GetADGridPointIndexFromHDGridPointIndex | 
            Get AD grid point index from HD grid point index
            (Defined by ADModuleExtensions.) | 
 See Also
See Also