I am trying to use paraview to process the results of the Fire Dynamics Simulator (FDS). Recently, a new reader has been implemented in paraview and I am trying to use it.
I set a simple case of a convective heat transfer with slides defined by FDS. When I try to process the results the reader can see the different temperature slices but I can’t select only one, they are all selected, even though I click on only one “STRUCTURE_TEMPERATURE” (see image). When I check vtkBlockColors it seems that each slice has a unique block number but I don’t know how I can isolate it : the information tab says that the data is a “vtkPartionedDataSetCollection”. I am not familiar with this kind of data.
I searched on the forum and internet but i couldn’t find useful information about how to process it using Paraview Gui or Python Shell.