Click or drag to resize

HydraulicParameters Class

Table of corresponding depths, areas, hydraulic radi and conveyances.
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.StructureModuleHydraulicParameters

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class HydraulicParameters : IHydraulicParameters

The HydraulicParameters type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAreas
Areas
Public propertyConveyance
Conveyances
Public propertyCount
Number of elements in list
Public propertyDepths
Depths. The first depth need not be zero
Public propertyRadii
Hydraulic radii
Public propertyWidthAtTop
Width of cross section at top of tabulated depths and areas.
Top
Methods
  NameDescription
Public methodClone
Returns copy of the instance
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 methodGetArea
Get area of culvert geometry
Public methodGetAreaDerivative
Get area derivative of culvert geometry
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHydraulicRadiusToPower43
Looks up a hydraulic radius from a depth. The radius i powered to the 4/3 and returned.
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 methodMoveParameterSetClosestToArea
By interpolation the parameter set that has an area closest to fraction*max_area is moved to excactly fraction*max_area.
Public methodPrepare
Prepare for simulation
Public methodSetParameters
Sort and cache values for fast interpolation
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also