Click or drag to resize

IADNode Interface

Interface for an AD node.

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 IADNode

The IADNode type exposes the following members.

Properties
  NameDescription
Public propertyHDNode
The HD node used as basis for the AD calculations
Public propertyReaches
List of Reach connections, each specyfing a connection between the node and a reach.
Public propertyUseDispersion
Flag indicating whether dispersion is to be applied between node and reaches, or for open boundary nodes, between the node and the external waters.
Public propertyValuesNp1
Component values in node.
Top
Methods
  NameDescription
Public methodOutflowConcentration
The outflow concentration, i.e. concentration of component in water flowing out of the point.
Top
See Also