BedResistance Class |
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.
Namespace: DHI.Mike1D.HDParameterDataAccess
The BedResistance type exposes the following members.
Name | Description | |
---|---|---|
BedResistance | Initializes a new instance of the BedResistance class |
Name | Description | |
---|---|---|
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.
| |
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows 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.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |