Accessing an Output Database

This section describes how you access the data in an output database using either the Abaqus Scripting Interface or the C++ Application Programming Interface (API). You can read model data and field and history data from an output database. You can also write field and history data to an output database.\

The Abaqus Scripting Interface commands that read and write data from an output database are described in Odb commands.

The C++ commands that read and write data from an output database are described in Odb commands.


In this section:

Using the Abaqus Scripting Interface to access an output database
Using C++ to access an output database