Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

2D Shock-Induced Droplet Breakup in Air

Description

The dataset captures the time-evolving behavior of 2D cylindrical droplets subjected to an external shock wave in air. The interaction with the shock wave results in two different breakup modes namely SIE and RTP depending on the weber number. Here we investigate a scenario with symmetric boundary conditions at the north and south walls.

About the data

Metadata Description
Solver ALPACA
PDE 2D compressible Euler equations
Dimension 2D
Number of Trajectories 300
Train-Test-Split 0.8 - 0.2
Number of Timesteps 101
Simulation End Time 91 μs \mu s - 1240 μs \mu s (depending on the IC)
Save Interval 0.91 μs \mu s - 12.40 μs \mu s (depending on the IC)
Fields - density_mixed
- density_water
- density_air
- pressure
- velocityX
- velocityY
- volume_fraction_water
Simulation Resolution 1024x512 (Clipped and Downsampled)
Dataset Resolution 512x512 & 256x256
Grid Type Cartesian Uniform Grid
Initial Condition The droplets are in equilibrium with the surrounding pre-shock environment.
Boundary Conditions North: Symmetry
South: Symmetry
East: Open
West: Open
Conditioning Parameters Shock Mach Number [1.2 - 3.2]
Weber Number [10 - 30 & 10k - 30k]
Droplet Count [1 - 5]
Droplet Radius [2mm - 3.5mm]
Droplet Center Position [Random in Domain]

Further metadata information can be found in the corresponding metadata.json file.

Key Challenges for Surrogate Modelling

  • Distinguish breakup mode - RTP or SIE
  • Accurate interface capturing
  • Understanding wave dynamics
  • Tracking droplet fragments
  • Capture droplet interactions in the case of multi-droplets

How to Download the Dataset

Download the whole dataset:

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

Download only part of the dataset with resolution 256x256:

from huggingface_hub import snapshot_download

snapshot_download(
    repo_id="FluidVerse/2D_SDBA_SSOO",
    repo_type="dataset",
    allow_patterns="multi_droplet/256x256/*",
    local_dir="."
)
Downloads last month
18