HPointBase Class

Common functionality for calculation of H points stability analysis.

Definition

Namespace: DHI.Mike1D.Mike1DDataAccess.NetworkAnalysisTool
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public abstract class HPointBase
Inheritance
Object    HPointBase
Derived

Constructors

HPointBaseInitializes a new instance of the HPointBase class

Properties

BottomLevel Bottom level of the Cross Section.
CrossSection Crossection associated to the H-point and that is used for the Network analysis.
Location location of the H-point.
WaterDepth WaterDepth for the Hpoint

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetFullCrossSectionDepth Sets the WaterDepth to the equivalent of the Full cross section: This means in practice: a) for open cross section, the minimum between marker 1 and marker 3. b) for closed cross sections, the maximum height of the cross section.
SetLowFlowCrossSectionDepth Sets the WaterDepth to the equivalent of the low flow cross section: This means in practice: a) for open cross section, the minimum between marker 4 and marker 5 if any of these exists. b) If hese do not exist, the water depth will be set as full cross section i.e., method SetFullCrossSectionDepth will be use instead.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also