Indulge-Bai commited on
Commit
96ce8d8
·
verified ·
1 Parent(s): 87267fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -15
README.md CHANGED
@@ -1,14 +1,12 @@
1
- ---
2
- license: mit
3
- ---
4
-
5
  # Multiphysics Bench
6
 
7
- From Multiphysics Bench: Benchmarking and Investigating Scientific Machine Learning for Multiphysics PDEs
 
 
8
 
9
  We propose the first general multiphysics benchmark dataset that encompasses six canonical coupled scenarios across domains such as electromagnetics, heat transfer, fluid flow, solid mechanics, pressure acoustics, and mass transport. This benchmark features the most comprehensive coupling types, the most diverse PDEs, and the largest data scale.
10
 
11
- ![image](https://anonymous.4open.science/r/MultiphysicsBench/assets/intro.jpg)
12
 
13
  ---
14
 
@@ -16,7 +14,7 @@ We propose the first general multiphysics benchmark dataset that encompasses six
16
 
17
  ## 1. Dataset Download
18
 
19
- Please visit the link [huggingface.co/datasets/Indulge-Bai/Multiphysics_Bench ](https://huggingface.co/datasets/Indulge-Bai/Multiphysics_Bench ) to download the dataset (you will obtain `training.tar.gz` and `testing.tar.gz` separately). Extract the files to get the following directory structure:
20
 
21
  Run the preprocessing code to convert the training and testing datasets into normalized tensor format. The final directory structure will look like this:
22
 
@@ -51,7 +49,7 @@ folder_path = snapshot_download(
51
 
52
  This dataset contains simulations of the Wave Equation and Heat Conduction Equation. This coupling mechanism underpins various applications, including thermal management in electronic components (e.g., microprocessors), inductive heating (e.g., welding and metal processing), biomedical technologies (e.g., photothermal therapy), and aerospace engineering (e.g., radiative heating of satellite surfaces).
53
 
54
- <img src="https://anonymous.4open.science/r/MultiphysicsBench/assets/problem_pic/TEheat_Data.png" width="40%" />
55
 
56
 
57
  **How to use**
@@ -79,7 +77,7 @@ DataProcessing/data_generate/TE_heat/parm2matrix_TE_heat.m
79
 
80
  This dataset contains simulations of the Navier–Stokes Equations and Heat Balance Equation. Thermo-Fluid coupling is essential in the design and optimization of systems such as electronic cooling (e.g., chip heat dissipation), energy systems (e.g., nuclear reactor cooling), and precision thermal control in manufacturing.
81
 
82
- <img src="https://anonymous.4open.science/r/MultiphysicsBench/assets/problem_pic/NSheat_Data.png" width="30%" />
83
 
84
 
85
  **How to use**
@@ -109,7 +107,7 @@ DataProcessing/data_generate/NS_heat/parm2matrix_NS_heat.m
109
 
110
  This dataset simulates the Navier–Stokes Equations and Current Continuity Equation. This coupling is foundational to applications such as micropumps and micromixers in microfluidic systems.
111
 
112
- <img src="https://anonymous.4open.science/r/MultiphysicsBench/assets/problem_pic/Eflow_Data.png" width="30%" />
113
 
114
  **How to use**
115
 
@@ -138,7 +136,7 @@ DataProcessing/data_generate/E_flow/parm2matrix_E_flow.m
138
 
139
  This dataset simulates Ampère’s Law, Continuity Equation, Navier–Stokes Equations, and Lorentz Force. This model finds extensive application in electromagnetic pumps, plasma confinement devices (e.g., tokamaks), astrophysical phenomena, and pollutant transport modeling.
140
 
141
- <img src="https://anonymous.4open.science/r/MultiphysicsBench/assets/problem_pic/MHD_Data.png" width="30%" />
142
 
143
 
144
  **How to use**
@@ -159,8 +157,7 @@ This dataset simulates Ampère’s Law, Continuity Equation, Navier–Stokes Equ
159
 
160
  The dataset generation code is located at:
161
 
162
- ```
163
- DataProcessing/data_generate/MHD/main_MHD.m
164
  DataProcessing/data_generate/MHD/parm2matrix_MHD.m
165
  ```
166
 
@@ -170,7 +167,7 @@ DataProcessing/data_generate/MHD/parm2matrix_MHD.m
170
 
171
  This dataset simulates the Acoustic Wave Equation and Structural Vibration Equation. The input is the spatial material density (1 channel). The outputs comprise the acoustic pressure field (2 channels), stress components (6 channels), and structural displacements (4 channels), for a total of **12 output channels**.
172
 
173
- <img src="https://anonymous.4open.science/r/MultiphysicsBench/assets/problem_pic/VA_Data.png" width="30%" />
174
 
175
 
176
  **How to use**
@@ -210,7 +207,7 @@ DataProcessing/data_generate/VA/parm2matrix_VA.m
210
 
211
  This dataset contains simulations based on Darcy’s Law and the Convection–Diffusion Equation. The input includes the source term `Sc` and the initial state of the system at time `t0` (concentration and velocity), totaling **4 channels**. The output consists of the predicted concentration and velocity fields across **10 future time steps**, resulting in **30 channels in total**.
212
 
213
- <img src="https://anonymous.4open.science/r/MultiphysicsBench/assets/problem_pic/Elder_Data.gif" width="30%" />
214
 
215
 
216
  **How to use**
@@ -255,3 +252,16 @@ For **DeepONet** and **PINNs**, navigate to the corresponding problem directory
255
  For **FNO**, please refer to the official documentation at [FNO]([http://www.xxx.com](https://github.com/NeuralOperator/neuraloperator)).
256
 
257
  For **DiffusionPDE**, please refer to the official documentation at [DiffusionPDE](https://github.com/jhhuangchloe/DiffusionPDE).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Multiphysics Bench
2
 
3
+ Dataset: [huggingface.co/datasets/Indulge-Bai/Multiphysics_Bench ](https://huggingface.co/datasets/Indulge-Bai/Multiphysics_Bench)
4
+
5
+ Paper: [Multiphysics Bench: Benchmarking and Investigating Scientific Machine Learning for Multiphysics PDEs](https://arxiv.org/abs/2505.17575)
6
 
7
  We propose the first general multiphysics benchmark dataset that encompasses six canonical coupled scenarios across domains such as electromagnetics, heat transfer, fluid flow, solid mechanics, pressure acoustics, and mass transport. This benchmark features the most comprehensive coupling types, the most diverse PDEs, and the largest data scale.
8
 
9
+ ![image](./assets/intro.jpg)
10
 
11
  ---
12
 
 
14
 
15
  ## 1. Dataset Download
16
 
17
+ Please visit the link [huggingface.co/datasets/Indulge-Bai/Multiphysics_Bench ](https://huggingface.co/datasets/Indulge-Bai/Multiphysics_Bench) to download the dataset (you will obtain `training.tar.gz` and `testing.tar.gz` separately). Extract the files to get the following directory structure:
18
 
19
  Run the preprocessing code to convert the training and testing datasets into normalized tensor format. The final directory structure will look like this:
20
 
 
49
 
50
  This dataset contains simulations of the Wave Equation and Heat Conduction Equation. This coupling mechanism underpins various applications, including thermal management in electronic components (e.g., microprocessors), inductive heating (e.g., welding and metal processing), biomedical technologies (e.g., photothermal therapy), and aerospace engineering (e.g., radiative heating of satellite surfaces).
51
 
52
+ <img src="./assets/TEheat_Data.png" width="50%" />
53
 
54
 
55
  **How to use**
 
77
 
78
  This dataset contains simulations of the Navier–Stokes Equations and Heat Balance Equation. Thermo-Fluid coupling is essential in the design and optimization of systems such as electronic cooling (e.g., chip heat dissipation), energy systems (e.g., nuclear reactor cooling), and precision thermal control in manufacturing.
79
 
80
+ <img src="./assets/NSheat_Data.png" width="52%" />
81
 
82
 
83
  **How to use**
 
107
 
108
  This dataset simulates the Navier–Stokes Equations and Current Continuity Equation. This coupling is foundational to applications such as micropumps and micromixers in microfluidic systems.
109
 
110
+ <img src="./assets/Eflow_Data.png" width="50%" />
111
 
112
  **How to use**
113
 
 
136
 
137
  This dataset simulates Ampère’s Law, Continuity Equation, Navier–Stokes Equations, and Lorentz Force. This model finds extensive application in electromagnetic pumps, plasma confinement devices (e.g., tokamaks), astrophysical phenomena, and pollutant transport modeling.
138
 
139
+ <img src="./assets/MHD_Data.png" width="50%" />
140
 
141
 
142
  **How to use**
 
157
 
158
  The dataset generation code is located at:
159
 
160
+ ```DataProcessing/data_generate/MHD/main_MHD.m
 
161
  DataProcessing/data_generate/MHD/parm2matrix_MHD.m
162
  ```
163
 
 
167
 
168
  This dataset simulates the Acoustic Wave Equation and Structural Vibration Equation. The input is the spatial material density (1 channel). The outputs comprise the acoustic pressure field (2 channels), stress components (6 channels), and structural displacements (4 channels), for a total of **12 output channels**.
169
 
170
+ <img src="./assets/VA_Data.png" width="50%" />
171
 
172
 
173
  **How to use**
 
207
 
208
  This dataset contains simulations based on Darcy’s Law and the Convection–Diffusion Equation. The input includes the source term `Sc` and the initial state of the system at time `t0` (concentration and velocity), totaling **4 channels**. The output consists of the predicted concentration and velocity fields across **10 future time steps**, resulting in **30 channels in total**.
209
 
210
+ <img src="./assets/Elder_Data.gif" width="50%" />
211
 
212
 
213
  **How to use**
 
252
  For **FNO**, please refer to the official documentation at [FNO]([http://www.xxx.com](https://github.com/NeuralOperator/neuraloperator)).
253
 
254
  For **DiffusionPDE**, please refer to the official documentation at [DiffusionPDE](https://github.com/jhhuangchloe/DiffusionPDE).
255
+
256
+
257
+ ### Citing
258
+ If you find our dataset or code useful for your research, please cite our paper.
259
+
260
+ ```
261
+ @article{yang2025multiphysics,
262
+ title={Multiphysics Bench: Benchmarking and Investigating Scientific Machine Learning for Multiphysics PDEs},
263
+ author={Changfan Yang and Lichen Bai and Yinpeng Wang and Shufei Zhang and Zeke Xie},
264
+ year={2025},
265
+ journal={arXiv preprint arXiv:2505.17575},
266
+ }
267
+ ```