Dataset Viewer

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

  1. Be sure to have the_well installed (pip install the_well)
  2. 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:

βˆ‚tρ+βˆ‡β‹…(ρuβƒ—)=0,βˆ‚t(ρuβƒ—)+βˆ‡β‹…(ρuβƒ—uβƒ—)=βˆ’βˆ‡p+βˆ‡β‹…Ο„βƒ—+ρgβƒ—,βˆ‡β‹…uβƒ—=βˆ’ΞΊβˆ‡β‹…(βˆ‡ΟΟ). \begin{align*} \partial_t\rho + \nabla\cdot(\rho \vec{u}) &= 0,\\ \partial_t(\rho \vec{u})+\nabla\cdot(\rho \vec{u} \vec{u}) &= -\nabla p + \nabla\cdot\vec{\tau}+\rho \vec{g},\\ \nabla\cdot\vec{u} &= -\kappa\nabla\cdot\left(\frac{\nabla\rho}{\rho}\right). \end{align*}

Here, ρ\rho is density, uβƒ—\vec{u} is velocity, pp is pressure, gβƒ—\vec{g} is gravity, ΞΊ\kappa is the coefficient of molecular diffusivity and Ο„βƒ—\vec{\tau} is the deviatoric stress tensor

Ο„βƒ—=ρν(βˆ‡uβƒ—+(βˆ‡uβƒ—)Tβˆ’23(βˆ‡β‹…uβƒ—)Iβƒ—), \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),

where ν\nu is the kinematic viscosity and I⃗\vec{I} is the identity matrix.

Gif

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 Γ—\times 128 Γ—\times 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:

A(k)=1kΟƒ2Ο€exp⁑(βˆ’(ln⁑(k)βˆ’ΞΌ)22Οƒ2)withk=kx2+ky2 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}

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.1053.10^5 to ensure comparable power.

Boundary conditions: Periodic boundary conditions on sides walls and slip conditions on the top and bottom walls.

Simulation time-step: Ξ”t\Delta t is set such that the maximum Courant number is 12(CFLmax=0.5)\frac12(CFL_{max}=0.5). Therefore, the time step decreases as the flow accelerates.

Data are stored separated by ( Ξ”t\Delta t): varies with the Atwood number.

Total time range ( tmint_{min} to tmaxt_{max}): Varies from tmin=0t_{min}=0 to tmaxt_{max} between ∼30s\sim 30s and ∼100s\sim 100s, depending on Atwood number.

Spatial domain size ( LxL_x, LyL_y, LzL_z): [0,1]Γ—[0,1]Γ—[0,1][0,1]\times[0,1]\times[0,1].

Set of coefficients or non-dimensional parameters evaluated: We run simulations with 13 different initializations for five different Atwood number values At∈{34,12,14,18,116}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)A(k) with μ∈1,4,16\mu\in{1, 4, 16} and Οƒβˆˆ{14,12,1}\sigma\in\{\frac14, \frac12, 1\}, the phase (argument of the complex Fourier component) Ο•\phi was set randomly in the range [0,2Ο€)[0,2\pi). The second set of initial conditions considers a fixed mean ( ΞΌ=16\mu=16) and standard deviation ( Οƒ=0.25\sigma =0.25) and a varieed range of random phases (complex arguments Ο•βˆˆ[0,Ο•max\phi\in[0,\phi_{max})) given to each Fourier component. The four cases considered are specified by Ο•max∈{Ο€128,Ο€8,Ο€2,Ο€}\phi_{max}\in \{ \frac{\pi}{128}, \frac{\pi}{8}, \frac{\pi}{2}, \pi\}.

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, LL, is self-similar and grows as L=Ξ±βˆ—Atβˆ—gβˆ—t2L= \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βˆ’53k^{-\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 AtAt < 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

Collection including polymathic-ai/rayleigh_taylor_instability