How to post process the results in Paraview (i.e check the velocity)

Submitted by bilalelkassem on Fri, 02/16/2018 - 15:21

Hello everyone,

How to post process the results in Paraview (i.e check the velocity and particle diameter)?

I using this code:

# Create imaging information #make a dump of particles and the stl file

dump dmp all custom/vtk 10000 post/movingMesh_*.vtk id type type x y z ix iy iz vx vy vz fx fy fz omegax omegay omegaz radius

dump dumpstl all mesh/stl 10000 post/dump*.stl

But unfortunately nothing is appearing in Paraview except seeing how the particles flow!!!

j-kerbl's picture

j-kerbl | Mon, 02/19/2018 - 09:22

Hi,

you can change the data by clicking on "Solid color". There you should be able to select the data writen in the first dump command.
Maybe this can help you along:
https://www.paraview.org/Wiki/images/1/13/ParaViewTutorial52.pdf

Cheers,
Josef