The Odb object is the in-memory representation of an output database (ODB) file.
import odbAccess session.odbs[name]
This method creates a new Odb object.
session.Odb
Required argument
A String specifying the repository key.
Optional arguments
A String specifying the title of the output database. The default value is an empty string.
A String specifying the description of the output database. The default value is an empty string.
A String specifying the path to the file where the new output database (.odb ) file will be written. The default value is an empty string.
Return value
An Odb object.
Exceptions
This method returns the frame at the specified time, frequency, or mode. It will not interpolate values between frames. The method is not applicable to an Odb object containing steps with different domains or to an Odb object containing a step with load case specific data.
Required argument
A Double specifying the value at which the frame is required. frameValue can be the total time or frequency.
Optional argument
A SymbolicConstant specifying which frame to return if there is no frame at the exact frame value. Possible values are CLOSEST, BEFORE, AFTER, and EXACT. The default value is CLOSEST.
When match=CLOSEST, Abaqus returns the closest frame. If the frame value requested is exactly halfway between two frames, Abaqus returns the frame after the value.
When match=EXACT, Abaqus raises an exception if the exact frame value does not exist.
Return value
An OdbFrame object.
Exceptions
If the exact frame is not found:
This method saves output to an output database (.odb ) file.
Arguments
Return value
Exceptions
OdbError
This method is used to update an Odb object in memory while an Abaqus analysis writes data to the associated output database. update checks if additional steps have been written to the output database since it was opened or last updated. If additional steps have been written to the output database, update adds them to the Odb object.
Arguments
Return value
A Boolean specifying whether additional steps or frames were added to the Odb object.
Exceptions
The Odb object has members with the same names and descriptions as the arguments to the Odb method.
In addition, the Odb object can have the following members:
A Boolean specifying whether the output database was opened with read-only access.
A repository of Amplitude objects.
A repository of Filter objects.
An OdbAssembly object.
A JobData object.
A repository of OdbPart objects.
A repository of Material objects.
A repository of OdbStep objects.
A repository of Section objects.
A repository of SectionCategory objects.
A SectorDefinition object.
A UserData object.
A RepositorySupport object.
A repository of Profile objects.