Servus05
commited on
Commit
•
c7d2fb3
1
Parent(s):
1382c4e
Initial Dataset commit
Browse files- .gitattributes +1 -0
- README.md +22 -0
- dataset/highJitter.hdf5 +3 -0
- dataset/lowJitter.hdf5 +3 -0
- dataset/medJitter.hdf5 +3 -0
- dataset/noJitter.hdf5 +3 -0
.gitattributes
CHANGED
@@ -34,6 +34,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
34 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
37 |
# Audio files - uncompressed
|
38 |
*.pcm filter=lfs diff=lfs merge=lfs -text
|
39 |
*.sam filter=lfs diff=lfs merge=lfs -text
|
|
|
34 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
*.hdf5 filter=lfs diff=lfs merge=lfs -text
|
38 |
# Audio files - uncompressed
|
39 |
*.pcm filter=lfs diff=lfs merge=lfs -text
|
40 |
*.sam filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
# Symmetric basis convolutions for learning lagrangian fluid mechanics (Published at ICLR 2024) - Test Case I
|
6 |
+
|
7 |
+
This dataset contains the data for the first test case (1D compressible SPH) for the paper Symmetric basis convolutions for learning lagrangian fluid mechanics (Published at ICLR 2024).
|
8 |
+
|
9 |
+
You can find the full paper [here](https://arxiv.org/abs/2403.16680).
|
10 |
+
|
11 |
+
The source core repository is available [here](https://github.com/tum-pbs/SFBC/) and also contains information on the data generation
|
12 |
+
|
13 |
+
For the other test case datasets look here:
|
14 |
+
|
15 |
+
[Test Case I (compressible 1D)](https://huggingface.co/datasets/Wi-Re/SFBC_dataset_i)
|
16 |
+
|
17 |
+
[Test Case II (wcsph 2D)](https://huggingface.co/datasets/Wi-Re/SFBC_dataset_ii)
|
18 |
+
|
19 |
+
[Test Case III (isph 2D)](https://huggingface.co/datasets/Wi-Re/SFBC_dataset_iii)
|
20 |
+
|
21 |
+
[Test Case IV (3D)](https://huggingface.co/datasets/Wi-Re/SFBC_dataset_iv)
|
22 |
+
|
23 |
+
## File Layout
|
24 |
+
|
25 |
+
The datasets are stored as hdf5 files with a single file per experiment. Within each file there is a set of configuration parameters and each frame of the simulation stored separately as a group. Each frame contains information for all fluid particles and all potentially relevant information. For the 2D test cases there is a pre-defined test/train split on a simulation level, wheras the 1D and 3D cases do not contain such a split.
|
dataset/highJitter.hdf5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:233d05931b4e62bf44510da5f56972dd38a43482371d66c0ec688469e6e33381
|
3 |
+
size 305838368
|
dataset/lowJitter.hdf5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a91f3effb9d5236ecbada782fe4a58359cf1f85125cf6beb09b53448d1c70c9
|
3 |
+
size 305641112
|
dataset/medJitter.hdf5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e09b95b75d7914ebdcda5f9050d28adbd23be64f35e5b9c13dbafd62113b254e
|
3 |
+
size 305838368
|
dataset/noJitter.hdf5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33a6e6ca0dcfb7121766df32753de17edb42428f99db56cb756cfb6bac4ec7a9
|
3 |
+
size 305637496
|