HydraulicParameters Class |
Namespace: DHI.Mike1D.StructureModule
The HydraulicParameters type exposes the following members.
Name | Description | |
---|---|---|
HydraulicParameters |
Default empty constructor, the data lists are not initialized
| |
HydraulicParameters(Int32) |
Default constructor, initializing the data lists.
| |
HydraulicParameters(IListIHydraulicParameterSet) |
Default constructor, initializing the data lists.
|
Name | Description | |
---|---|---|
Areas |
Areas
| |
Conveyance |
Conveyances
| |
Count |
Number of elements in list
| |
Depths |
Depths. The first depth need not be zero
| |
Radii |
Hydraulic radii
| |
WidthAtTop |
Width of cross section at top of tabulated depths and areas.
|
Name | Description | |
---|---|---|
Clone |
Returns copy of the instance
| |
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.) | |
GetArea |
Get area of culvert geometry
| |
GetAreaDerivative |
Get area derivative of culvert geometry
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetHydraulicRadiusToPower43 |
Looks up a hydraulic radius from a depth. The radius i powered to the 4/3 and returned.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MoveParameterSetClosestToArea |
By interpolation the parameter set that has an area closest to fraction*max_area
is moved to excactly fraction*max_area.
| |
Prepare |
Prepare for simulation
| |
SetParameters |
Sort and cache values for fast interpolation
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |