Solid-Mechanics / matplotlib-4-abaqus

allow abaqus(v6.14-1) to use matplotlib in its build-in python scripts environment.
MIT License
44 stars 26 forks source link
abaqus matplotlib python

matplotlib-4-abaqus

Allow abaqus(v6.14-1) to use matplotlib in its build-in python scripts environment.

The advantage to let abaqus python use matplotlib module is you can use python to read your abaqus odb file and operate the result data like stress and strain, and the plot it out and save as pdf or eps file that can used in latex.

Good news

abaqus 2020 officially include matplotlib (2.2.4)!

python modules

This project include the following python modules. ONLY tested on abaqus 6.14-1.

how it works

Copy the python modules to the abaqus python package folder:

...\SIMULIA\Abaqus\6.14-1\tools\SMApy\python2.7\Lib\site-packages

test

known bugs:

License

matplotlib-4-abaqus is under the MIT License.