IHydraulicParameterSet Interface

Represents the "Hydraulic Parameters" table of a culvert. The table stores relations between depth at invert, area, radius and conveyance. The table must be kept in sync with the QhFlowtypeRelation table.

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 IHydraulicParameterSet : IComparable<IHydraulicParameterSet>
Implements
IComparableIHydraulicParameterSet

Properties

Area Flow area for the given depth
Conveyance Conveyance for the given depth
Radius Hydraulic radius for the given depth
Y Depth above invert

Methods

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 IComparableIHydraulicParameterSet)

See Also