chen-yingfa
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- fluid
|
5 |
+
- physics
|
6 |
+
size_categories:
|
7 |
+
- 1B<n<10B
|
8 |
+
---
|
9 |
+
|
10 |
+
Links:
|
11 |
+
|
12 |
+
- [Paper](https://arxiv.org/abs/2310.05963)
|
13 |
+
- [GitHub](https://www.github.com/luo-yining/CFDBench)
|
14 |
+
- [Raw data](https://www.huggingface.co/datasets/chen-yingfa/CFDBench-raw)
|
15 |
+
|
16 |
+
This dataset contains the interpolated data of the CFDBench dataset, from the paper [CFDBench: A Large-Scale Benchmark for Machine Learning Methods in Fluid Dynamics](https://arxiv.org/abs/2310.05963), which is used for training and evaluating data-driven neural operators for fluid dynamics.
|
17 |
+
|
18 |
+
## Citation
|
19 |
+
|
20 |
+
```bib
|
21 |
+
@article{CFDBench,
|
22 |
+
title={CFDBench: A Large-Scale Benchmark for Machine Learning Methods in Fluid Dynamics},
|
23 |
+
author={Yining, Luo and Yingfa, Chen and Zhen, Zhang},
|
24 |
+
url={https://arxiv.org/abs/2310.05963},
|
25 |
+
year={2023}
|
26 |
+
}
|
27 |
+
```
|