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
Contourfilter to yourStream Tracerfilter. Set theContour Byfilter toIntegrationTime. - Open the
Animation View(Viewmenu →Animation View). - Add an animation track for the
Contourfilter and theIsosurfacesproperty. - Increase the
No. Framesto 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
