<div dir="ltr"><div>You probably need to glyph the output from the particle path and the streakline filter to see the locations. Right now I don't think any cells are being generated by those two filters. If you don't have any points, you'll probably need to set termination time to something other than 0 for particle paths. I haven't tested the streakline filter but suspect it has similar behavior.<br><br></div>Regards,<br>Andy<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 13, 2014 at 6:11 AM, Mykhaylo Zayats <span dir="ltr"><<a href="mailto:sylvynyo@gmail.com" target="_blank">sylvynyo@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">Hi,<div><br></div><div>I have 2 files with data which contains x and y components of velocity field, I try to combine this data into vector and then create particle tracer, but it doesn't work. Here is the pipeline of the visualisation:</div><div>1. data is in NetCDFReader1 and NetCDFReader2.</div><div>2. appending: NetCDFReader1, NetCDFReader2 => AppendAttributes1</div><div>3. build a vector: AppendAttributes1 => Calculator1 (with the formula x*iHat + y*jHat + 0*kHat)</div><div>4. create seeds source for particle tracer: Line1</div><div>5. create tracer: Calculator1, Line1 => ParticleTracer1</div><div>6. animating.</div><div><br></div><div>but nothing is happening, ParticleTracer1 doesn't display any data, I tried to replace step 5. with ParticlePath or StreakLine and animate termination time, but it doesn't work as well.</div><div>Note, if I use stream lines in step 5 they are working.</div><div><br></div><div>Any advice what may be the reason? Or maybe you know any tutorial for particle tracing with real example (data, step-by-step instruction).</div><div><br></div><div>Thank you,</div><div>Mike</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://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>