Skip to content
Discussion options

You must be logged in to vote

This is a mesh format that is not directly supported by PyVista. See https://docs.pyvista.org/api/readers/_autosummary/pyvista.get_reader.html#pyvista.get_reader. If the mesh format isn't directly supported, it is attempted to read in by meshio https://github.com/nschloe/meshio. So the warnings you see and the behavior is coming from meshio. However, Im not sure whether this is a bug/missing feature in meshio or in the translation to the pyvista representation. Maybe others would know.

I don't immediately see a vtk reader for this format, so I don't think pyvista can directly support this format. Since you mention exporting from Fluent, you can also try to load in using a .cas file, for w…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@giannoko
Comment options

@MatthewFlamm
Comment options

@giannoko
Comment options

Answer selected by akaszynski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants