IADNode Interface

Interface for an AD node.

Definition

Namespace: DHI.Mike1D.Engine.ModuleAD
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IADNode : IModuleNode
Implements
IModuleNode

Properties

EngineNode EngineNode matching this module node
(Inherited from IModuleNode)
FlowNode The flow node used as basis for the AD calculations
HDNode The HD node used as basis for the AD calculations
Obsolete
Reaches List of Reach connections, each specifying a connection between the node and a reach.
SourceInflowMassPerSecForComponent The inflow mass per second ([kg/s] if SI) in this timestep from an external source per component.
UseDispersion Flag indicating whether dispersion is to be applied between node and reaches, or for open boundary nodes, between the node and the external waters.
ValuesNp1 Component values in node.

Methods

OutflowConcentration The outflow concentration, i.e. concentration of component in water flowing out of the point.

See Also