Click or drag to resize

Res1DBridge Methods

The Res1DBridge type exposes the following members.

Methods
  NameDescription
Protected methodCloseDfsFile (Inherited from Res1DStreamBridge.)
Public methodConnect
Connects to storage
(Inherited from Res1DStreamBridge.)
Protected methodCreateDynamicItemInfos (Inherited from Res1DStreamBridge.)
Protected methodCreateDynamicItemInfosOld (Inherited from Res1DStreamBridge.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Release ressources allocated by the bridge.
(Inherited from Res1DStreamBridge.)
Public methodFinish (Inherited from Res1DStreamBridge.)
Public methodFlush
Write the contained time steps into the res11 file
(Inherited from Res1DStreamBridge.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOpenDfsFile (Inherited from Res1DStreamBridge.)
Protected methodPeakStaticItemNameNext
Peak the next static item.
(Inherited from Res1DStreamBridge.)
Protected methodPeakStaticItemNext
Peak the next static item.
(Inherited from Res1DStreamBridge.)
Public methodPrepare
Prepare bridge, create the file, add dynamic and static items.
(Overrides Res1DStreamBridgePrepare(IDiagnostics).)
Public methodRead
Reads in the data specified by _specification and _filePath and populates _resultData.
(Inherited from Res1DStreamBridge.)
Public methodReadData
Reads in the data from persistant storage and populates the associated resultdata object.

You can not load the data without having loaded the header, hence it can be assumed that ReadHeader(IDiagnostics) has already been called.

(Overrides Res1DStreamBridgeReadData(IDiagnostics).)
Public methodReadHeader(IDiagnostics)
Reads in the header data from persistant storage and populates the associated resultdata object.
(Inherited from Res1DStreamBridge.)
Public methodReadHeader(IDiagnostics, Boolean) (Inherited from Res1DStreamBridge.)
Protected methodReadStaticItemNext
Reads the next static item, depending on the _readMode.
(Inherited from Res1DStreamBridge.)
Public methodReadTimeForTimeStep
Read the first item of the provided time step, and return the time.
Public methodReadTimeStep
Read and populate result data with data for the given time step
Protected methodRewindTime
If simulation time is changed "back in time", rewind writing of results, overwriting already written data with new values.

Only if [!:]

(Overrides Res1DStreamBridgeRewindTime.)
Public methodSave
Writes the content of the _resultDataAccess into a Res1d file
(Inherited from Res1DStreamBridge.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTriggerTimeStepReadEvent
Method to trigger when a new time step has been read.
(Inherited from Res1DStreamBridge.)
Public methodWrite
write everything in a file, closing and finalizing file.
(Inherited from Res1DStreamBridge.)
Top
See Also