Click or drag to resize

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.

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface INodeStructure

The INodeStructure type exposes the following members.

Methods
  NameDescription
Public methodCalculateDischarge
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.

Public methodFinalizeTimestep
Finalize time step. Can be used to update statistics or issue warnings.
Public methodInitialize
Initialize structure.
Top
See Also