Hi, everyone. I try to plot a picture like this:
Should it be handled according to the following ideas?
1.time-averaged results of particle data
2.y=35 mm slice
3.data processing along x
It’s too complex for me.
Is there a more reasonable and simpler way to implement it in paraview?
Thanks,
xjwuyuhao
1 Like
JPGD
March 15, 2021, 3:39am
#2
Well I’ll tell you the following from my perspective.
ParaView or VisIt are for this post-processing of .vtu files and serve the same purpose. Try using the “Filters” options:
These ParaView resources are often used by CFD analysts:
Calculator filters
Connectivity filter
Gradient filter’s option to compute Vorticity and Q Criterion
Glyph filter
Flowpath filters (Streak Line, Stream Tracer, Surface Flow, Particle Path)
Surface LIC plugin
Plot over Line
Probe filter and Point Sprite Plugin
Volume rendering
I recommend practicing with each filter on this list and watching tutorials on the internet, remember practice makes perfect.
Best Regards
1 Like
Hi JPGD,
I use ExtractTimeSteps, TemporalStatistics, and PointLineInterpolator, calculate x coordinate, then PlotData.
Thanks for your reply!
Best regards
2 Likes
moha
February 24, 2023, 8:24am
#4
Hi xjwuyuhao,
Did you manage to get the plot you wanted?
I am trying to extract a similar plot. I even used the filters you suggested, but my data looks “choppy”.
Best regards