Click or drag to resize

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.

Inheritance Hierarchy
SystemObject
  DHI.Mike1D.HDParameterDataAccessBedResistance

Namespace:  DHI.Mike1D.HDParameterDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class BedResistance : IExtensibleDataObject

The BedResistance type exposes the following members.

Constructors
  NameDescription
Public methodBedResistance
Initializes a new instance of the BedResistance class
Top
Properties
  NameDescription
Public propertyColebrookWhiteCoefficients
Coefficients for the Colebrook-White resistance formulation
Public propertyExtensionData
Holds data from an extended DataContract
Public propertyGlobalResistanceValue
get/set a (uniform) global resistance value.

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

Public propertyResistanceFormulation
The global resistance formulation to apply for relative resistances.
Public propertyResistanceValues
Public propertyResistanceZoneApproach
Zone approach, can specify a multi (triple) zone approach
Public propertyZoneLevels
Zone levels, for multizone/tripple zone definition of resistances.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBedResistanceValues
Get a BedResistanceValueSet for the given location. To convert from levels to depth, the bottom level is also required.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also