Click or drag to resize

HDDomain Class

A HD Domain is a subset of a network, used when domain decomposing the solution
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.Engine.ModuleHDHDDomain

Namespace:  DHI.Mike1D.Engine.ModuleHD
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public class HDDomain

The HDDomain type exposes the following members.

Constructors
  NameDescription
Public methodHDDomain
Constructor creating a new HDModule and initializing it with the given EngineNet and HD parameters.
Top
Properties
  NameDescription
Public propertyIterationNumber
Iteration number. Access to the iteration number is needed in the control module (via a sensor)
Public propertyNodes
List of all HD nodes in network.

Need not include all Engine nodes, use the GetHDNode(EngineNode) to check if a given engine node also has a corresponding HD node.

Public propertyReaches
List of all HD reaches in network.

Need not include all Engine reaches, use the GetReach(EngineReach) to check if a given engine reach also has a corresponding HD reach.

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 a hash function for a particular type.
(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 methodPerformTimestep
Perform one time step. Return true if time step succeeded, or false if it failed.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPreIterationEvent
An event that is called everytime a timestep was successfully performed.
Top
See Also