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.
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.