<div dir="ltr">And once I have the csv files in my pipeline browser, how do I get the animation? What options do I have to check and how to go about doing that?</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, May 15, 2014 at 1:40 AM, Rohit Narurkar <span dir="ltr"><<a href="mailto:rohitnarurkar@gmail.com" target="_blank">rohitnarurkar@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Yes. I can import all the csv files then.<div>But I am not able to apply the filters to all the csv files collectively. How to fix that?</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, May 15, 2014 at 12:55 AM, Scott, W Alan <span dir="ltr"><<a href="mailto:wascott@sandia.gov" target="_blank">wascott@sandia.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">There is an example of what Ken is discussing below on the Wiki here:
<a href="http://www.paraview.org/Wiki/ParaView/Data_formats" target="_blank">http://www.paraview.org/Wiki/ParaView/Data_formats</a>.  Look for CSV time series.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Alan<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<div>
<div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="margin-left:.5in"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> ParaView [mailto:<a href="mailto:paraview-bounces@paraview.org" target="_blank">paraview-bounces@paraview.org</a>]
<b>On Behalf Of </b>Moreland, Kenneth<br>
<b>Sent:</b> Wednesday, May 14, 2014 12:32 PM<br>
<b>To:</b> Rohit Narurkar; <a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a><br>
<b>Subject:</b> [EXTERNAL] Re: [Paraview] ParaView Particle simulation xyz file format<u></u><u></u></span></p>
</div>
</div><div><div>
<p class="MsoNormal" style="margin-left:.5in"><u></u> <u></u></p>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><span style="font-size:10.5pt;font-family:"Calibri","sans-serif";color:black">I don't really know anything about the xyz format, but if you write a series of csv files with numbered filenames each containing data
 for one time step, ParaView can read this as a time series and will animate it.<u></u><u></u></span></p>
</div>
</div>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><span style="font-size:10.5pt;font-family:"Calibri","sans-serif";color:black"><u></u> <u></u></span></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><span style="font-size:10.5pt;font-family:"Calibri","sans-serif";color:black">-Ken<u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><span style="font-size:10.5pt;font-family:"Calibri","sans-serif";color:black"><u></u> <u></u></span></p>
</div>
<div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="margin-left:.5in"><b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:black">From:
</span></b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:black">Rohit Narurkar <<a href="mailto:rohitnarurkar@gmail.com" target="_blank">rohitnarurkar@gmail.com</a>><br>


<b>Date: </b>Wednesday, May 14, 2014 12:18 PM<br>
<b>To: </b>"<a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a>" <<a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a>><br>
<b>Subject: </b>[EXTERNAL] [Paraview] ParaView Particle simulation xyz file format<u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><span style="font-size:10.5pt;font-family:"Calibri","sans-serif";color:black"><u></u> <u></u></span></p>
</div>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><span style="font-size:10.0pt;font-family:"Verdana","sans-serif";color:black;background:#f7f7f7">Hi</span><span style="font-size:10.0pt;font-family:"Verdana","sans-serif";color:black"><br>


<br>
<span style="background:#f7f7f7">I am working with ParaView for the very first time, and I am supposed to simulate 'n' particles over 't' time steps.</span><br>
<br>
<span style="background:#f7f7f7">With a code, I can generate the position vectors (3-D) of all the particles at all the time steps and I am currently writing the data down to a .csv format. I also have the data in .xyz format but when I import it, only the
 first time step data is visible. What to do in order to be able to get all the data, from all the time steps?</span><br>
<br>
<span style="background:#f7f7f7">How am I supposed to import the position vector data in to ParaView and simulate it over all the time steps?</span><br>
<br>
<span style="background:#f7f7f7">In the end, I would like to see something like this </span></span><span style="font-size:10.5pt;font-family:"Calibri","sans-serif";color:black"><a href="https://www.youtube.com/watch?v=4MOuKUExmFU" target="_blank"><span style="font-size:10.0pt;font-family:"Verdana","sans-serif";color:#990066;background:#f7f7f7;text-decoration:none">https://www.youtube.com/watch?v=4MOuKUExmFU</span></a></span><span style="font-size:10.0pt;font-family:"Verdana","sans-serif";color:black;background:#f7f7f7">.
 If I must output the data from my code to some other format, which can be easily identified by ParaView as time-varying data, then what is that output format and how do I go about doing it?</span><span style="font-size:10.0pt;font-family:"Verdana","sans-serif";color:black"><br>


<br>
<span style="background:#f7f7f7">Thanks a lot! Rohit.</span></span><span style="font-size:10.5pt;font-family:"Calibri","sans-serif";color:black"><u></u><u></u></span></p>
</div>
</div>
</div>
</div></div></div>
</div>

</blockquote></div><br></div>
</div></div></blockquote></div><br></div>