After running the 400 simulations in Generate the Dataset, itโs time to download and visualize the results.
To simplify the process, weโve provided a few helper scripts.

Start by downloading the results from the cloud using the following command:
inductiva project download splishsplash_400
This will create a folder named inductiva_output in your current directory, containing the output files from all 400 simulations.
To visualize particle movements from each simulation, weโve created a Python script that processes the results and generates individual GIFs.
Download the visualization script here:
๐ Download splishsplash_gen_viz.py
splishsplash_gen_viz.py file in the same directory as the inductiva_output folder.gifs in the same directory to store the generated visualizations.python splishsplash_gen_viz.py
Note: On some systems, you might need to use
python3instead ofpython.
If any required packages are missing, install them using:
pip install vtk numpy imageio
Once the script finishes, youโll find a collection of GIFs in the gifs folder โ one for each simulation. Each animation captures the motion of particles over time, providing a clear visual representation of the simulation dynamics.
Next, weโll show you how to combine these individual GIFs into a single animation, making it easier to compare simulation results side by side.