Hello,
I am running the Basic_Re100 tutorial and everything works fine until the visualization step.
FLEXI simulation runs successfully and produces valid state files (*.h5).
However, when converting the result using posti_visu, the generated VTU file cannot be opened in ParaView.
ParaView error:
Error parsing XML: not well-formed (invalid token)
vtkXMLParser: error parsing XML in stream
Additionally, xmllint reports:
- Char 0x0 out of allowed range
- Premature end of data in tag AppendedData
This suggests that the VTU file is not well-formed and the appended binary section might be corrupted or incomplete.
Hello,
I am running the Basic_Re100 tutorial and everything works fine until the visualization step.
FLEXI simulation runs successfully and produces valid state files (*.h5).
However, when converting the result using posti_visu, the generated VTU file cannot be opened in ParaView.
ParaView error:
Error parsing XML: not well-formed (invalid token)
vtkXMLParser: error parsing XML in stream
Additionally, xmllint reports:
This suggests that the VTU file is not well-formed and the appended binary section might be corrupted or incomplete.