Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] converting a med file to inp (Abaqus) FAIL #1488

Open
dautuan88 opened this issue Aug 22, 2024 · 0 comments
Open

[BUG] converting a med file to inp (Abaqus) FAIL #1488

dautuan88 opened this issue Aug 22, 2024 · 0 comments

Comments

@dautuan88
Copy link

dautuan88 commented Aug 22, 2024

Description
We are using meshio and I want to convert a mesh in MED format to inp format Abaqus.
When trying to write to inp, it fails with the following error:

meshio_to_abaqus_type[cell_type] if translate_cell_names else cell_type

KeyError: 'pyramid'

meshio mesh object

Number of points: 146705
Number of cells:
hexahedron: 104804
pyramid: 4138
quad: 79783
line: 3562
tetra: 3272
triangle: 2982
Point data: point_tags
Cell data: cell_tags

Thanks for yours helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant