Click or drag to resize

IADReachComponentTransport Property

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)

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#
double[][] ComponentTransport { get; }

Property Value

Type: Double
See Also