I've been trying to do the following:
- Write some data named like this:
foo01_01_2013_00_00_00.vtk
foo01_01_2013_06_00_00.vtk
foo01_01_2013_12_00_00.vtk
foo01_01_2013_18_00_00.vtk
foo02_01_2013_00_00_00.vtk
foo02_01_2013_06_00_00.vtk
foo02_01_2013_12_00_00.vtk
foo02_01_2013_18_00_00.vtk
Template: foo[day] _ [month] _ [year] _ [hour] _ [minute] _ [second]
In a way that paraview recognizes as file series. But I can't get it done.
Can someone help me?
The wiki says the following:
ParaView recognizes file series named using certain patterns including:
fooN.vtk
foo_N.vtk
foo-N.vtk
foo.N.vtk
Nfoo.vtk
N.foo.vtk
foo.vtk.N
foo.vtk-sN
Where N is an integer (with any number of leading zeros). To load a file series, first make sure that the file names match one of the patterns described above. Next, navigate to the directory where the file series is.