
Datasets:
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
This Dataset is part of The Well Collection.
How To Load from HuggingFace Hub
- Be sure to have
the_well
installed (pip install the_well
) - Use the
WellDataModule
to retrieve data as follows:
from the_well.data import WellDataModule
# The following line may take a couple of minutes to instantiate the datamodule
datamodule = WellDataModule(
"hf://datasets/polymathic-ai/",
"rayleigh_taylor_instability",
)
train_dataloader = datamodule.train_dataloader()
for batch in dataloader:
# Process training batch
...
Rayleigh-Taylor instability
One line description of the data: Effect of spectral shape and component phases on development of Rayleigh-Taylor turbulence.
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.
Associated paper: Paper.
Domain experts: Stefan Nixon, University of Cambridge, Romain Watteaux, CEA DAM, Suart B. Dalziel, University of Cambridge.
Code or software used to generate the data: TurMix3D.
Equation:The flow is governed by equations for continuity, momentum and incompressibility in the case of miscible fluids with common molecular diffusivity:
Here, is density, is velocity, is pressure, is gravity, is the coefficient of molecular diffusivity and is the deviatoric stress tensor
where is the kinematic viscosity and is the identity matrix.
Dataset | FNO | TFNO | Unet | CNextU-net |
---|---|---|---|---|
rayleigh_taylor_instability (At = 0.25) |
>10 | >10 | >10 | >10 |
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.
About the data
Dimension of discretized data: 60 time-steps of 128 128 128 cubes.
Fields available in the data: Density (scalar field), velocity (vector field).
Number of trajectories: 45 trajectories.
Estimated size of the ensemble of all simulations: 255.6 GB.
Grid type: uniform grid, cartesian coordinates.
Initial conditions: Initial conditions have been set by imposing a logβnormal profile for the shape of energy spectrum in wavenumber space, such that:
where is the mean and 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 to ensure comparable power.
Boundary conditions: Periodic boundary conditions on sides walls and slip conditions on the top and bottom walls.
Simulation time-step: is set such that the maximum Courant number is . Therefore, the time step decreases as the flow accelerates.
Data are stored separated by ( ): varies with the Atwood number.
Total time range ( to ): Varies from to between and , depending on Atwood number.
Spatial domain size ( , , ): .
Set of coefficients or non-dimensional parameters evaluated: We run simulations with 13 different initializations for five different Atwood number values . The first set on initial conditions considers varying the mean and standard deviation of the profile with and , the phase (argument of the complex Fourier component) was set randomly in the range . The second set of initial conditions considers a fixed mean ( ) and standard deviation ( ) and a varieed range of random phases (complex arguments )) given to each Fourier component. The four cases considered are specified by .
Approximate time to generate the data: 1 hour on 128 CPU cores for 1 simulation. 65 hours on 128 CPU cores for all simulations.
Hardware used to generate the data: 128 CPU core on the Ocre supercomputer at CEA, Bruyères-le-ChÒtel, France.
What is interesting and challenging about the data:
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.
How to evaluate a new simulator operating in this space:
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, , is self-similar and grows as . They reported a value of =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 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 < 0.1 by Andrews and Dalziel 2010) and asymmetries in the mixing with for large Atwood number.
Please cite the associated paper if you use this data in your research:
@article{cabot2006reynolds,
title={Reynolds number effects on Rayleigh--Taylor instability with possible implications for type Ia supernovae},
author={Cabot, William H and Cook, Andrew W},
journal={Nature Physics},
volume={2},
number={8},
pages={562--568},
year={2006},
publisher={Nature Publishing Group UK London}
}
- Downloads last month
- 296
Models trained or fine-tuned on polymathic-ai/rayleigh_taylor_instability
