hanhuark commited on
Commit
e4d977d
·
verified ·
1 Parent(s): 1bcf0cf

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -91,3 +91,5 @@ BoilingBench-5_Human_annotated_boiling_images/BubbleID_base/AnnotatedData/Classe
91
  BoilingBench-6_Single-Ambient_saturated_flatCu_pool_boiling_hydrophone/BoilingBench-6__Hydrophone.lvm filter=lfs diff=lfs merge=lfs -text
92
  BoilingBench-6_Single-Ambient_saturated_flatCu_pool_boiling_hydrophone/BoilingBench-6_Processed/BoilingBench-6_acoustic_vs_heat_flux.csv filter=lfs diff=lfs merge=lfs -text
93
  BoilingBench-6_Single-Ambient_saturated_flatCu_pool_boiling_hydrophone/BoilingBench-6_Temperature.lvm filter=lfs diff=lfs merge=lfs -text
 
 
 
91
  BoilingBench-6_Single-Ambient_saturated_flatCu_pool_boiling_hydrophone/BoilingBench-6__Hydrophone.lvm filter=lfs diff=lfs merge=lfs -text
92
  BoilingBench-6_Single-Ambient_saturated_flatCu_pool_boiling_hydrophone/BoilingBench-6_Processed/BoilingBench-6_acoustic_vs_heat_flux.csv filter=lfs diff=lfs merge=lfs -text
93
  BoilingBench-6_Single-Ambient_saturated_flatCu_pool_boiling_hydrophone/BoilingBench-6_Temperature.lvm filter=lfs diff=lfs merge=lfs -text
94
+ BoilingBench-7_Single-Closed_saturated_HFE&Water_immersion_IR/Immersion_cooler_100W_water_flat/100W_Test_1_water.lvm filter=lfs diff=lfs merge=lfs -text
95
+ BoilingBench-7_Single-Closed_saturated_HFE&Water_immersion_IR/Immersion_cooler_50W_HFE-7100_flat/50W_hfe.lvm filter=lfs diff=lfs merge=lfs -text
BoilingBench-7_Single-Closed_saturated_HFE&Water_immersion_IR/Immersion_cooler_100W_water_flat/100W_Max_T_Test_1.csv ADDED
The diff for this file is too large to render. See raw diff
 
BoilingBench-7_Single-Closed_saturated_HFE&Water_immersion_IR/Immersion_cooler_100W_water_flat/100W_Test_1_water.lvm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2060b14e660231c7403b9cc4cf445eef1a95a8b461e92ef7b7756ee29d290de9
3
+ size 43154774
BoilingBench-7_Single-Closed_saturated_HFE&Water_immersion_IR/Immersion_cooler_100W_water_flat/IR video_Water_100W.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9450c62b4f6bf818443afbf050188269a8e68b2e49f60ea66caf408a3eb5bb1c
3
+ size 15466489
BoilingBench-7_Single-Closed_saturated_HFE&Water_immersion_IR/Immersion_cooler_100W_water_flat/plot_ir_temp.m ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ clc; clear; close all
2
+
3
+ t0_tc = 28.58529;
4
+ t0_ir = 24.2;
5
+ t_diff = t0_ir - t0_tc;
6
+ power_load = 100;
7
+
8
+ ir_output = readmatrix('100W_Max_T_Test_1.csv');
9
+ t = ir_output(:,3);
10
+ temp = ir_output(:,4);
11
+
12
+ tc_output = readmatrix('100W_Test_1_water.lvm','FileType','text','NumHeaderLines',23);
13
+ t_tc = tc_output(:,1) + t_diff;
14
+ T_bolt = tc_output(:,2);
15
+ T_source = tc_output(:,3);
16
+ T_pcb = tc_output(:,4);
17
+ T_ambient = tc_output(:,5);
18
+
19
+ figure
20
+ plot(t,temp,'r-','LineWidth',1.5)
21
+ hold on
22
+ plot(t_tc,T_bolt,'-','Color',[1/255,68/255,33/255],'LineWidth',1.5)
23
+ hold on
24
+ plot(t_tc,T_source,'b-','LineWidth',1.5)
25
+ hold on
26
+ plot(t_tc,T_pcb,'-','Color',[127/255,0,1],'LineWidth',1.5)
27
+ hold on
28
+ plot(t_tc,T_ambient,'k-','LineWidth',1.5)
29
+ yline(100,'--',"Sat. point",'FontSize',14,'linewidth',1.5,'FontName','Arial')
30
+ xlabel('Time, \itt\rm (s)')
31
+ ylabel('Temperature, \itT\rm (^{\circ}C)')
32
+ legend('Base plate','Bolt','Source','PCB','Ambient','Location','best')
33
+ set(gca,'FontName','Arial')
34
+ set(gca,'FontSize',16)
35
+ xlim ([0 800])
36
+
BoilingBench-7_Single-Closed_saturated_HFE&Water_immersion_IR/Immersion_cooler_50W_HFE-7100_flat/50W_hfe.lvm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a708c53efadcb30ee00630d2a72c11d58c6e799215e018070b67f0a5a7cb02f6
3
+ size 85704774
BoilingBench-7_Single-Closed_saturated_HFE&Water_immersion_IR/Immersion_cooler_50W_HFE-7100_flat/HFE_50W_Max_T.csv ADDED
The diff for this file is too large to render. See raw diff
 
