Click or drag to resize

IFreeOverFlowLevelData Interface

Represents free over flow data for one level.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IFreeOverFlowLevelData : IComparable<IFreeOverFlowLevelData>, 
	ICloneable

The IFreeOverFlowLevelData type exposes the following members.

Properties
  NameDescription
Public propertyArea
Flow Area through the weir.
Public propertyDischarge
Discharge in case of free overflow.
Public propertyHNeg
UpStream water level (compared to flow dir) in case of negative flow.
Public propertyHPos
UpStream water level in case of positive flow.
Public propertyHWeir
Water level at the weir.
Public propertyWidth
Flow Width through weir.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodCompareTo
Compares 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.)
Top
See Also