CoolFace
Datasetpublic

FluidVerse/samples

Fluidverse Samples This dataset provides sample files for all of the datasets published by the Fluidverse Organization. For each dataset, two trajectories are provided - one with a single bubble / droplet and one multi-droplet / bubble trajectory with five bubbles / droplets. Note: This is not a standalone dataset with a test and train split. This huggingface dataset serves solely as a preview for the complete datasets listed below. Dataset samples… See the full description on the dataset page: https://huggingface.co/datasets/FluidVerse/samples.

sourceHugging Facecc-by-nc-4.0updated 5mo agoView on Hugging Face
0likes404downloads
Dataset Card

Fluidverse Samples

This dataset provides sample files for all of the datasets published by the Fluidverse Organization. For each dataset, two trajectories are provided - one with a single bubble / droplet and one multi-droplet / bubble trajectory with five bubbles / droplets.

Note: This is not a standalone dataset with a test and train split. This huggingface dataset serves solely as a preview for the complete datasets listed below.

Dataset samples

Dataset nameDataset shortnameURL
2D Shock-Induced Air Bubble Collapse in Water with Symmetric BC2DSABWSSOOhttps://huggingface.co/datasets/FluidVerse/2DSABWSSOO
2D Shock-Induced Air Bubble Collapse in Water with Open BC2DSABWOOOOhttps://huggingface.co/datasets/FluidVerse/2DSABWOOOO
2D Shock-Induced Droplet Breakup in Air with Symmetric BC2DSDBASSOOhttps://huggingface.co/datasets/FluidVerse/2DSDBASSOO
2D Shock-Induced R22 Bubble Collapse in Air with Open BC2DSRBAOOOOhttps://huggingface.co/datasets/FluidVerse/2DSRBAOOOO
3D Shock-Induced Air Bubble Collapse in Water with Symmetric BC3DSABWSSOOSShttps://huggingface.co/datasets/FluidVerse/3DSABWSSOOSS
3D Shock-Induced Droplet Breakup in Air with Symmetric BC3DSDBASSOOSShttps://huggingface.co/datasets/FluidVerse/3DSDBASSOOSS

How to Download the Dataset

Download the whole dataset:

hf download FluidVerse/samples --repo-type dataset

Download only one dataset sample:

from huggingface_hub import snapshot_download

snapshot_download(
    repo_id="FluidVerse/samples",
    repo_type="dataset",
    allow_patterns="2D_SABW_OOOO_256x256_samples.h5",
    local_dir="."
)