I have two problems (I hope simple, as I am inexperienced).
I am trying to get graphical output on Paraview, first uploading a .xyz file and then through Plot3D file (.q extension).
Geometry is read but not displayed correctly;
The variables under study written in .fds are not completely shown in “functions” and are not ordered (for example, the quantity “visibility” is missing).
As soon as I choose function file, round-room_s1.fds, I get this error message:
ERROR: In /home/utkarsh/Kitware/ParaView3/ParaView/VTK/IO/Parallel/vtkMultiBlockPLOT3DReader.cxx, line 3167
vtkMultiBlockPLOT3DReader (0x7f5db00088b0): Geometry and data dimensions do not match. Data file may be corrupt.
ERROR: In /home/utkarsh/Kitware/ParaView3/ParaView/VTK/IO/Parallel/vtkMultiBlockPLOT3DReader.cxx, line 2368
vtkMultiBlockPLOT3DReader (0x7f5db00088b0): Error reading file /tmp/round-room_s1_0001.xyz
That’s not the function file but my native file, from which I generated .q files (with FDS).
I load the .xyz file and the .q files and what comes out are not all the variables.
What is puzzling, is that .xyz file standard uses physical quantities in a given order, which is not FDS one. For instance, the first quantity should be “density” whereas it is temperature with standard FDS output.
I don’t understand how to generate on Paraview all the variables i want and in order.