CoolFace
Datasetpublic

FluidVerse/2D_SABW_OOOO

2D Shock-Induced Air Bubble Collapse in Water with Open BC Description The dataset captures the time-evolving behavior of 2D cylindrical air bubbles subjected to an external shock wave in water. The interaction with the shock wave results in a collapse of the air bubble. Here we investigate a scenario with open boundary conditions at every wall. About the data Metadata Description Solver ALPACA PDE 2D compressible Euler equations… See the full description on the dataset page: https://huggingface.co/datasets/FluidVerse/2D_SABW_OOOO.

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

2D Shock-Induced Air Bubble Collapse in Water with Open BC

Description

The dataset captures the time-evolving behavior of 2D cylindrical air bubbles subjected to an external shock wave in water. The interaction with the shock wave results in a collapse of the air bubble. Here we investigate a scenario with open boundary conditions at every wall.

<div style="display:flex;justify-content:center"> <video style="width:100%;max-width:400px" src="https://huggingface.co/datasets/FluidVerse/2DSABWOOOO/resolve/main/SABWOOOOMas2.10.mp4" loop autoplay muted></video> </div>

About the data

MetadataDescription
SolverALPACA
PDE2D compressible Euler equations
Dimension2D
Number of Trajectories300
Train-Test-Split0.8 - 0.2
Number of Timesteps101
Simulation End Time15 \\( \mu s \\)
Save Interval0.15 \\( \mu s \\)
Fields- densitymixed <br/> - densitywater <br/> - densityair <br/> - pressure <br/> - velocityX <br/> - velocityY <br/> - volumefraction_water
Simulation Resolution2048x2560 (Clipped and Downsampled)
Dataset Resolution512x512 & 256x256
Grid TypeCartesian Uniform Grid
Initial ConditionThe bubbles are in equilibrium with the surrounding pre-shock environment.
Boundary ConditionsNorth: Open <br/> South: Open <br/> East: Open <br/> West: Open
Conditioning ParametersShock Mach Number [1.3 - 2.1] <br/> Bubble Count [1 - 5] <br/> Bubble Radius [2mm - 3.5mm] <br/> Bubble Center Position [Random in Domain]

Further metadata information and channel-wise statistics can be found in the corresponding metadata.json file.

Key Challenges for Surrogate Modelling

  • Accurate interface capturing
  • Peak pressure in the domain
  • Understanding wave dynamics
  • Tracking bubble fragments

How to Download the Dataset

Download the whole dataset:

hf download FluidVerse/2D_SABW_OOOO --repo-type dataset

Download only part of the dataset with resolution 256x256:

from huggingface_hub import snapshot_download

snapshot_download(
    repo_id="FluidVerse/2D_SABW_OOOO",
    repo_type="dataset",
    allow_patterns="multi_bubble/256x256/*",
    local_dir="."
)