BedResistance Class

The BedResistance class holds information of the resistance numbers throughout the network.

These are the resistance numbers used if the cross section has the Relative Resistance formulation.

All resistance values in one BedResistance object all relates to the same ResistanceFormulation.

Also, all resistance values are either multi-zone or single zone. Though a single zone value can be set by having only one zone, and hence no zone seperators.

Definition

Namespace: DHI.Mike1D.HDParameterDataAccess
Assembly: DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class BedResistance : IExtensibleDataObject
Inheritance
Object    BedResistance
Implements
IExtensibleDataObject

Constructors

BedResistanceInitializes a new instance of the BedResistance class

Properties

ColebrookWhiteCoefficients Coefficients for the Colebrook-White resistance formulation
ExtensionData Holds data from an extended DataContract
GlobalResistanceValue get/set a (uniform) global resistance value.

Use ResistanceValues.GlobalValue to set a non-uniform global resistance value (multizone value).

ResistanceFormulation The global resistance formulation to apply for relative resistances.

This is a shortcut for ResistanceFormulations.GlobalValue, and remains here for backwards compatibility reasons

ResistanceFormulations The resistance formulation to apply for relative resistances.
ResistanceValues Resitance values. Used by the GetBedResistanceValues(ILocation, Double, IDiagnostics)
ResistanceZoneApproach Zone approach, can specify a multi (triple) zone approach
ZoneLevels Zone levels, for multizone/tripple zone definition of resistances.

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)
GetBedResistanceValues Get a BedResistanceValueSet for the given location. To convert from levels to depth, the bottom level is also required.
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