I am new to ParaView and encountering an issue with opening .xmf and .h5 files. These files were obtained from the FLOWUnsteady code, an open-source tool developed for Computational Fluid Dynamics simulations.(https://flow.byu.edu/FLOWUnsteady/).
I attempted to open the .xmf file using the XDMF reader and the .h5 file using the VisItPixieReader.
ParaView responds with the errors you can find in the attached .txt file. Error_file.txt (5.2 KB)
Even after trying different combinations of readers, the problem persists, and in some cases, ParaView crashes and closes unexpectedly.
Does anyone know what could be causing this issue?
The VisItPixieReader is the reader I selected for the .h5 file.
If I understand correctly, the .xmf file contains the information that Paraview utilizes to interpret the .h5 file, which, in turn, holds the data regarding the fluid particles.