<HTML>
<HEAD>
<TITLE>Re: [Paraview] particle tracking</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>This conversation has basically become academic, but it would also be pretty easy to create a filter that reported a bunch of time steps and just passed the same data every time. &nbsp;The particle tracer would thing it was a time varying data even though it was not.<BR>
<BR>
Jean&#8217;s solution is still easier (and more clever), though.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 2/12/09 7:00 AM, &quot;Berk Geveci&quot; &lt;<a href="berk.geveci@kitware.com">berk.geveci@kitware.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Interesting. I guess the biggest challenge of doing this in our<BR>
pipeline would be finding the time range. Ideally, the integration<BR>
should continue until all particles leave the domain or get stuck in a<BR>
stagnant region. That would require integrating them first and then<BR>
looking at the largest integration time.<BR>
<BR>
While I was writing this, Jean's response showed up. It is pretty<BR>
ingenious :-) This is why I love ParaView. It allows you to do things<BR>
in ways developers did not foresee.<BR>
<BR>
-berk<BR>
<BR>
On Thu, Feb 12, 2009 at 8:42 AM, John Biddiscombe &lt;<a href="biddisco@cscs.ch">biddisco@cscs.ch</a>&gt; wrote:<BR>
&gt; Berk<BR>
&gt;<BR>
&gt; Oops. I didn't notice that it was a &quot;steady state&quot; flow field. The<BR>
&gt; TemporalStremTRacer expects unsteady flows, however it would be quite simple<BR>
&gt; to modify it to use a single step. (I think easier than taking streamlines<BR>
&gt; and animating particles along them - though thinking about it, the<BR>
&gt; streamtracer code does have all that conversion of cell units to time which<BR>
&gt; would be useful).<BR>
&gt;<BR>
&gt; One could subclass the temporaltreamtracer, suppress the time requests and<BR>
&gt; interpolate over a single step, then output time dependent data where the<BR>
&gt; particles animate along the path (- how many steps would one want?) -<BR>
&gt; clicking the play button would just advect them along.<BR>
&gt;<BR>
&gt; (Just thinking out loud).<BR>
&gt;<BR>
&gt; JB<BR>
&gt;<BR>
&gt; I don't think this answers Pei's question. To my knowledge the<BR>
&gt; temporal stream tracer (i.e. particle tracker) works only for<BR>
&gt; time-dependent data. Am I wrong? To animate particles in a<BR>
&gt; steady-state flow field, I'd think that you would generate streamlines<BR>
&gt; and then somehow animate particles along those. I can't think of<BR>
&gt; anything that would do this out-of-box but writing a &nbsp;filter that does<BR>
&gt; this would be pretty easy. Is this something more than a few users<BR>
&gt; would want?<BR>
&gt;<BR>
&gt; -berk<BR>
&gt;<BR>
&gt; On Thu, Feb 12, 2009 at 12:22 AM, David E DeMarle<BR>
&gt; &lt;<a href="dave.demarle@kitware.com">dave.demarle@kitware.com</a>&gt; wrote:<BR>
&gt;<BR>
&gt;<BR>
&gt; Hi Pei-Ying,<BR>
&gt;<BR>
&gt; You may want to try ParaView Meshless<BR>
&gt; (<a href="https://twiki.cscs.ch/twiki/bin/view/ParaViewMeshless">https://twiki.cscs.ch/twiki/bin/view/ParaViewMeshless</a>). It is a<BR>
&gt; version of ParaView with the cutting edge of John Biddiscombe's<BR>
&gt; particle tracking work in it. Some of those features will be/have been<BR>
&gt; integrated into the main paraview code, but I can not vouch for when<BR>
&gt; that will happen.<BR>
&gt;<BR>
&gt; cheers,<BR>
&gt; Dave DeMarle<BR>
&gt;<BR>
&gt;<BR>
&gt; 2008/12/25 Pei-Ying Hsieh &lt;<a href="phsieh2005@yahoo.com">phsieh2005@yahoo.com</a>&gt;:<BR>
&gt;<BR>
&gt;<BR>
&gt; Dear PVers:<BR>
&gt;<BR>
&gt; I have a steady state flow field. &nbsp;I am wondering if PV can do particle<BR>
&gt; tracking animation.<BR>
&gt;<BR>
&gt; what I am looking for is similar to pathlines, but, instead of showing the<BR>
&gt; lines, I would like to do an animation of seed particles &quot;flowing&quot; through<BR>
&gt; the flow field. &nbsp;Is this possible?<BR>
&gt;<BR>
&gt; Thanks! and wish everyone here a Happy New Year!<BR>
&gt;<BR>
&gt;<BR>
&gt; Pei<BR>
&gt;<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; ParaView mailing list<BR>
&gt; <a href="ParaView@paraview.org">ParaView@paraview.org</a><BR>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; --<BR>
&gt; David E DeMarle<BR>
&gt; Kitware, Inc.<BR>
&gt; R&amp;D Engineer<BR>
&gt; 28 Corporate Drive<BR>
&gt; Clifton Park, NY 12065-8662<BR>
&gt; Phone: 518-371-3971 x109<BR>
&gt; _______________________________________________<BR>
&gt; Powered by www.kitware.com<BR>
&gt;<BR>
&gt; Visit other Kitware open-source projects at<BR>
&gt; <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><BR>
&gt;<BR>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<BR>
&gt; <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><BR>
&gt;<BR>
&gt; Follow this link to subscribe/unsubscribe:<BR>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; Powered by www.kitware.com<BR>
&gt;<BR>
&gt; Visit other Kitware open-source projects at<BR>
&gt; <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><BR>
&gt;<BR>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<BR>
&gt; <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><BR>
&gt;<BR>
&gt; Follow this link to subscribe/unsubscribe:<BR>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
&gt;<BR>
&gt;<BR>
&gt; --<BR>
&gt; John Biddiscombe, &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;email:biddisco @ cscs.ch<BR>
&gt; <a href="http://www.cscs.ch/">http://www.cscs.ch/</a><BR>
&gt; CSCS, Swiss National Supercomputing Centre &nbsp;| Tel: &nbsp;+41 (91) 610.82.07<BR>
&gt; Via Cantonale, 6928 Manno, Switzerland &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| Fax: &nbsp;+41 (91) 610.82.82<BR>
_______________________________________________<BR>
Powered by www.kitware.com<BR>
<BR>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">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">http://paraview.org/Wiki/ParaView</a><BR>
<BR>
Follow this link to subscribe/unsubscribe:<BR>
<a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>