Click or drag to resize

StructureParameters Class

Class which contains parameters used during initilization of structures
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.StructureModuleStructureParameters

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 StructureParameters

The StructureParameters type exposes the following members.

Constructors
  NameDescription
Public methodStructureParameters
Initializes a new instance of the StructureParameters class
Top
Properties
  NameDescription
Public propertyCulvertSolverMethod
Method to use when solving the culvert equations
Public propertyCulvertUpstreamExternalEnergyLevel
Method to use when solving the culvert equations
Public propertyDelhs
In ILinearZeroVariation structures: For water level differences less than Delhs a linear Q variation is used between h1-h2=delhs and h1-h2=0. This is to avoid stability problems for small water level differences where dQdh goes to infinity. Unit: [m] Default: 0.01
Public propertyMaximumIterationsInCompositeStructures
Maximum iterations in composite structures to allow convergence of discharges when multiple structures are present in the same grid point. Default: 100
Public propertyMaximumIterationsInStructure
Maximum number of iterations in a structure to obtain convergence of the discharge. Default value = 100
Public propertyMinimumHeadloss
Minimum head loss across a structure. Default value = 0.1
Public propertyUseGlobalDelhs
Flag specifying whether to use the global value Delhs for all structures or whether to have each structure seperately specify their own value, stored in Delhs.

If this is set, the Delhs will be overridden with the Delhs value.

Default is false.

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 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
Fields
See Also