<div dir="ltr"><div>On Fri, Mar 6, 2015 at 3:06 PM,  <span dir="ltr"><<a href="mailto:dkxls23@gmail.com" target="_blank">dkxls23@gmail.com</a>></span> wrote:<br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Well, if you don't want to rename the data files then you could use a PVD wrapper file:<br>
<a href="http://www.paraview.org/Wiki/ParaView/Data_formats" target="_blank">http://www.paraview.org/Wiki/ParaView/Data_formats</a><br>
<br>
Never created one myself, but you could write out one from paraview and modify it.<br>
<br>
But maybe somebody else has a better idea altogether...<br>
<br>
-Armin<br>
<div class=""><div class="h5"><br>
<br>
<br>
<br>
On Fri Mar 6 15:13:17 2015 GMT+0200, Ian Krukow wrote:<br>
> Yes, that would work. I could write me a script for renaming the files.<br>
> But I would rather avoid that, as I get the result files from a project<br>
> partner with the simulation time in the filename. So, they are named<br>
> something like<br>
> file_t=0.0012.vtu<br>
> file_t=0.0024.vtu<br>
> ...<br>
> As soon as t passes 1, ParaView sees a new series. In addition, the<br>
> first timestep has a different filename, because it is a steady-state<br>
> solution. I could remove the dots in the time values and rename the<br>
> steady-state solution, but I would have to do it every time I get a new<br>
> file series. Therefore, I have been looking for another solution.<br>
><br>
> Kind regards<br>
> Ian<br>
><br>
><br>
><br>
> Am 06.03.2015 um 11:56 schrieb <a href="mailto:dkxls23@gmail.com">dkxls23@gmail.com</a>:<br>
> > Have you tried to name the files like this:<br>
> > fileName.0000.vtu<br>
> > fileName.0001.vtu<br>
> > fileName.0002.vtu<br>
> > ...<br>
> ><br>
> > ParaView should recognize them as a time series.<br>
> ><br>
> > That typically worked for me (cannot test it though at the moment).<br>
> ><br>
> > -Armin<br>
> ><br>
> ><br>
> ><br>
> ><br>
> > On Fri Mar 6 12:36:01 2015 GMT+0200, Ian Krukow wrote:<br>
> >> Hi all,<br>
> >><br>
> >> I want to load a series of VTU files, which are all stored in one<br>
> >> directory, but not numbered in a way that ParaView recognises them as<br>
> >> one series. In a python script, I can do it like this:<br>
> >><br>
> >> import glob<br>
> >> import paraview.simple as pv<br>
> >> pattern = 'directory/*.vtu'<br>
> >> files = glob.glob(pattern)<br>
> >> reader = pv.XMLUnstructuredGridReader( FileName=files )<br>
> >><br>
> >> The directory may be an input parameter to the script.<br>
> >> How can I transfer this into the GUI with the directory as a parameter?<br>
> >><br>
> >> I have looked at python macros, but obviously it is not possible to<br>
> >> define any parameters there.<br>
> >> Is it possible to run a script from the python shell with a parameter?<br>
> >> I also took a look at the Programmable Source. It should be a possible<br>
> >> solution, but I have not found much explanation of what to do.<br>
> >><br>
> >> Any ideas are welcome.<br>
> >> Kind regards<br>
> >> Ian<br>
> >> _______________________________________________<br>
> >> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
> >><br>
> >> Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
> >><br>
> >> Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
> >><br>
> >> Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
> >><br>
> >> Follow this link to subscribe/unsubscribe:<br>
> >> <a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
> >><br>
> ><br>
><br>
<br>
</div></div><span class="im">--<br>
Sent from my Jolla<br>
</span><div class=""><div class="h5">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br></div><div class="gmail_extra">What about creating symbolic links (or shortcuts) to the<div>real files. In this way you preserve the original filenames.</div><div><br></div><div>PVD wrapper files also worked fine for me in the past.</div><div>I have not used them recently however.</div><div><br></div><div>Marco</div></div></div>