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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
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 object with another object of the same type.
(Inherited from IComparableIFreeOverFlowLevelData.)
Top
See Also