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: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IADNode : IModuleNode

The IADNode type exposes the following members.

Properties
  NameDescription
Public propertyEngineNode
EngineNode matching this module node
(Inherited from IModuleNode.)
Public propertyHDNode
The HD node used as basis for the AD calculations
Public propertyReaches
List of Reach connections, each specifying a connection between the node and a reach.
Public propertySourceInflowMassPerSecForComponent
The inflow mass per second ([kg/s] if SI) in this timestep from an external source per component.
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