-
Notifications
You must be signed in to change notification settings - Fork 163
Expand file tree
/
Copy pathopaque_q_res.html
More file actions
42 lines (42 loc) · 752 Bytes
/
opaque_q_res.html
File metadata and controls
42 lines (42 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>wall</th>
<th>ceiling</th>
<th>door</th>
</tr>
</thead>
<tbody>
<tr>
<th>U</th>
<td>0.438000</td>
<td>0.25</td>
<td>1.780000</td>
</tr>
<tr>
<th>Area</th>
<td>105.800000</td>
<td>200.00</td>
<td>2.200000</td>
</tr>
<tr>
<th>HF</th>
<td>10.862400</td>
<td>6.20</td>
<td>44.144000</td>
</tr>
<tr>
<th>Q</th>
<td>1149.241920</td>
<td>1240.00</td>
<td>97.116800</td>
</tr>
<tr>
<th>Q_kW</th>
<td>1.149242</td>
<td>1.24</td>
<td>0.097117</td>
</tr>
</tbody>
</table>