Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
tags:
|
| 4 |
+
- emmi-ai
|
| 5 |
+
- physics-simulation
|
| 6 |
+
- dem
|
| 7 |
+
- cfd-dem
|
| 8 |
+
- neural-operator
|
| 9 |
+
pretty_name: NeuralDEM Dataset
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# NeuralDEM Dataset
|
| 13 |
+
|
| 14 |
+
Dataset repository for **NeuralDEM**, containing simulation data for training and evaluating deep learning surrogates for industrial particulate flows and particle-fluid coupled systems.
|
| 15 |
+
|
| 16 |
+
## Dataset Summary
|
| 17 |
+
|
| 18 |
+
The NeuralDEM dataset covers two primary physics benchmarks:
|
| 19 |
+
|
| 20 |
+
1. **Hopper Simulations (Particle Systems)**
|
| 21 |
+
* **Setup**: Hopper domain with a bottom outlet initially loaded with ~250,000 particles discharging over time.
|
| 22 |
+
* **Physics**: Discrete Element Method (DEM) dynamics across diverse hopper geometry angles and particle friction regimes.
|
| 23 |
+
2. **Fluidized Bed Reactor (Particle-Fluid Coupled Systems)**
|
| 24 |
+
* **Setup**: Reactor containing ~500,000 particles with uniform fluid (air) injection from the bottom grid.
|
| 25 |
+
* **Physics**: Coupled CFD-DEM multi-physics system over ~160,000 hexahedral CFD grid cells across varying fluid inlet velocities.
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
For inference scripts, model checkpoints, and simulation rollouts, visit the [NeuralDEM GitHub Repository](https://github.com/Emmi-AI/NeuralDEM).
|
| 29 |
+
|
| 30 |
+
## License
|
| 31 |
+
|
| 32 |
+
This dataset is distributed under the [CC-BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license.
|
| 33 |
+
|
| 34 |
+
## Citation instructions
|
| 35 |
+
```
|
| 36 |
+
@article{alkin2024neuraldem,
|
| 37 |
+
title={{NeuralDEM} for real time simulations of industrial particular flows},
|
| 38 |
+
author={Benedikt Alkin and Tobias Kronlachner and Samuele Papa and Stefan Pirker and Thomas Lichtenegger and Johannes Brandstetter},
|
| 39 |
+
journal={Nature Communications Physics},
|
| 40 |
+
year={2025}
|
| 41 |
+
doi={10.1038/s42005-025-02342-4},
|
| 42 |
+
}
|
| 43 |
+
```
|