[Paraview] Trajectories of material points

Andy Bauer andy.bauer at kitware.com
Wed Dec 3 14:14:04 EST 2014


Is your data set a multiblock data set? If it is, you may need to have all
of the same point data fields ordered in the same way on each block. You
can use the pass arrays filter to get rid of all of the arrays that you
don't use if this is the case. Also, certain readers (the openFOAM reader
for example), has different arrays at the first time step than the others
and this can cause problems as well.

Can you share your data set? The particle paths filter can be a bit
finicky.

On Wed, Dec 3, 2014 at 2:05 PM, CARDOLACCIA Jérome <
jerome.cardolaccia at cea.fr> wrote:

>  Hello,
>
>
>
> I have a very simple temporal dataset, consisting of half a dozen  points
> with two fields : displacement and velocity.
>
> I can animate the motion thanks to the WarpByVector filter (applied to the
> displacement field) : this shows the successive positions of the points.
>
> Now I also want to display the trajectory of these points, that is the
> line joining all of their previous positions up to the current ones.
>
>
>
> This seem to be quite basic, but I cannot find a way to do it (the
> ParticlePath filter seems to be the closest match, but it crashes Paraview
> with this kind of dataset).
>
>
>
> If someone has ever had success doing this, please let me know.
>
>
>
> Kind regards,
>
>
>
> Jerome Cardolaccia
>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20141203/7fc72a9e/attachment.html>


More information about the ParaView mailing list