nschloe / meshio

:spider_web: input/output for many mesh formats
MIT License
1.85k stars 388 forks source link

[BUG] mehsio does not write faces coordinates #1453

Open SS2X opened 5 months ago

SS2X commented 5 months ago

Hello the community !

I have recently used the meshio tool to convert a med meshfile into a msh (ansys) meshfile. However it seems that meshio does not write the faces coordinates which are typically located by ID 13 in a msh file. Ansys Fluent which read msh input meshfiles indeed requires the faces coordinates, othewise it generates a critical error (faces are indeed required, see https://www.afs.enea.it/project/neptunius/docs/fluent/html/ug/node1471.htm).

Does someone meet the same problem and would have a patch to fix that problem ? Has the source file for a conversion from med to msh to be re-written to fix the bug ?

Thx in advance :) and have a nice day :) !

SS2X