tbhartman / abaqus2dyna

translate abaqus keyword input files to ls-dyna keyword input files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

translate abaqus keyword input files to ls-dyna keyword input files

License:MIT License


Languages

Language:Python 99.2%Language:Gherkin 0.5%Language:Makefile 0.3%