How to plot time-averaged particle velocities along x direction?

Hi, everyone. I try to plot a picture like this:
image

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. :joy:
Is there a more reasonable and simpler way to implement it in paraview?

Thanks,
xjwuyuhao

1 Like

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,
image
I use ExtractTimeSteps, TemporalStatistics, and PointLineInterpolator, calculate x coordinate, then PlotData.
Thanks for your reply!
Best regards

2 Likes

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