BoilingBench-7_Single-Closed_saturated_HFE&Water_immersion_IR/Immersion_cooler_50W_HFE-7100_flat/IR video_HFE-7100_50W.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91b3d0788899541b3ddc2fe648696e31dd610906011cd20f2a6750ec17637948
3
+ size 41842978
BoilingBench-7_Single-Closed_saturated_HFE&Water_immersion_IR/Immersion_cooler_50W_HFE-7100_flat/plot_ir_temp.m ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ clc; clear; close all
2
+
3
+ t0_tc = 53.6795563999996486267;
4
+ t0_ir = 54.8;
5
+ t_diff = t0_ir - t0_tc;
6
+ power_load = 50;
7
+
8
+ ir_output = readmatrix('HFE_50W_Max_T.csv');
9
+ t = ir_output(:,3);
10
+ temp = ir_output(:,4);
11
+
12
+ tc_output = readmatrix('50W_hfe.lvm','FileType','text','NumHeaderLines',23);
13
+ t_tc = tc_output(:,1) + t_diff;
14
+ T_bolt = tc_output(:,2);
15
+ T_source = tc_output(:,3);
16
+ T_pcb = tc_output(:,4);
17
+ T_ambient = tc_output(:,5);
18
+
19
+ figure
20
+ plot(t,temp,'r-','LineWidth',1.5)
21
+ hold on
22
+ plot(t_tc,T_bolt,'-','Color',[1/255,68/255,33/255],'LineWidth',1.5)
23
+ hold on
24
+ plot(t_tc,T_source,'b-','LineWidth',1.5)
25
+ hold on
26
+ plot(t_tc,T_pcb,'-','Color',[127/255,0,1],'LineWidth',1.5)
27
+ hold on
28
+ plot(t_tc,T_ambient,'k-','LineWidth',1.5)
29
+ yline(61,'--',"Sat. point",'FontSize',14,'linewidth',1.5,'FontName','Arial')
30
+ xlabel('Time, \itt\rm (s)')
31
+ ylabel('Temperature, \itT\rm (^{\circ}C)')
32
+ legend('Base plate','Bolt','Source','PCB','Ambient','Location','best')
33
+ set(gca,'FontName','Arial')
34
+ set(gca,'FontSize',16)
35
+ xlim ([0 1500])
36
+
BoilingBench-7_Single-Closed_saturated_HFE&Water_immersion_IR/README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # BoilingBench-7 — Single-modality IR immersion cooling
2
+
3
+ Closed immersion-cooling data for HFE-7100 and water, with infrared video/temperature records and electrical/thermal logs for flat devices. This is an IR-centered single-modality track for temperature-field modeling, event detection, and fluid/device domain transfer.
4
+
5
+ Citation: H. Pandey et al., “Two-Phase Immersion Cooler for Medium-Voltage Silicon Carbide MOSFETs,” 2024 IEEE ITherm Conference, [IEEE Xplore](https://ieeexplore.ieee.org/abstract/document/10709426). Source dataset: Dryad [10.5061/dryad.k98sf7mk9](https://doi.org/10.5061/dryad.k98sf7mk9).
6
+
7
+ Full card: [BoilingBench-7 documentation](https://github.com/UARK-NED3/BoilingBench-Multimodal/blob/main/docs/datasets/BoilingBench-7.md).