Hi!
I’m a new user of Paraview and trying to visualize some files in .vtu format, but I don’t know how.
Best regards,
João
Hi!
I’m a new user of Paraview and trying to visualize some files in .vtu format, but I don’t know how.
Best regards,
João
File/ Open. Find your file. OK. Apply.
Look at Help/ Getting Started with ParaView
Alan
Thanks for the reply, Alan. I’m using a numerical modelling simulation on seismology, it’s called Specfem3d_globe. As a result, I have a number of files that I’m trying to visualize. Is it possible to create a video (or gif)?
Did you go through the Getting Started? If your data isn’t reading as a time based dataset, just load every data file, save screenshot. Then post process them together with ffmpeg.
Hello Alan, thank you for your help again. I’ve been following the steps, but I’m still having trouble. I converted the .d files to .vtk, but I think the sheer volume of files is causing the software to crash. Could you help me visualize them just to confirm I’m on the right track?
Lets see … about how big are the files, and how many cells do you have? Also, if they .vtk files, make sure you know the difference between spatially spread data (i.e., multiple files of data for one timestep) and temporally spead data (i.e., for example a .vtk file per time).
There are examples for .vtk type files that come with ParaView. You can get to them in examples/ vtk/xml/parallelUnstructured. What you want is a pvd file, which will call your .vtk files one timestep at a time. Try opening one of the examples and make a movie (File/ Save Animation).
If you give me the data I may be able to download it. @mwestphal very likely can also do so.
Thank you once again, Alan! I tried to follow the steps you instructed, but unfortunately the software keeps crashing. How can I share the .vtk files with you and @mwestphal?
How many files do you have, and how large is each file?
There are 627 files, around 33 MB each.
627 files represent 627 different times, or they are each a part of the whole single time simulation output?
Try moving one file into a different directory, and open it there. Does that work? My strong guess is you have too much data for your computer.
These files are parts of a single simulation output, split every 100 steps. I also believe my computer cannot handle such a large amount of data.