-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresult.json
43 lines (43 loc) · 890 Bytes
/
result.json
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
43
{
"isFailed" : false,
"result" : {
"cooling" : {
"altitudeDerating" : {
"airToAir" : {
"heating" : 1,
"sensible" : 1,
"total" : 1
}
},
"capacityAsPercentOfLoad" : {
"latent" : 133.19999999999999,
"sensible" : 121.3,
"total" : 123.90000000000001
},
"excessLatent" : 886,
"finalCapacityAtDesign" : {
"sensible" : 16849,
"total" : 22148
},
"interpolatedCapacity" : {
"sensible" : 16850,
"total" : 22600
},
"sizingLimits" : {
"oversizing" : {
"cooling" : {
"latent" : 150,
"total" : 130
}
},
"undersizing" : {
"cooling" : {
"latent" : 90,
"sensible" : 90,
"total" : 90
}
}
}
}
}
}