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.benchmark.data import WellDataModule
# The following line may take a couple of minutes to instantiate the datamodule
datamodule = WellDataModule(
"hf://datasets/polymathic-ai/",
"rayleigh_benard",
)
train_dataloader = datamodule.train_dataloader()
for batch in dataloader:
# Process training batch
...
Rayleigh-Bénard convection
One line description of the data: 2D horizontally-periodic Rayleigh-Benard convection.
Longer description of the data: Rayleigh-Bénard convection involves fluid dynamics and thermodynamics, seen in a horizontal fluid layer heated from below, forming convective cells due to a temperature gradient. With the lower plate heated and the upper cooled, thermal energy creates density variations, initiating fluid motion. This results in Bénard cells, showcasing warm fluid rising and cool fluid descending. The interplay of buoyancy, conduction, and viscosity leads to complex fluid motion, including vortices and boundary layers.
Associated paper: Paper 1, Paper 2.
Data generated by: Rudy Morel, Center for Computational Mathematics, Flatiron Institute.
Code or software used to generate the data: Github repository, based on the software Dedalus.
Equation:
While we solve equations in the frequency domain, the original time-domain problem is
where is the spatial Laplacian, is the buoyancy, the (horizontal and vertical) velocity, and is the pressure, is the unit vector in the vertical direction, with the additional constraints (pressure gauge).
The boundary conditions vertically are as follows:
These PDE are parameterized by the Rayleigh and Prandtl numbers through and .
Dataset | FNO | TFNO | Unet | CNextU-net |
---|---|---|---|---|
rayleigh_benard |
0.8395 | 1.4860 | 0.6699 |
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: 200 timesteps of 512 128 images.
Fields are available in the data: buoyancy (scalar field), pressure (scalar field), velocity (vector field).
Number of simulations: 1750 (35 PDE parameters 50 initial conditions).
Size of the ensemble of all simulations: 358.4 GB.
Grid type: uniform, cartesian coordinates.
Initial conditions: the buoyancy is composed of a dumped noise added to a linear background where is a Gaussian white noise of scale . The other fields and are initialized to .
Boundary conditions: periodic on the horizontal direction, Dirichlet conditions on the vertical direction.
Simulation time-step: 0.25.
Total time range (\(t_{min}\) to ): , .
Spatial domain size: horizontally, and vertically.
Set of coefficients or non-dimensional parameters evaluated: . For initial conditions , the seed used to generate the initial Gaussian white noise are .
Approximate time to generate the data: per input parameter from to (high Rayleigh numbers take longer), total: hours.
Hardware used to generate the data and precision used for generating the data: 12 nodes of 64 CPU cores with 8 processes per node, in single precision.
What is interesting and challenging about the data:
Rayleigh-Bénard convection datasets offer valuable insights into fluid dynamics under thermal gradients, revealing phenomena like turbulent eddies and convection cells. The position of such cells are highly sensitive to small variations in the initial conditions. Understanding these dynamics is crucial for applications in engineering and environmental science.
Please cite the associated paper if you use this data in your research:
@article{burns2020dedalus,
title={Dedalus: A flexible framework for numerical simulations with spectral methods},
author={Burns, Keaton J and Vasil, Geoffrey M and Oishi, Jeffrey S and Lecoanet, Daniel and Brown, Benjamin P},
journal={Physical Review Research},
volume={2},
number={2},
pages={023068},
year={2020},
publisher={APS}
}
- Downloads last month
- 9