HeadLossParameterSet Class

Set of parameters that describes how and with what data the head loss calculations are performed. Parameters in this class covers the standard head loss calculations that are performed and implemented in a sewer system.

Definition

Namespace: DHI.Mike1D.NetworkDataAccess
Assembly: DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class HeadLossParameterSet : IHeadLossParameterSet
Inheritance
Object    HeadLossParameterSet
Implements
IHeadLossParameterSet

Constructors

HeadLossParameterSetInitializes a new instance of the HeadLossParameterSet class

Properties

EffectiveFlowAreaEstimationType Method to use for area calculation, used by head loss calculations.
HeadLossCalculationMethod Head loss calculation method
ID Identification string for a head loss parameter set
LossCoefficient Value of the loss coefficient. The value is interpreted as defined by LossCoefficientType
LossCoefficientType Interpretation type for the specified head loss coefficient.

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)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also