Reading Fluent mesh warnings and errors #1374
anskgiannok
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am reading a mesh exported from ANSYS Fluent in .msh format with meshio ("mesh.msh"). I am getting a lot of warnings like these
I actually want to read this mesh via pyVista (which uses meshio library). Although I get these warnings, I cannot perform some cell quality calculations regarding skewness. I suppose that this problem comes from the meshio reading process. The elements are tetrahedrons. I attach the mesh file in .txt format because I am not able to upload a .msh file. How can I compute and display the cell quality based on skewness for this mesh?
mesh.txt
Thank you
Beta Was this translation helpful? Give feedback.
All reactions