Multiple ODB Version Support
The ODB Reader supports multiple versions of Abaqus ODB results files.
You can read supported Abaqus (multiple) versions without needing to upgrade them. The current release supports Abaqus ODB versions Abaqus 2021, 2020, 2019, 2018, 2017. This feature is available in all of the Altair Simulation products, including HyperView, HyperGraph, HvTrans and Abaqus_fbd utility.
Multiple ODB Version Usage
- To load a file older than 2017, click Reader Options in the Load model panel.
- Select the Reader as ABAQUS ODB Result Reader.
- Set the option Auto-upgrade older ODB files to true. This creates a temporary ODB file in the default Abaqus version.
You can change the default Abaqus version to another supported version using the Reader options dialog located on the Load model panel. For example, if Abaqus 2017 is the most used version, set the selector to version 2017.
- If the variable is not set, the ODB files will be upgraded to the latest version, which is currently Abaqus 2021.
- However, for newer .odb file versions, you can use HvTrans on Windows/Linux-x86/x64 platforms to translate ODB to H3D. Then you can do interactive post-processing on any platforms supported by HyperWorks. It's important to note that only required results should be translated to avoid large H3D files.
Using the Upgrade Utility
- From the Start Menu, select
- Command line
When using the upgrade functionality via the Start Menu or HyperView drop down menu, the ODB file will be upgraded to the latest version (2020) or to the version set by the environment variable mentioned above.
abaqus_odb_upgrade <-version> <input> <output>
- -version
- The version needs to be specified here (e.g. -6.14). If no version is specified, the upgrade utility will upgrade to the latest version (2020) or the version set by the environment variable.
- input
- Path and file name of the ODB file to be upgraded has to be specified here. If the file is located in the current working directory, pathname can be omitted.
- output
- Path and file name of the resultant file needs to be specified here.
abaqus_odb_upgrade -6.14 c:\input\demo_610result.odb c:\output\demo_614.odb
- Windows
-
<altair>\io\result_readers\bin\win32\
- Linux
-
<altair>\altair\scripts\