IRoutingElementCalculator Interface

Interface for calculating routing

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 IRoutingElementCalculator : IRoutingHDElement
Implements
IRoutingHDElement

Properties

DischargeN Discharge for time n. Unit: [m3/s]
(Inherited from IRoutingHDElement)
DischargeNp1 Discharge for time n+1. Unit: [m3/s]
(Inherited from IRoutingHDElement)
WaterLevelN Water level for time n. Unit: [m]
(Inherited from IRoutingHDElement)
WaterLevelNp1 Water level for time n+1. Unit: [m]
(Inherited from IRoutingHDElement)

Methods

See Also