INodeStructure Interface |
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
The INodeStructure type exposes the following members.
Name | Description | |
---|---|---|
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.
|