Skip to content

Commit 9155b9c

Browse files
committed
Fill datasets section
1 parent 1bc19b1 commit 9155b9c

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

docs/datasets.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
!!! info
22
Page under construction
33

4-
At the heart of PLAID is the seemless exchange of dataset for streamlined collaboration. Corresponding datasets are provided in [HuggingFace](https://huggingface.co/PLAID-datasets) as well, and in a [Zenodo community](https://zenodo.org/communities/plaid_datasets).
4+
# PLAID Datasets Overview
5+
6+
7+
At the heart of PLAID is the seemless exchange of dataset for streamlined collaboration. Corresponding datasets are provided at [HuggingFace](https://huggingface.co/PLAID-datasets) and in a [Zenodo community](https://zenodo.org/communities/plaid_datasets).
8+
9+
[PLAID‑datasets](https://huggingface.co/PLAID-datasets) is a curated collection of physics‑based datasets formatted with the **PLAID** data model. Each dataset represents a computational physics or structural mechanics problem defined on unstructured meshes and is suitable for **graph machine‑learning** applications. The datasets contain mesh data together with scalar and field quantities (e.g., pressure, displacement and turbulence variables) and come with predefined train/test splits to support machine‑learning tasks. They were all generated using the PLAID library and datamodel and are released under open licences.
10+
11+
## Datasets summary
12+
13+
| Dataset | Size* | Domain | Link |
14+
|---|---|---|---|
15+
| **AirfRANS_remeshed** | 1000 | 2D CFD (airfoil) | [HF](https://huggingface.co/datasets/PLAID-datasets/AirfRANS_remeshed) |
16+
| **AirfRANS_original** | 1000 | 2D CFD (airfoil) | [HF](https://huggingface.co/datasets/PLAID-datasets/AirfRANS_original) |
17+
| **AirfRANS_clipped** | 1000 | 2D CFD (airfoil) | [HF](https://huggingface.co/datasets/PLAID-datasets/AirfRANS_clipped) |
18+
| **VKI‑LS59** | 839 | 2D internal aero (compressor blade) | [HF](https://huggingface.co/datasets/PLAID-datasets/VKI-LS59) |
19+
| **Tensile2d** | 702 | 2D structural (quasistatic) | [HF](https://huggingface.co/datasets/PLAID-datasets/Tensile2d) |
20+
| **Rotor37** | 1200 | 3D CFD (compressor blade) | [HF](https://huggingface.co/datasets/PLAID-datasets/Rotor37) |
21+
| **2D_Multiscale_Hyperelasticity** | 1140 | 2D structural (hyperelasticity) | [HF](https://huggingface.co/datasets/PLAID-datasets/2D_Multiscale_Hyperelasticity) |
22+
| **2D_profile** | 400 | 2D external aero | [HF](https://huggingface.co/datasets/PLAID-datasets/2D_profile) |
23+
| **2D_ElastoPlastoDynamics** | 1018 | 2D structural (dynamic) | [HF](https://huggingface.co/datasets/PLAID-datasets/2D_ElastoPlastoDynamics) |
24+
25+
\*Includes all available splits.

0 commit comments

Comments
 (0)