<div dir="ltr"><div><div>Hello everyone,<br><br></div>I've been trying to do the following:<br><br></div><div>- Write some data like:<br><br>foo01_01_2013_00_00_00.vtk<br>foo01_01_2013_06_00_00.vtk<br>foo01_01_2013_12_00_00.vtk<br>foo01_01_2013_18_00_00.vtk<br>foo02_01_2013_00_00_00.vtk<br>foo02_01_2013_06_00_00.vtk<br>foo02_01_2013_12_00_00.vtk<br>foo02_01_2013_18_00_00.vtk<br><br></div><div>Template: foo[day]_[month]_[year]_[hour]_[minute]_[second]</div><div><br></div><div>In a way that paraview recognizes as file series. But I can't get it done.<br><br></div><div>Can someone help me?<br></div><div><br>The wiki says the following:<br><br>ParaView recognizes file series named using certain patterns including:

<ul><li>foo<b>N</b>.vtk
</li><li>foo_<b>N</b>.vtk
</li><li>foo-<b>N</b>.vtk 
</li><li>foo.<b>N</b>.vtk
</li><li><b>N</b>foo.vtk
</li><li><b>N</b>.foo.vtk
</li><li>foo.vtk.<b>N</b>
</li><li>foo.vtk-s<b>N</b>
</li></ul>
<p>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. The file browser should look like this: 
</p><br></div></div>