Merging .case Files

Hello,

I’m stuck on merging the data. I have three ‘.case’ files, each containing simulation data for different time steps. However I can’t manage to merge them into a single file that includes all the time steps. I tried using Merge Time, but it doesn’t work very well.

The goal is to have all time steps in one file so I can perform Temporal Statistics.

Best regards.

Does it work if you open the files as a file series ?

i try this, but it doesn’t work and i don’t find a reader for this case (i add a number for the files only in paraview, in my computer they have the same name file RESULTS_FLUID_DOMAIN.case
RESULTS_FLUID_DOMAIN.case.series (539 Bytes)

Indeed, the EnsightReader does not support reading a time series.
You could save these into .vtu files, name them and open them as a file series.

Thank you for your feedback. Maybe my question is silly but for the conversion, is there a function that does this automatically in ParaView or do i have to use Python coding?

File → SaveData