<div dir="ltr">Hi Tom-Robin,<div><br></div><div>ParaView does not support having a time series of particles within a single csv file. You can have a file series of csv files as described here:</div><div><br></div><div><a href="http://www.paraview.org/Wiki/ParaView/Users_Guide/Loading_Data">http://www.paraview.org/Wiki/ParaView/Users_Guide/Loading_Data</a><br>

</div><div><br></div><div>Unfortunately, you will not be able to specify a time value in this case. ParaView will pick 0, 1, 2 etc.</div><div><br></div><div>To be able to specify time values, you will have to use a  format such as pvd or Xdmf. Of course, I just noticed that we have absolutely no documentation on the PVD format :-) We'll fix that. Here is some info:</div>

<div><br></div><div><a href="http://www.cacr.caltech.edu/~slombey/asci/vtk/">http://www.cacr.caltech.edu/~slombey/asci/vtk/</a><br></div><div><br></div><div>Xdmf is better documentation.</div><div><br></div><div>Both of these formats support ASCII content. Xdmf supports having all of the data in one file although if you have thousands of time steps, the file may get somewhat bulky.</div>

<div><br></div><div>-berk</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 8, 2014 at 10:59 AM, Tom-Robin Teschner <span dir="ltr"><<a href="mailto:tomrobin.teschner@yahoo.de" target="_blank">tomrobin.teschner@yahoo.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:10pt">

<div>Hi, </div><div><br></div><div style="color:rgb(0,0,0);font-size:13px;font-family:HelveticaNeue,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;background-color:transparent;font-style:normal">

I am doing particle tracking at the moment and I am visualise my results with paraview. I have a 3D Navier Stokes solver from which I get a CGNS file with the flow solution (for example velocity and vorticity in x, y and z) and I also get csv file where I store position of particles, which i track inside my code. </div>

<div style="color:rgb(0,0,0);font-size:13px;font-family:HelveticaNeue,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;background-color:transparent;font-style:normal">Now I want to bring them both together, i.e. have an animation of the flowfield (let's say of the x velocity) and on top I want to display the particles at each timestep (so how they move along the flow). the csv file looks something like this (<span style="font-size:10pt">shorten for visualisation)</span><span style="background-color:transparent">: </span></div>

<div style="color:rgb(0,0,0);font-size:13px;font-family:HelveticaNeue,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;background-color:transparent;font-style:normal"><br></div><div style="background-color:transparent">

"X" , "Y" , "Z"</div><div style="background-color:transparent">0.0068 , 0.52500 , 0.005</div><div style="background-color:transparent">0.0593 , 0.52510 , 0.005</div><div style="background-color:transparent">

<span style="background-color:transparent">0.1171 , 0.52542 , 0.005</span>  </div><div style="background-color:transparent;color:rgb(0,0,0);font-size:13px;font-family:HelveticaNeue,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-style:normal">

<br></div><div style="background-color:transparent;color:rgb(0,0,0);font-size:13px;font-family:HelveticaNeue,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-style:normal">I have loaded the particles into paraview and then used tabletopoints from the filters but then I get all the particles displayed, instead of getting one particle per timestep. I have tried to use a fourth column for time but I was unable to map that to my animation.</div>

<div style="background-color:transparent;color:rgb(0,0,0);font-size:13px;font-family:HelveticaNeue,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-style:normal"><br></div><div style="background-color:transparent;color:rgb(0,0,0);font-size:13px;font-family:HelveticaNeue,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-style:normal">

Does anyone have an idea how to solve this?</div><div style="background-color:transparent;color:rgb(0,0,0);font-size:13px;font-family:HelveticaNeue,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-style:normal">

<br></div><div style="background-color:transparent;color:rgb(0,0,0);font-size:13px;font-family:HelveticaNeue,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-style:normal">Kind regards, </div>

<span class="HOEnZb"><font color="#888888"><div style="background-color:transparent;color:rgb(0,0,0);font-size:13px;font-family:HelveticaNeue,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-style:normal">

Tom-Robin
 Teschner</div></font></span></div></div><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>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>