Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,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 |
-
|
55 |
|
56 |
|
57 |
**How to use**
|
@@ -68,15 +68,19 @@ This dataset contains simulations of the Wave Equation and Heat Conduction Equat
|
|
68 |
**Dataset Generation**
|
69 |
|
70 |
The dataset generation code is located at:
|
71 |
-
`DataProcessing/data_generate/TE_heat.m`
|
72 |
|
|
|
|
|
|
|
|
|
73 |
---
|
74 |
|
75 |
### (2). Thermo-Fluid Coupling
|
76 |
|
77 |
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.
|
78 |
|
79 |
-
|
|
|
80 |
|
81 |
**How to use**
|
82 |
|
@@ -93,7 +97,11 @@ This dataset contains simulations of the Navier–Stokes Equations and Heat Bala
|
|
93 |
**Dataset Generation**
|
94 |
|
95 |
The dataset generation code is located at:
|
96 |
-
|
|
|
|
|
|
|
|
|
97 |
|
98 |
---
|
99 |
|
@@ -101,7 +109,7 @@ The dataset generation code is located at:
|
|
101 |
|
102 |
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.
|
103 |
|
104 |
-
|
105 |
|
106 |
**How to use**
|
107 |
|
@@ -118,7 +126,11 @@ This dataset simulates the Navier–Stokes Equations and Current Continuity Equa
|
|
118 |
**Dataset Generation**
|
119 |
|
120 |
The dataset generation code is located at:
|
121 |
-
|
|
|
|
|
|
|
|
|
122 |
|
123 |
---
|
124 |
|
@@ -126,7 +138,8 @@ The dataset generation code is located at:
|
|
126 |
|
127 |
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.
|
128 |
|
129 |
-
|
|
|
130 |
|
131 |
**How to use**
|
132 |
|
@@ -145,7 +158,11 @@ This dataset simulates Ampère’s Law, Continuity Equation, Navier–Stokes Equ
|
|
145 |
**Dataset Generation**
|
146 |
|
147 |
The dataset generation code is located at:
|
148 |
-
|
|
|
|
|
|
|
|
|
149 |
|
150 |
---
|
151 |
|
@@ -153,7 +170,8 @@ The dataset generation code is located at:
|
|
153 |
|
154 |
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**.
|
155 |
|
156 |
-
|
|
|
157 |
|
158 |
**How to use**
|
159 |
|
@@ -180,7 +198,11 @@ This dataset simulates the Acoustic Wave Equation and Structural Vibration Equat
|
|
180 |
**Dataset Generation**
|
181 |
|
182 |
The dataset generation code is located at:
|
183 |
-
|
|
|
|
|
|
|
|
|
184 |
|
185 |
---
|
186 |
|
@@ -188,7 +210,8 @@ The dataset generation code is located at:
|
|
188 |
|
189 |
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**.
|
190 |
|
191 |
-
|
|
|
192 |
|
193 |
**How to use**
|
194 |
|
@@ -205,9 +228,11 @@ This dataset contains simulations based on Darcy’s Law and the Convection–Di
|
|
205 |
**Dataset Generation**
|
206 |
|
207 |
The dataset generation code is located at:
|
208 |
-
`DataProcessing/data_generate/Elder.m`
|
209 |
-
|
210 |
|
|
|
|
|
|
|
|
|
211 |
|
212 |
## 3. Training and Evaluation
|
213 |
|
@@ -229,4 +254,4 @@ For **DeepONet** and **PINNs**, navigate to the corresponding problem directory
|
|
229 |
|
230 |
For **FNO**, please refer to the official documentation at [FNO]([http://www.xxx.com](https://github.com/NeuralOperator/neuraloperator)).
|
231 |
|
232 |
-
For **DiffusionPDE**, please refer to the official documentation at [DiffusionPDE](https://github.com/jhhuangchloe/DiffusionPDE).
|
|
|
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**
|
|
|
68 |
**Dataset Generation**
|
69 |
|
70 |
The dataset generation code is located at:
|
|
|
71 |
|
72 |
+
```
|
73 |
+
DataProcessing/data_generate/TE_heat/main_TE_heat.m
|
74 |
+
DataProcessing/data_generate/TE_heat/parm2matrix_TE_heat.m
|
75 |
+
```
|
76 |
---
|
77 |
|
78 |
### (2). Thermo-Fluid Coupling
|
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**
|
86 |
|
|
|
97 |
**Dataset Generation**
|
98 |
|
99 |
The dataset generation code is located at:
|
100 |
+
|
101 |
+
```
|
102 |
+
DataProcessing/data_generate/NS_heat/NS_heat.m
|
103 |
+
DataProcessing/data_generate/NS_heat/parm2matrix_NS_heat.m
|
104 |
+
```
|
105 |
|
106 |
---
|
107 |
|
|
|
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 |
|
|
|
126 |
**Dataset Generation**
|
127 |
|
128 |
The dataset generation code is located at:
|
129 |
+
|
130 |
+
```
|
131 |
+
DataProcessing/data_generate/E_flow/main_E_flow.m
|
132 |
+
DataProcessing/data_generate/E_flow/parm2matrix_E_flow.m
|
133 |
+
```
|
134 |
|
135 |
---
|
136 |
|
|
|
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**
|
145 |
|
|
|
158 |
**Dataset Generation**
|
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 |
|
167 |
---
|
168 |
|
|
|
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**
|
177 |
|
|
|
198 |
**Dataset Generation**
|
199 |
|
200 |
The dataset generation code is located at:
|
201 |
+
|
202 |
+
```
|
203 |
+
DataProcessing/data_generate/VA/main_VA.m
|
204 |
+
DataProcessing/data_generate/VA/parm2matrix_VA.m
|
205 |
+
```
|
206 |
|
207 |
---
|
208 |
|
|
|
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**
|
217 |
|
|
|
228 |
**Dataset Generation**
|
229 |
|
230 |
The dataset generation code is located at:
|
|
|
|
|
231 |
|
232 |
+
```
|
233 |
+
DataProcessing/data_generate/Elder/main_Elder.m
|
234 |
+
DataProcessing/data_generate/Elder/parm2matrix_Elder.m
|
235 |
+
```
|
236 |
|
237 |
## 3. Training and Evaluation
|
238 |
|
|
|
254 |
|
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).
|