Fluid Cube Dataset (0.1)

Maria Castro

Author

April 3, 2023

Tags:

Smoothed Particle HydrodynamicsComputational Fluid DynamicsViscosityFluid Dynamics Dataset
Fluid Cube Dataset (0.1) image banner

Looking for a dataset to get you started with fluid dynamics simulations? Our Fluid Cube dataset contains 100 unique fluid simulations, each capturing the movement of a fluid block within a unit cube. In every simulation, the fluid block is assigned a different initial shape, position, velocity, and viscosity, providing a variety of scenarios to study.

This dataset is perfect for researchers and engineers looking to understand how fluids behave under different physical conditions, test machine learning algorithms for predicting fluid flow, or even develop innovative methods for simulating complex fluid systems. These simulations were generated using the Smoothed Particle Hydrodynamics (SPH) method, where fluid is represented as a collection of particles floating in space.

In this post, we provide an overview of our Fluid Cube dataset—a free resource you can can download today.

Fluid Cube Dataset Structure

Inside the dataset folder, you’ll find a .csv file containing the metadata for all 100 simulations. This metadata includes key fluid properties for each simulation, such as fluid viscosity, initial shape, velocity, and the corresponding simulation ID.

The outputs of each simulation are stored in a folder labeled with the respective simulation ID. Inside, you’ll find an .npy file containing the particle data for all time steps.

In addition to the simulation data, each folder also contains a video of the simulation rollout, providing a visual representation to make it easier to understand the data for each simulation.

Here’s what the file structure schema looks like:

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

Included with the dataset is a Jupyter notebook that provides instructions on how to load each simulation file and access the particle positions and velocities data.

Ideas for Using the Fluid Cube Dataset

This fluid cube dataset offers several exciting applications, including:

  • Computing dynamical metrics: Analyze time-dependent metrics such as average particle velocity or force ratios, and explore their relationships with other dataset variables like viscosity and volume.
  • Training machine learning models: Use the dataset to train models that can learn and predict fluid dynamics behavior across different simulation scenarios.

 🌊 Have fun! 🌊

If you have any doubts regarding the dataset, don’t hesitate to reach out at datasets@inductiva.ai! Also, if you’re using this data in your projects, we’d love to hear about it! We’ve got other cool datasets too, like our Simulated Structural Parts Dataset (SimuStruct), which is also available to download.

Curious about creating your own synthetic datasets? Check out our own recipe for generating synthetic datasets to train physics-based ML models using Inductiva’s API!

Get started now and try our API for free.

Recent posts from our blog

Manual to compile FVCOM model simulator, highlighting common issues and solutions for engineers compiling FVCOM on Linux, MacOS and Windows systems.

September 9, 2024

Compiling FVCOM: A Handy Guide to Solving Common Issues

Struggling to compile FVCOM? Our step-by-step manual tackles common errors and provides solutions for running FVCOM on a modern machine.

Maya Hershey

Paulo Barbosa

Banner image for blog post on generating synthetic data with numerical simulations using Inductiva API for Physics-ML models

September 4, 2024

Supercharge your Physics-ML with Inductiva’s Cloud-Based Simulation API

Level up your Physics-ML models with high-quality and diverse synthetic data using Inductiva’s Cloud-Based Simulation API.

Maya Hershey

Luís Sarmento