Click or drag to resize

HDDischargeStepAveraged Class

A calculator that calculates the mass error for the latest time step.
Inheritance Hierarchy
System.Object
  DHI.Mike1D.Engine.ModuleData.EngineDataItemAllBase<Double>
    DHI.Mike1D.Engine.ModuleData.EngineDataItemAllArray<Double>
      DHI.Mike1D.Engine.AddOns.HDDischargeStepAveraged

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 HDDischargeStepAveraged : EngineDataItemAllArray<double>

The HDDischargeStepAveraged type exposes the following members.

Properties
Methods
  NameDescription
Public methodContainsDataGeneric
Check whether there is data for the index reference
(Inherited from EngineDataItemAllBase<T>.)
Public methodContainsDataNode
Check whether there is data for the specified node
(Inherited from EngineDataItemAllArray<T>.)
Public methodContainsDataReach
Check whether there is data for the specified reach
(Inherited from EngineDataItemAllArray<T>.)
Public methodContainsDataReachGeneric
Check whether there is generic data for the specified reach
(Inherited from EngineDataItemAllBase<T>.)
Public methodStatic memberCreate
Create calculator
Protected methodCreateReachesData
Create ReachesData, usually array of all reaches
(Inherited from EngineDataItemAllArray<T>.)
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 EngineDataItemAllArray<T>.)
Public methodGetDataReachGeneric
Get generic engine data for the specified reach.
(Inherited from EngineDataItemAllBase<T>.)
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 EngineDataItemAllArray<T>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare (Overrides EngineDataItemAllBase<T>.Prepare().)
Protected methodSetEngineDataReach
Set reach data to reaches array
(Inherited from EngineDataItemAllArray<T>.)
Public methodSetupDataForNodes(EngineNet)
Setup data for all nodes
(Inherited from EngineDataItemAllArray<T>.)
Public methodSetupDataForNodes(EngineNet, EngineDataItemAllArray<T>.DCreateNodeData)
Setup data for all nodes
(Inherited from EngineDataItemAllArray<T>.)
Public methodSetupDataForReaches(EngineNet)
Set up reach data, data on all gridpoints
(Inherited from EngineDataItemAllBase<T>.)
Public methodSetupDataForReaches(EngineNet, EngineDataItemAllArray<T>.DCreateReachData<T>)
Set up reach data, based on delegate
(Inherited from EngineDataItemAllArray<T>.)
Public methodSetupDataForReaches(EngineNet, Func<EngineReach,Int32[]>)
Set up reach data, based on delegate that returns an indexList
(Inherited from EngineDataItemAllArray<T>.)
Public methodCode exampleSetupDataForReaches(EngineNet, Predicate<GridPoint>)
Set up reach data, data on all gridpoints of a given instance type
(Inherited from EngineDataItemAllArray<T>.)
Public methodCode exampleSetupDataForReaches(EngineNet, Type)
Set up reach data, data on all gridpoints of a given instance type
(Inherited from EngineDataItemAllArray<T>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateValues
Update values of all pull items
(Overrides EngineDataItemAllBase<T>.UpdateValues().)
Public methodValueFractionGetter (Inherited from EngineDataItemAllArray<T>.)
Public methodValueGetter (Inherited from EngineDataItemAllArray<T>.)
Top
Fields
  NameDescription
Protected field_engineNet
EngineNet variable
(Inherited from EngineDataItemAllArray<T>.)
Public fieldGenericData
Generic data
(Inherited from EngineDataItemAllBase<T>.)
Public fieldHasNodesData
Has Data on nodes. Null if on all nodes
(Inherited from EngineDataItemAllArray<T>.)
Public fieldNodesData
Data on nodes. Null if no data on nodes
(Inherited from EngineDataItemAllArray<T>.)
Public fieldReachesData
Data on reaches. Null if no data on reaches
(Inherited from EngineDataItemAllArray<T>.)
Public fieldReachGenericData
Generic data on reaches
(Inherited from EngineDataItemAllBase<T>.)
Top
See Also