IFreeOverFlowLevelData Interface |
Namespace: DHI.Mike1D.StructureModule
public interface IFreeOverFlowLevelData : IComparable<IFreeOverFlowLevelData>, ICloneable
The IFreeOverFlowLevelData type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) |
![]() | CompareTo | Compares the current object with another object of the same type. (Inherited from IComparableIFreeOverFlowLevelData.) |