HDModule Properties

Properties

DataItems Data items for the HD module that can be reused.
EngineNet 
EngineTime 
HDParameters HDParameters
Id Id of module
IsInitialized Returns true if the moduel is initialized (the constructor does so currently)
IsPrepared Returns true if the moduel is prepared (Prepare(Diagnostics) has been called)
IterationNumber Iteration number. Access to the iteration number is needed in the control module (via a sensor)
Nodes List of all HD nodes in network.

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

NumericalWater Added numerical water = Added numerical water in nodes + Added numerical water in grid points
Obsolete
Order Order of module. Modules are processed in order.
Reaches 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.

RuntimeDiagnostics Diagnostics instance for the HD module. Used during runtime.

See Also