Abaqus Model Database#
Objects in mdb
- class Mdb(pathName: str = '')[source]
The Mdb object is the high-level Abaqus model database. A model database stores models and analysis controls.
Notes
This object can be accessed by:
mdb- Attributes:
- version: int
An Int specifying the release number of the
Mdbobject in memory.- lastChangedCount: float
A Float specifying the value of a counter associated with the
Mdbobject. The counter indicates when theMdbobject was last changed.- jobs: dict[str, Job]
A repository of
Jobobjects.- adaptivityProcesses: dict[str, AdaptivityProcess]
A repository of
AdaptivityProcessobjects.- coexecutions: dict[str, Coexecution]
A repository of
Coexecutionobjects.- optimizationProcesses: dict[str, OptimizationProcess]
A repository of
OptimizationProcessobjects.- meshEditOptions: MeshEditOptions
A
MeshEditOptionsobject specifying the undo/redo behavior when editing meshes on parts or part instances.- models: dict[str, Model]
A repository of
Modelobjects.- customData: RepositorySupport
A
RepositorySupportobject.- annotations: dict[str, Annotation]
A repository of
Annotationobjects.
Methods
Model(name[, description, stefanBoltzmann, ...])This method creates a Model object.