Click or drag to resize

IQhFlowTypeRelation Interface

Relation between depth, critical and flow type.

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 IQhFlowTypeRelation : IComparable<IQhFlowTypeRelation>, 
	ICloneable

The IQhFlowTypeRelation type exposes the following members.

Properties
  NameDescription
Public propertyCriticalDischarge
Critical discharge;
Public propertyFlowType
Type of flow
Public propertyY
Depth above the inlet at the actual upstream (i.e. upstream relative to actual flow direction) cross section.
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 IComparableIQhFlowTypeRelation.)
Top
See Also