BGLab commited on
Commit
4407432
·
verified ·
1 Parent(s): 632580a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  **Overview**
2
 
3
  Simulating fluid flow around arbitrary shapes is key to solving various engineering problems. However, simulating flow physics across complex geometries remains numerically challenging and computationally resource-intensive, particularly when using conventional PDE solvers. Machine learning methods offer attractive opportunities to create fast and adaptable PDE solvers. However, benchmark datasets to measure the performance of such methods are scarce, especially for flow physics across complex geometries. We introduce FlowBench, a benchmark for neural simulators with over 10K samples, which is larger than any publicly available flow physics dataset. FlowBench contains flow simulation data across complex geometries (*parametric vs. non-parametric*), spanning a range of flow conditions (*Reynolds number and Grashoff number*), capturing a diverse array of flow phenomena (*steady vs. transient; forced vs. free convection*), and for both 2D and 3D. FlowBench contains over 10K data samples, with each sample the outcome of a fully resolved, direct numerical simulation using a well-validated simulator framework designed for modeling transport phenomena in complex geometries. For each sample, we include velocity, pressure, and temperature field data at 3 different resolutions and several summary statistics features of engineering relevance (such as coefficients of lift and drag, and Nusselt numbers).
@@ -223,4 +232,4 @@ If you find this dataset useful in your research, please consider citing our pap
223
  author = "Tali, Ronak and Rabeh, Ali and Yang, Cheng-Hau and Shadkhah, Mehdi and Karki, Samundra and Upadhyaya, Abhisek and Dhakshinamoorthy, Suriya and Saadati, Marjan and Sarkar, Soumik and Krishnamurthy, Adarsh and Hegde, Chinmay and Balu, Aditya and Ganapathysubramanian, Baskar"
224
  year = "2024"
225
  }
226
- ```
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - fluid dynamics
7
+ size_categories:
8
+ - 10K<n<100K
9
+ ---
10
  **Overview**
11
 
12
  Simulating fluid flow around arbitrary shapes is key to solving various engineering problems. However, simulating flow physics across complex geometries remains numerically challenging and computationally resource-intensive, particularly when using conventional PDE solvers. Machine learning methods offer attractive opportunities to create fast and adaptable PDE solvers. However, benchmark datasets to measure the performance of such methods are scarce, especially for flow physics across complex geometries. We introduce FlowBench, a benchmark for neural simulators with over 10K samples, which is larger than any publicly available flow physics dataset. FlowBench contains flow simulation data across complex geometries (*parametric vs. non-parametric*), spanning a range of flow conditions (*Reynolds number and Grashoff number*), capturing a diverse array of flow phenomena (*steady vs. transient; forced vs. free convection*), and for both 2D and 3D. FlowBench contains over 10K data samples, with each sample the outcome of a fully resolved, direct numerical simulation using a well-validated simulator framework designed for modeling transport phenomena in complex geometries. For each sample, we include velocity, pressure, and temperature field data at 3 different resolutions and several summary statistics features of engineering relevance (such as coefficients of lift and drag, and Nusselt numbers).
 
232
  author = "Tali, Ronak and Rabeh, Ali and Yang, Cheng-Hau and Shadkhah, Mehdi and Karki, Samundra and Upadhyaya, Abhisek and Dhakshinamoorthy, Suriya and Saadati, Marjan and Sarkar, Soumik and Krishnamurthy, Adarsh and Hegde, Chinmay and Balu, Aditya and Ganapathysubramanian, Baskar"
233
  year = "2024"
234
  }
235
+ ```