IFreeOverFlowLevelData Interface

Represents free over flow data for one level.

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IFreeOverFlowLevelData : IComparable<IFreeOverFlowLevelData>, 
	ICloneable
Implements
ICloneable, IComparableIFreeOverFlowLevelData

Properties

Area Flow Area through the weir.
Discharge Discharge in case of free overflow.
HNeg UpStream water level (compared to flow dir) in case of negative flow.
HPos UpStream water level in case of positive flow.
HWeir Water level at the weir.
Width Flow Width through weir.

Methods

CloneCreates a new object that is a copy of the current instance.
(Inherited from ICloneable)
CompareToCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparableIFreeOverFlowLevelData)

See Also