Mike1DResultDataFactory Class |
Namespace: DHI.Mike1D.Mike1DDataAccess
The Mike1DResultDataFactory type exposes the following members.
Name | Description | |
---|---|---|
Mike1DResultDataFactory |
Constructor
|
Name | Description | |
---|---|---|
SkipDataItems |
Flag indicating if to skip creating data items automatically from
engine. If set, the user must define data items themselves, and
also assure that data is populated automatically.
Default: false | |
UserDefinedWriting |
Flag indicating if the user handles flushing to file manually.
If set, the user must manually write data to file.
Default: false, meaning that writing to file is handled automatically by the engine. |
Name | Description | |
---|---|---|
CreateAdditionalAdOutputSpecification |
Helper method for model bridges to set up additional AD output specifications
| |
CreateAdditionalOutputSpecification |
Create an additional output specification
| |
CreateADOutputSpecification |
Create an AD output specification that matches the baseSpecss
| |
CreateADRROutputSpecification |
Create an AD-RR output specification that matches the baseSpecss
| |
CreateNodeDataItem |
Creates a DataItem for a node if the quantity is offered by the node.
If the given quantity is not offered, null is returned.
| |
CreateReachDataItem |
Creates a DataItem for a reach if the quantity is offered as an item global
to the reach. If the given quantity is not offered, null is returned.
| |
CreateReachDataItemsFromGridPoints |
Creates a DataItem for all grid points in a reach. If no gridpoints offer
the given quantity, null is returned.
The method returns a list of data items, since the same quantity may occur more than once on a grid point (e.g. structure discharges if there are paralle structures (more than one structure at the same location) | |
CreateRes1DDataItem(ResultData, ResultSpecification, EngineNet, IQuantity, IProxyProvider) |
Create data item in results for the quantity
extracting values from the module. The data items are stored in the
results object.
| |
CreateRes1DDataItem(ResultData, ResultSpecification, EngineNet, IQuantity, IProxyProvider, IRes1DSpatialFilter) |
Create data item in results for the quantity
extracting values from the module. The data items are stored in the
results object.
| |
CreateResultData |
Create result data object from result specification
| |
CreateResultDataLTS |
Create result data object from result specification for LTS simulation.
| |
CreateSTRROutputSpecification |
Create an ST-RR output specification that matches the baseSpecs
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetupTimings |
Setup timings for resultData object,
to report timings together with the post-time-step event timers.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |