1

I have Lagrangian data (particle id, diameter, and velocity) came from particulate flow simulation with OpenFOAM and I wanted to plot the particle trajectories inside the paraview. I have created the VTK files through the time.

Ali_Sh
  • 2,667
  • 3
  • 43
  • 66
behzad baghapour
  • 127
  • 2
  • 11

1 Answers1

1

I use the following method: crate VTK of lagrangian data Load data in ParaView Use the "temporalPaticlesToPathlines" filter

make sure to have a unique identifier for the particles. I used origId and it is not always unique if you have breakup of particles.

Ali_Sh
  • 2,667
  • 3
  • 43
  • 66
AndreasW
  • 11
  • 1