Hello,
I would like to make a dynamic rendering with this dataset.
Ideally, some arrows moving along the lines showing the wind/particule direction.
I’m not yet demanding with the accuracy of the analysis but at the technical possibilities.
Thanks in advance, Frank
There is a trick you can do with the Contour
filter and the animation tracks to animate particles along the streamlines. I found an old post that describes how to do it: https://www.paraview.org/Wiki/Advanced_Tips_and_Tricks#Animating_a_static_vector_field
The basic idea is as follows.
- Add the
Contour
filter to yourStream Tracer
filter. Set theContour By
filter toIntegrationTime
. - Open the
Animation View
(View
menu →Animation View
). - Add an animation track for the
Contour
filter and theIsosurfaces
property. - Increase the
No. Frames
to something larger (like 100) so that you have a smoother animation. - Hit play.
You should see some dots move along the streamlines. You can use the Glyph
filter to to covert the dots to cones or arrows or whatever.
2 Likes