Conversion of ABAQUS .inp mesh into xdmf with surface data #1479
Unanswered
JohannesMenning
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everyone,
I want to convert a 3D ABAQUS Mesh with definition of element and node sets into the xdmf format.
It works perfectly, using e.g. the following Code, when I just want to convert the mesh and preserve the information of the subdomains:
However, when I try to add the information about the surfaces, I get stuck.
I have read several posts, e.g. this post or this or this.
I guess, the problem is, that usually, a 2D surface mesh is required, which is not provided by ABAQUS.
This is the Code which I tried so far, however when loading the xdmf file in dolfinx I can not access "cell_tags" or "facet_tags"
Here is my 2nd Code:
And Here is a minimal input file:
I appreciate any tips how I could solve this problem.
Best regards
Martin
Beta Was this translation helpful? Give feedback.
All reactions