INodeStructure Interface

Interface for a node structure.

A node structure must have three reaches connected, and the 3rd reach is a special reach where the discharge into the reach is controlled by the CalculateDischarge(DateTime) method.

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface INodeStructure

Methods

CalculateDischarge Calculate discharge through structure.

This is the maximum discharge that will go through the structure. If there are less water available than what is calculated here, the actual discharge through the structure may be less.

FinalizeTimestep Finalize time step. Can be used to update statistics or issue warnings.
Initialize Initialize structure.

See Also