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.
Namespace: DHI.Mike1D.StructureModuleAssembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
public interface IHydraulicParameterSet : IComparable<IHydraulicParameterSet>
- Implements
- IComparableIHydraulicParameterSet
| Area |
Flow area for the given depth
|
| Conveyance |
Conveyance for the given depth
|
| Radius |
Hydraulic radius for the given depth
|
| Y |
Depth above invert
|
| CompareTo | 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 IComparableIHydraulicParameterSet) |