Res1DBridge Methods |
The Res1DBridge type exposes the following members.
Name | Description | |
---|---|---|
CloseDfsFile | (Inherited from Res1DStreamBridge.) | |
Connect |
Connects to storage
(Inherited from Res1DStreamBridge.) | |
CreateDynamicItemInfos | (Inherited from Res1DStreamBridge.) | |
CreateDynamicItemInfosOld | (Inherited from Res1DStreamBridge.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Release ressources allocated by the bridge.
(Inherited from Res1DStreamBridge.) | |
Finish | (Inherited from Res1DStreamBridge.) | |
Flush |
Write the contained time steps into the res11 file
(Inherited from Res1DStreamBridge.) | |
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.) | |
OpenDfsFile | (Inherited from Res1DStreamBridge.) | |
PeakStaticItemNameNext |
Peak the next static item.
(Inherited from Res1DStreamBridge.) | |
PeakStaticItemNext |
Peak the next static item.
(Inherited from Res1DStreamBridge.) | |
Prepare |
Prepare bridge, create the file, add dynamic and static items.
(Overrides Res1DStreamBridgePrepare(IDiagnostics).) | |
Read |
Reads in the data specified by _specification and _filePath and populates _resultData.
(Inherited from Res1DStreamBridge.) | |
ReadData |
Reads in the data from persistant storage and populates the associated resultdata object.
(Overrides Res1DStreamBridgeReadData(IDiagnostics).)You can not load the data without having loaded the header, hence it can be assumed that ReadHeader(IDiagnostics) has already been called. | |
ReadHeader(IDiagnostics) |
Reads in the header data from persistant storage and populates the associated resultdata object.
(Inherited from Res1DStreamBridge.) | |
ReadHeader(IDiagnostics, Boolean) | (Inherited from Res1DStreamBridge.) | |
ReadStaticItemNext |
Reads the next static item, depending on the _readMode.
(Inherited from Res1DStreamBridge.) | |
ReadTimeForTimeStep |
Read the first item of the provided time step, and return the time.
| |
ReadTimeStep | Read and populate result data with data for the given time step | |
RewindTime |
If simulation time is changed "back in time", rewind writing
of results, overwriting already written data with new values.
(Overrides Res1DStreamBridgeRewindTime.)Only if [!:] | |
Save |
Writes the content of the _resultDataAccess into a Res1d file
(Inherited from Res1DStreamBridge.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TriggerTimeStepReadEvent |
Method to trigger when a new time step has been read.
(Inherited from Res1DStreamBridge.) | |
Write |
write everything in a file, closing and finalizing file.
(Inherited from Res1DStreamBridge.) |