anabiman / pygran

A DEM toolkit for rapid simulation & quantitative analysis of granular systems
http://pygran.org
GNU General Public License v2.0
75 stars 16 forks source link

How to display files *.vtk & *.dump together? #11

Open yogahariman opened 7 months ago

yogahariman commented 7 months ago

How to display the result? When i open use Paraview can't read .dump. If i try open use ovito can't read .vtk.

anabiman commented 7 months ago

You either use OVITO to visualize the dump file + VTK/STL mesh file (see list of supported files), or you can write the particle trajectory in vtk format too and then visualize in Paraview. The 2nd option requires you have VTK library installed.