Click or drag to resize

HDModule Methods

The HDModule type exposes the following members.

Methods
  NameDescription
Public methodAddBoundaryToAdaptiveTimeStepCheck
Add a boundary source to the adaptive time series check
Public methodAddToAdaptiveTimeStepCheck
Add a boundary source to the adaptive time series check
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 methodFinalizeTimestep
FinalizeTimeStep allows the modules to do operations required when a time step has successfully completed
Public methodFinish
Release any license and clean up
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetImplicitSourcePoint(EngineNode)
Get an implicit source point proxy for the node.

This can only be called after the Prepare(Diagnostics) function has been called.

Public methodGetImplicitSourcePoint(EngineReach, Int32)
Get an implicit source point proxy for the gridpoint in the reach.

This can only be called after the Prepare(Diagnostics) function has been called.

Public methodGetNode
Maps an EngineNode to the corresponding HD Node
Public methodGetProxy
Get a proxy for generic/global data
Public methodGetProxy(EngineNode)
Get a proxy for the node
Public methodGetProxy(EngineReach)
Get a proxy for the reach, covering a number of gridpoints
Public methodGetProxy(EngineReach, Int32)
Get a proxy for the gridpoint in the reach
Public methodGetProxyReachGeneric
Get a proxy for the reach, generic data (not gridpoint associated)
Public methodGetReach
Maps an EngineReach to the corresponding HD Reach
Public methodGetSourcePoint(EngineReach, Int32) Obsolete.
Get a source point for the gridpoint in the reach. Usually this can only be called after the Prepare(Diagnostics) function has been called.
Public methodGetSourcePoint(EngineReach, Type) Obsolete.
Get a source point covering all gridpoints in the reach of the specified type Usually this can only be called after the Prepare(Diagnostics) function has been called.
Public methodGetSourcePoint(EngineReach, Type, ILocationSpan) Obsolete.
Get a source point covering all gridpoints in the span of the specified type Usually this can only be called after the Prepare(Diagnostics) function has been called.
Public methodGetSourcePointProxy(EngineNode)
Get a source point proxy for the node.

Usually this can only be called after the Prepare(Diagnostics) function has been called.

Public methodGetSourcePointProxy(EngineReach, Int32)
Get a source point proxy for the gridpoint in the reach.

Usually this can only be called after the Prepare(Diagnostics) function has been called.

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 methodPreferredTimeStep
Public methodPrepare
Prepare HDModule for first time step.
Public methodPrepareForTimeStep
Prepare nodes and reaches for next time step. - first time: Updates states, n to n+1 and nph. Derived variables depending on only local state at n, n+1 and nph may also be updated - Subsequent times: Resets the external source contributions.
Public methodReadState
Read state and apply to module. Returns true if state was successfully read.
Public methodReset
Resets some of the HD module variables to initial values.
Public methodSetInitialValues
Set initial conditions, the water levels and discharges in all grid points and nodes to prepare for the first iteration.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteState
Write current state of module
Top
Extension Methods
See Also