jgerstmayr / EXUDYN

Multibody Dynamics Simulation: Rigid and flexible multibody systems
https://www.youtube.com/channel/UCsQD2bIPBXB_4J23WtqKkVw/playlists
Other
173 stars 23 forks source link

Error in ImportFromAbaqusInputFile #43

Closed qkhadim22 closed 1 year ago

qkhadim22 commented 1 year ago

We are using Abaqus2020 to create .inp file. The mesh is created using the Exudyn guidelines. However, we are receiving the error below:

raise ValueError("ImportFromAbaqusInputFile: element type '"+elementTypeName+"' can not yet be imported") ValueError: ImportFromAbaqusInputFile: element type 'C3D10' can not yet be imported.

But, we can use Hex8, Hex20, Tet4 and Tet10 (C3D4, C3D8, C3D10, C3D20) elements for mesh according to the documentation.

jgerstmayr commented 1 year ago

Try to update to the most current version 1.6.65.dev1. It now includes all mentioned elements including C3D4, C3D8, C3D8R, C3D10, C3D20, C3D20R.