Reputation: 127
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.
Upvotes: 1
Views: 2470
Reputation: 11
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.
Upvotes: 1