particle tracking

Hi,
I have multiple (hundreds) .inp files relative to particle trajectories at different time steps. I’m trying to import them all together in Paraview, since are too many. However, I’m not able to display them.

How can I solve this? is there a specific way to visualize multiple files?

Thank you,
Valentina

Hello,

To make ParaView recognize the files as a file series, they need to be named in a specific patterns including:

  • foo0.inp, foo1.inp, …
  • foo_0.inp, foo_1.inp, …
  • foo-0.inp, foo-1.inp, …
  • foo.0.inp, foo.1.inp, …

Then the ParaView open file dialog should look like “foo…inp”. To visualize a file series, simply select the group “foo…inp” and click ok.