Click or drag to resize

HDWaterVolumeChangeCalculator Class

Helper class to calculate the change of volume of water in a timestep in the network
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.Engine.ModuleDataEngineDataItemAllBaseDouble
    DHI.Mike1D.Engine.ModuleDataEngineDataItemAllArrayDouble
      DHI.Mike1D.Engine.AddOnsHDWaterVolumeChangeCalculator

Namespace:  DHI.Mike1D.Engine.AddOns
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class HDWaterVolumeChangeCalculator : EngineDataItemAllArray<double>

The HDWaterVolumeChangeCalculator type exposes the following members.

Properties
Methods
  NameDescription
Public methodContainsDataGeneric
Check whether there is data for the index reference
(Inherited from EngineDataItemAllBaseT.)
Public methodContainsDataNode
Check whether there is data for the specified node
(Inherited from EngineDataItemAllArrayT.)
Public methodContainsDataReach
Check whether there is data for the specified reach
(Inherited from EngineDataItemAllArrayT.)
Public methodContainsDataReachGeneric
Check whether there is generic data for the specified reach
(Inherited from EngineDataItemAllBaseT.)
Public methodStatic memberCreate
Create helper class for calculating total inflow to a reach
Protected methodCreateReachesData
Create ReachesData, usually array of all reaches
(Inherited from EngineDataItemAllArrayT.)
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 methodGetDataReach
Get engine data for the specified reach.
(Inherited from EngineDataItemAllArrayT.)
Public methodGetDataReachGeneric
Get generic engine data for the specified reach.
(Inherited from EngineDataItemAllBaseT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Get engine data for the specified node.
(Inherited from EngineDataItemAllArrayT.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare (Inherited from EngineDataItemAllBaseT.)
Protected methodSetEngineDataReach
Set reach data to reaches array
(Inherited from EngineDataItemAllArrayT.)
Public methodSetupDataForNodes(EngineNet)
Setup data for all nodes
(Inherited from EngineDataItemAllArrayT.)
Public methodSetupDataForNodes(EngineNet, EngineDataItemAllArrayTDCreateNodeData)
Setup data for all nodes
(Inherited from EngineDataItemAllArrayT.)
Public methodSetupDataForReaches(EngineNet)
Set up reach data, data on all gridpoints
(Inherited from EngineDataItemAllBaseT.)
Public methodSetupDataForReaches(EngineNet, EngineDataItemAllArrayTDCreateReachDataT)
Set up reach data, based on delegate
(Inherited from EngineDataItemAllArrayT.)
Public methodSetupDataForReaches(EngineNet, FuncEngineReach, Int32)
Set up reach data, based on delegate that returns an indexList
(Inherited from EngineDataItemAllArrayT.)
Public methodCode exampleSetupDataForReaches(EngineNet, PredicateGridPoint)
Set up reach data, data on all gridpoints of a given instance type
(Inherited from EngineDataItemAllArrayT.)
Public methodCode exampleSetupDataForReaches(EngineNet, Type)
Set up reach data, data on all gridpoints of a given instance type
(Inherited from EngineDataItemAllArrayT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateValues
Update values of all pull items
(Overrides EngineDataItemAllBaseTUpdateValues.)
Public methodValueFractionGetter (Inherited from EngineDataItemAllArrayT.)
Public methodValueGetter (Inherited from EngineDataItemAllArrayT.)
Top
Fields
  NameDescription
Protected field_engineNet
EngineNet variable
(Inherited from EngineDataItemAllArrayT.)
Public fieldGenericData
Generic data
(Inherited from EngineDataItemAllBaseT.)
Public fieldHasNodesData
Has Data on nodes. Null if on all nodes
(Inherited from EngineDataItemAllArrayT.)
Public fieldNodesData
Data on nodes. Null if no data on nodes
(Inherited from EngineDataItemAllArrayT.)
Public fieldReachesData
Data on reaches. Null if no data on reaches
(Inherited from EngineDataItemAllArrayT.)
Public fieldReachGenericData
Generic data on reaches
(Inherited from EngineDataItemAllBaseT.)
Top
See Also