The Fluid Cube dataset contains 100 fluid dynamics simulations of a fluid block flowing inside a unit cube domain. For each simulation, the fluid block is set with different initial shape, position, velocity, and fluid viscosity.

These simulations were computed using the Smoothed Particle Hydrodynamics (SPH) formulation which discretizes a fluid as a group of points in space, referred to as particles.

To download the dataset, head to this link.

Dataset structure

In the dataset folder you will find a .csv file holding the metadata of each of the 100 simulations. This metadata includes the fluid properties of each simulation, such as the fluid viscosity, initial shape and velocity and the respective simulation ID.

The outputs of each simulation are stored inside a folder with the respective simulation ID. In that folder, you’ll find a .npy file holding the particle’s data for all time steps.

Besides the simulation data, inside each folder, there is also a video of the simulation rollout to allow for an easy comprehension of the data in each simulation.

A schema of this file structure is shown below:

├── sim_0000
│   ├── particle_data.npy
│   └── simulation_movie.mp4
├── ...
├── sim_0099
│   ├── particle_data.npy
│   └── simulation_movie.mp4
└── summary.csv

Along with the dataset, you can also find a jupyter notebook with instructions on how to load each simulation file and access the information on the particle’s positions and velocities.

Ideas on how to use this dataset

This dataset can be used for different purposes, such as:

  • Compute dynamical metrics (e.g. average particle velocity, force ratios, etc.) as a function of time or the other dataset variables (e.g. viscosity, volume, etc.).
  • Train machine learning models to learn the fluid dynamics of the presented scenarios.

🌊 Have fun! 🌊

If you have any doubts regarding the dataset, don’t hesitate to reach out at datasets@inductiva.ai!

Also, in case you’re using this data on your projects, we would love to know how!

Besides this, don’t forget to check out the other cool datasets!

Recent posts from our blog

Luís Sarmento

Luís Sarmento

Ivan Pombo

Ivan Pombo

Maya Hershey

Maya Hershey

Discover the 3D model mesh resolution threshold that still yields stable and dependable estimations of physical properties in engineering simulations.

Hugo Penedones

Hugo Penedones

Luís Sarmento

Luís Sarmento

The Inductiva API v0.5 release brings two New Simulators, Up-to-date GCP pricing information, additional features on Command Line Interface, more Metrics and Benchmarks, a Template Manager and more revamped Documentation. Additionally we are open sourcing all the scientific software containers we are using in our backend - Project KUTU.