Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.35 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.35 KB

abaqus2dyna

Build Status Coverage Status PyPI version

abaqus2dyna is a script to convert, in a limited fashion, Abaqus keyword input files to LS-DYNA keyword input files. It is currently very limited. See example.inp for an example Abaqus file that can be converted.

Note: test coverage is virtually nil, and the code is likely difficult to follow. I may try to improve it, but feel free to modify and make a pull request. As of October 2018, I have at least set up some very basic tests, but manually testing is still required until I enhance the test suite.

License

abaqusy2dyna is free software and licensed under the MIT License.

Installation

pip install abaqus2dyna

Instructions

abaqus2dyna.py INPUT -o output

Features

The goal is to convert the nodes/elements/sets of an Abaqus assembly to an equivalent input file for LS-DYNA. The user is responsible to convert steps/materials/etc.

Info

Source code: https://github.com/tbhartman/abaqus2dyna