LTMeyer commited on
Commit
352c669
·
verified ·
1 Parent(s): e759bcb

Add files using upload-large-folder tool

Browse files
.gitattributes CHANGED
@@ -57,3 +57,18 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ data/test/rayleigh_taylor_instability_At_75.hdf5 filter=lfs diff=lfs merge=lfs -text
61
+ data/test/rayleigh_taylor_instability_At_125.hdf5 filter=lfs diff=lfs merge=lfs -text
62
+ data/test/rayleigh_taylor_instability_At_0625.hdf5 filter=lfs diff=lfs merge=lfs -text
63
+ data/valid/rayleigh_taylor_instability_At_50.hdf5 filter=lfs diff=lfs merge=lfs -text
64
+ data/valid/rayleigh_taylor_instability_At_25.hdf5 filter=lfs diff=lfs merge=lfs -text
65
+ data/valid/rayleigh_taylor_instability_At_0625.hdf5 filter=lfs diff=lfs merge=lfs -text
66
+ data/valid/rayleigh_taylor_instability_At_75.hdf5 filter=lfs diff=lfs merge=lfs -text
67
+ data/test/rayleigh_taylor_instability_At_25.hdf5 filter=lfs diff=lfs merge=lfs -text
68
+ data/valid/rayleigh_taylor_instability_At_125.hdf5 filter=lfs diff=lfs merge=lfs -text
69
+ data/test/rayleigh_taylor_instability_At_50.hdf5 filter=lfs diff=lfs merge=lfs -text
70
+ data/train/rayleigh_taylor_instability_At_75.hdf5 filter=lfs diff=lfs merge=lfs -text
71
+ data/train/rayleigh_taylor_instability_At_25.hdf5 filter=lfs diff=lfs merge=lfs -text
72
+ data/train/rayleigh_taylor_instability_At_50.hdf5 filter=lfs diff=lfs merge=lfs -text
73
+ data/train/rayleigh_taylor_instability_At_125.hdf5 filter=lfs diff=lfs merge=lfs -text
74
+ data/train/rayleigh_taylor_instability_At_0625.hdf5 filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: cc-by-4.0
5
+ tags:
6
+ - physics
7
+
8
+ task_categories:
9
+ - time-series-forecasting
10
+ - other
11
+ task_ids:
12
+ - multivariate-time-series-forecasting
13
+ ---
14
+
15
+ This Dataset is part of [The Well Collection](https://huggingface.co/papers/2412.00568).
16
+
17
+ # How To Load from HuggingFace Hub
18
+
19
+ 1. Be sure to have `the_well` installed (`pip install the_well`)
20
+ 2. Use the `WellDataModule` to retrieve data as follows:
21
+
22
+ ```python
23
+ from the_well.data import WellDataModule
24
+
25
+ # The following line may take a couple of minutes to instantiate the datamodule
26
+ datamodule = WellDataModule(
27
+ "hf://datasets/polymathic-ai/",
28
+ "rayleigh_taylor_instability",
29
+ )
30
+ train_dataloader = datamodule.train_dataloader()
31
+
32
+ for batch in dataloader:
33
+ # Process training batch
34
+ ...
35
+ ```
36
+
37
+ # Rayleigh-Taylor instability
38
+
39
+ **One line description of the data:** Effect of spectral shape and component phases on development of Rayleigh-Taylor turbulence.
40
+
41
+ **Longer description of the data:** We consider the Rayleigh-Taylor instability for a range of Atwood numbers and initial perturbations, all of which have a log—normal horizontal energy spectrum with random phase. The dataset examines how varying the mean, standard deviation and the disparity of the random phase effects the transition to and statistics of the ensuing turbulent flow.
42
+
43
+ **Associated paper**: [Paper](https://www.researchgate.net/publication/243660629_Reynolds_number_effects_on_Rayleigh-Taylor_instability_with_possible_implications_for_type_Ia_supernovae).
44
+
45
+ **Domain experts**: [Stefan Nixon](https://www.maths.cam.ac.uk/person/ssn34), University of Cambridge, [Romain Watteaux](https://www.linkedin.com/in/romain-watteaux-978b08162/?locale=en_US), CEA DAM, [Suart B. Dalziel](https://scholar.google.com/citations?user=OJcK5CAAAAAJ&hl=en), University of Cambridge.
46
+
47
+ **Code or software used to generate the data**: [TurMix3D](https://theses.hal.science/tel-00669707/document).
48
+
49
+ **Equation**:The flow is governed by equations for continuity, momentum and incompressibility in the case of miscible fluids with common molecular diffusivity:
50
+
51
+ $$
52
+ \begin{align*}
53
+ \partial_t\rho + \nabla\cdot(\rho \vec{u}) &= 0,\\
54
+ \partial_t(\rho \vec{u})+\nabla\cdot(\rho \vec{u} \vec{u}) &= -\nabla p + \nabla\cdot\vec{\tau}+\rho \vec{g},\\
55
+ \nabla\cdot\vec{u} &= -\kappa\nabla\cdot\left(\frac{\nabla\rho}{\rho}\right).
56
+ \end{align*}
57
+ $$
58
+
59
+ Here, \\(\rho\\) is density, \\(\vec{u}\\) is velocity, \\(p\\) is pressure, \\(\vec{g}\\) is gravity, \\(\kappa\\) is the coefficient of molecular diffusivity and \\(\vec{\tau}\\) is the deviatoric stress tensor
60
+
61
+ $$
62
+ \vec{\tau}= \rho\nu\left(\nabla\vec{u}+\left(\nabla\vec{u}\right)^T-\frac{2}{3}\left(\nabla\cdot\vec{u} \right)\vec{I}\right),
63
+ $$
64
+
65
+ where \\(\nu\\) is the kinematic viscosity and \\(\vec{I}\\) is the identity matrix.
66
+
67
+
68
+ ![Gif](https://users.flatironinstitute.org/~polymathic/data/the_well/datasets/rayleigh_taylor_instability/gif/density_normalized.gif)
69
+
70
+ | Dataset | FNO | TFNO | Unet | CNextU-net
71
+ |:-:|:-:|:-:|:-:|:-:|
72
+ | `rayleigh_taylor_instability` (At = 0.25) | >10 | >10 |>10|>10|
73
+
74
+ Table: VRMSE metrics on test sets (lower is better). Best results are shown in bold. VRMSE is scaled such that predicting the mean value of the target field results in a score of 1.
75
+
76
+ ## About the data
77
+
78
+ **Dimension of discretized data:** 60 time-steps of 128 \\(\times\\) 128 \\(\times\\) 128 cubes.
79
+
80
+ **Fields available in the data:** Density (scalar field), velocity (vector field).
81
+
82
+ **Number of trajectories:** 45 trajectories.
83
+
84
+ **Estimated size of the ensemble of all simulations:** 255.6 GB.
85
+
86
+ **Grid type:** uniform grid, cartesian coordinates.
87
+
88
+ **Initial conditions:** Initial conditions have been set by imposing a log—normal profile for the shape of energy spectrum in wavenumber space, such that:
89
+
90
+ $$
91
+ A(k) = \frac{1}{k\sigma\sqrt{2\pi}} \exp\Big(-\frac{(\ln (k) - \mu)^2}{2\sigma^2}\Big) \quad\textrm{with}\quad k = \sqrt{k^2_x+k^2_y}
92
+ $$
93
+
94
+ where \\(\mu\\) is the mean and \\(\sigma\\) is the standard deviation of the profile. Furthermore, we have imposed a random phase to the corresponding complex Fourier component (i.e. a random value for the argument of the complex Fourier component) between zero and a varied maximum (\\(\phi_{max}\\)), finally after Fourier transforming to physical space the mean of the resulting profile is normalized to \\(3.10^5\\) to ensure comparable power.
95
+
96
+
97
+ **Boundary conditions:** Periodic boundary conditions on sides walls and slip conditions on the top and bottom walls.
98
+
99
+ **Simulation time-step:** \\(\Delta t\\) is set such that the maximum Courant number is \\(\frac12(CFL_{max}=0.5)\\). Therefore, the time step decreases as the flow accelerates.
100
+
101
+ **Data are stored separated by (\\(\Delta t\\)):** varies with the Atwood number.
102
+
103
+ **Total time range (\\(t_{min}\\) to \\(t_{max}\\)):** Varies from \\(t_{min}=0\\) to \\(t_{max}\\) between \\(\sim 30s\\) and \\(\sim 100s\\), depending on Atwood number.
104
+
105
+ **Spatial domain size (\\(L_x\\), \\(L_y\\), \\(L_z\\)):** \\([0,1]\times[0,1]\times[0,1]\\).
106
+
107
+ **Set of coefficients or non-dimensional parameters evaluated:** We run simulations with 13 different initializations for five different Atwood number values \\(At\in \{\frac34, \frac12, \frac14, \frac18, \frac{1}{16}\}\\). The first set on initial conditions considers varying the mean \\(\mu\\) and standard deviation \\(\sigma\\) of the profile \\(A(k)\\) with \\(\mu\in{1, 4, 16}\\) and \\(\sigma\in\{\frac14, \frac12, 1\}\\), the phase (argument of the complex Fourier component) \\(\phi\\) was set randomly in the range \\([0,2\pi)\\). The second set of initial conditions considers a fixed mean (\\(\mu=16\\)) and standard deviation (\\(\sigma =0.25\\)) and a varieed range of random phases (complex arguments \\(\phi\in[0,\phi_{max}\\))) given to each Fourier component. The four cases considered are specified by \\(\phi_{max}\in \{ \frac{\pi}{128}, \frac{\pi}{8}, \frac{\pi}{2}, \pi\}\\).
108
+
109
+ **Approximate time to generate the data:** 1 hour on 128 CPU cores for 1 simulation. 65 hours on 128 CPU cores for all simulations.
110
+
111
+ **Hardware used to generate the data:** 128 CPU core on the Ocre supercomputer at CEA, Bruyères-le-Châtel, France.
112
+
113
+ ## What is interesting and challenging about the data:
114
+
115
+ **What phenomena of physical interest are catpured in the data:** In this dataset, there are three key aspects of physical interest. Firstly, impact of coherence on otherwise random initial conditions. Secondly, the effect of the shape of the initial energy spectrum on the structure of the flow. Finally, the transition from the Boussinesq to the non-Boussinesq regime where the mixing width transitions from symmetric to asymmetric growth.
116
+
117
+ **How to evaluate a new simulator operating in this space:**
118
+
119
+ From a fundamental standpoint, we would expect the density field to be advected and mixed rather than created or destroyed to give appropriate statistics. From a qualitative perspective, given that the underlying simulations are of comparable spatial resolution to the simulations run by the alpha group (Dimonte et. al. 2003), we would consider a good emulator to produce a comparable value for α as reported in their paper for an appropriately similar set of initial conditions. This parameter is derived by considering the flow after the initial transient. At this stage, the width of the turbulent mixing zone, \\(L\\), is self-similar and grows as \\(L= \alpha * At * g * t^2\\). They reported a value of \\(\alpha\\)=0.025±0.003. In addition, during this self-regime, we would expect to observe energy spectra with a similar shape to those reported in Cabot and Cook 2006, specifically exhibiting an appropriate \\(k^{-\frac53}\\) cascade. From a structural perspective, we would expect that for an initialization with a large variety of modes in the initial spectrum to observe a range of bubbles and spikes (upward and downward moving structures), whereas in the other limit (where this only on mode in the initial spectrum) we expect to observe a single bubble and spike. In addition, a good emulator would exhibit symmetric mixing with for low Atwood numbers in the Boussinesq regime (defined as \\(At\\) < 0.1 by Andrews and Dalziel 2010) and asymmetries in the mixing with for large Atwood number.
120
+
121
+ Please cite the associated paper if you use this data in your research:
122
+ ```
123
+ @article{cabot2006reynolds,
124
+ title={Reynolds number effects on Rayleigh--Taylor instability with possible implications for type Ia supernovae},
125
+ author={Cabot, William H and Cook, Andrew W},
126
+ journal={Nature Physics},
127
+ volume={2},
128
+ number={8},
129
+ pages={562--568},
130
+ year={2006},
131
+ publisher={Nature Publishing Group UK London}
132
+ }
133
+ ```
data/stats.yaml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ mean:
2
+ density: 0.7736314810886709
3
+ velocity:
4
+ - -6.003551283192742e-06
5
+ - -1.688034866445325e-05
6
+ - -4.4674148597801415e-06
7
+ std:
8
+ density: 0.26884296492545257
9
+ velocity:
10
+ - 0.008225206947696545
11
+ - 0.008185755575811615
12
+ - 0.013937436422986439
data/test/rayleigh_taylor_instability_At_0625.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:069417c63b7255236c8fb1521220c714ac86e5f64761f94240be1f51a90c0273
3
+ size 8002732032
data/test/rayleigh_taylor_instability_At_125.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4b7dbc790ca6ad29366db054df417b7f639a6fa78a39aeb5cb41048851cb464
3
+ size 8002732032
data/test/rayleigh_taylor_instability_At_25.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d3475ae647391f68dc4927b51d39eb3ba7445bca380d09f3ab4cf1183c59494
3
+ size 8002732032
data/test/rayleigh_taylor_instability_At_50.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d810866a2e4b094649dabcadd43dca5833c777e7f5898e16721bd627e06d0545
3
+ size 8002732032
data/test/rayleigh_taylor_instability_At_75.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e776648acf72c89ccdef3cd18bb80ad144577eea71848a1ad1b18517f6dd277
3
+ size 8002732032
data/train/rayleigh_taylor_instability_At_0625.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06183975677e1d9d0598d84c006771810ae73b39e45277896f96bb8fab45e966
3
+ size 35953573888
data/train/rayleigh_taylor_instability_At_125.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1aafa527553d0a9d0b991855bfe1ca839be3b4d79b8b644f8b470efd76d54cc
3
+ size 35953573888
data/train/rayleigh_taylor_instability_At_25.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc258ba2f079e1c11ef67b58f17547dd8131c72338754d290aaaae65a224ea6a
3
+ size 35953573888
data/train/rayleigh_taylor_instability_At_50.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1838e9815e8dead3528c2d3c40e0c38e60a6a40ef177cac5b37a74fcefc516c6
3
+ size 35953573888
data/train/rayleigh_taylor_instability_At_75.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a52637c0761d40fd2005335faed15b006b015355f013cd1e5f12f7b3bbb0709c
3
+ size 35953573888
data/valid/rayleigh_taylor_instability_At_0625.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ced2a276387db2ba121c3cb08c23661a04098d053d4af825e27056f32414dfbf
3
+ size 8002732032
data/valid/rayleigh_taylor_instability_At_125.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb1e3537b3ab4f782437af9bc8b870ca9f34c6a9f12f198ce720ef3202765ba4
3
+ size 8002732032
data/valid/rayleigh_taylor_instability_At_25.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4242da0548159dd08ea1c253a83b295c7354ec8dde530db8f3fdbe7d0531af4f
3
+ size 8002732032
data/valid/rayleigh_taylor_instability_At_50.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c0f8be39189f3fb85c20b973b3f3ed88854030c90d11373de88049aa8cceb3d
3
+ size 8002732032
data/valid/rayleigh_taylor_instability_At_75.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d87159551bc247ad362bb430d5ac045edffea52c4369c12653178793762e2fcb
3
+ size 8002732032
full_stats.yaml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ mean:
2
+ density: 0.7736314810886934
3
+ velocity:
4
+ - -6.003551283192742e-06
5
+ - -1.688034866445325e-05
6
+ - -4.4674148597801415e-06
7
+ mean_delta:
8
+ density: -5.116001570528461e-11
9
+ velocity:
10
+ - -3.271175691989017e-08
11
+ - -2.482863371238678e-07
12
+ - -1.776268489975309e-08
13
+ rms:
14
+ density: 0.8190129475908132
15
+ velocity:
16
+ - 0.008225209138682342
17
+ - 0.008185772980794297
18
+ - 0.013937437138964415
19
+ rms_delta:
20
+ density: 0.022927476279983174
21
+ velocity:
22
+ - 0.0031900044424192035
23
+ - 0.003190976801294423
24
+ - 0.00343354613525075
25
+ std:
26
+ density: 0.2688429649254503
27
+ velocity:
28
+ - 0.008225206947696545
29
+ - 0.008185755575811615
30
+ - 0.013937436422986439
31
+ std_delta:
32
+ density: 0.022927476279983174
33
+ velocity:
34
+ - 0.0031900044422514826
35
+ - 0.003190976791634982
36
+ - 0.003433546135204804
gif/buoyancy_good_normalized.gif ADDED

Git LFS Details

  • SHA256: 1cc05e52fdadd636622088c014cf864b73d4eeb6f057b2534b2028af8af841ad
  • Pointer size: 132 Bytes
  • Size of remote file: 5.68 MB
gif/density_normalized.gif ADDED

Git LFS Details

  • SHA256: 5f13e7a57717b73026bbafb65bb8e2f006446ddc099495a85089fb86b788bdfc
  • Pointer size: 132 Bytes
  • Size of remote file: 5.68 MB
rayleigh_taylor_instability.yaml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset_name: rayleigh_taylor_instability
2
+ n_spatial_dims: 3
3
+ spatial_resolution:
4
+ - 128
5
+ - 128
6
+ - 128
7
+ scalar_names: []
8
+ constant_scalar_names:
9
+ - At
10
+ field_names:
11
+ 0:
12
+ - density
13
+ 1:
14
+ - velocity_x
15
+ - velocity_y
16
+ - velocity_z
17
+ 2: []
18
+ constant_field_names:
19
+ 0: []
20
+ 1: []
21
+ 2: []
22
+ boundary_condition_types:
23
+ - PERIODIC
24
+ - WALL
25
+ n_files: 5
26
+ n_trajectories_per_file:
27
+ - 2
28
+ - 2
29
+ - 2
30
+ - 2
31
+ - 2
32
+ n_steps_per_trajectory:
33
+ - 119
34
+ - 119
35
+ - 119
36
+ - 119
37
+ - 119
38
+ grid_type: cartesian
stats.yaml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ mean:
2
+ density: 0.7736314810886934
3
+ velocity:
4
+ - -6.003551283192742e-06
5
+ - -1.688034866445325e-05
6
+ - -4.4674148597801415e-06
7
+ mean_delta:
8
+ density: -5.116001570528461e-11
9
+ velocity:
10
+ - -3.271175691989017e-08
11
+ - -2.482863371238678e-07
12
+ - -1.776268489975309e-08
13
+ rms:
14
+ density: 0.8190129475908132
15
+ velocity:
16
+ - 0.008225209138682342
17
+ - 0.008185772980794297
18
+ - 0.013937437138964415
19
+ rms_delta:
20
+ density: 0.022927476279983174
21
+ velocity:
22
+ - 0.0031900044424192035
23
+ - 0.003190976801294423
24
+ - 0.00343354613525075
25
+ std:
26
+ density: 0.2688429649254503
27
+ velocity:
28
+ - 0.008225206947696545
29
+ - 0.008185755575811615
30
+ - 0.013937436422986439
31
+ std_delta:
32
+ density: 0.022927476279983174
33
+ velocity:
34
+ - 0.0031900044422514826
35
+ - 0.003190976791634982
36
+ - 0.003433546135204804
visualization_rayleigh_taylor_instability.ipynb ADDED
The diff for this file is too large to render. See raw diff