Abaqus Output Database#
- class Odb(name: str, analysisTitle: str = '', description: str = '', path: str = '')[source]
The Odb object is the in-memory representation of an output database (ODB) file.
Notes
This object can be accessed by:
import odbAccess session.odbs[name]
- Attributes:
- isReadOnly: Boolean
A Boolean specifying whether the output database was opened with read-only access.
- amplitudes: dict[str, Amplitude]
A repository of
Amplitudeobjects.- filters: dict[str, Filter]
A repository of
Filterobjects.- rootAssembly: OdbAssembly
An
OdbAssemblyobject.- jobData: JobData
A
JobDataobject.- parts: dict[str, OdbPart]
A repository of
OdbPartobjects.- materials: dict[str, Material]
A repository of
Materialobjects.- steps: dict[str, OdbStep]
A repository of
OdbStepobjects.- sections: dict[str, Section]
A repository of
Sectionobjects.- sectionCategories: dict[str, SectionCategory]
A repository of
SectionCategoryobjects.- sectorDefinition: SectorDefinition
A
SectorDefinitionobject.- userData: UserData
A
UserDataobject.- customData: RepositorySupport
A
RepositorySupportobject.- profiles: dict[str, Profile]
A repository of
Profileobjects.
Methods
Part(name, embeddedSpace, type)This method creates an OdbPart object.
SectionCategory(name, description)This method creates a SectionCategory object.
Step(name, description, domain[, ...])This method creates an OdbStep object.