A python parser for Abaqus.inp (dotinp) files. This parser enables converting a .inp file to a python object tree which can be manipulated and queried. Therefore this script helps auto-generating and altering finite element models (FEMs) programmatically.
- Orientation
- Node
- Element
- Elsets
- Nsets
- Assembly
- Part
- Step
- Include
- Material
- Section (Beam/ solid/ shell)
- Parameter
- ...
- Delete set: delete a list of elsets/nsets and all elements/nodes which are unique to these sets.