Outputs Abaqus odb information to MATLAB mat file. Designed with the intention of performing data analysis on Abaqus results using MATLAB. Uses the Abaqus ODB API as well as the MATLAB MAT-File API.
Uses absolutepath mfile from File Exchange.
- Outputs geometry and results data from Abaqus odbs to mat files.
- Attempts to replicate odb structure in MATLAB.
- Example odb files are included.
- Most testing is done on Linux system using g++ compiler, therefore some Windows specific issues might exist.
- Results output is limited to fieldout variables.
- Issues with running out of memory when extracting data from large odbs.
- Copy site level env file to run directory.
- Add corresponding (win/linux) compile and linking flags to env file.
- Use "abaqus make" utility to build.
- Fill in necessary information in odbToMat_script.m and run.
Developed using Abaqus 6-13-1 and MATLAB R2013a. Abaqus C++ commands used do not appear to have any changes since at least 6-10.
- Ubuntu 12.04 x64 with g++ 4.6
- Scientific Linux 6.5 x64 with g++ 4.4.7
- Windows 7 x64 in virtualbox with Microsoft VS 2010.
- Fix issues with large data sets.
- Clean up code.
- Add ability to output on a set basis.
- Add history outputs.
- Add odbToMat_function.m.