I am trying to convert a full tetmesh created with ansys workbench and exported as .msh-file to .vtu via meshio. Unfortunately, i get the following warning messages:
C:\Users\toshiba\AppData\Roaming\Python\Python38\Scripts>meshio-convert e:\meshio\testmodell_5.msh e:\meshio\testmodell_5_msh.vtu --input-format ansys
WARNING:root:Unknown index '4'. Skipping.
WARNING:root:Zone specification not supported yet ('wall', 'wall-geom-volumenk-rper'). Skipping.
WARNING:root:Zone specification not supported yet ('interior', 'interior-geom-volumenk-rper'). Skipping.
WARNING:root:Zone specification not supported yet ('solid', 'geom-volumenk-rper'). Skipping.
<meshio mesh object>
Number of points: 144767
Number of elements:
triangle: 1663263
Although a .vtu file is created by meshio at the end of the conversion process but the material or group ids are missing so that one can see just one material or group.
The msh.-file is here:
I am trying to convert a full tetmesh created with ansys workbench and exported as .msh-file to .vtu via meshio. Unfortunately, i get the following warning messages:
Although a .vtu file is created by meshio at the end of the conversion process but the material or group ids are missing so that one can see just one material or group. The msh.-file is here:
testmodell_5.zip
I would be grateful for any help or suggestion
Thank you