-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoneWayOutdoor.json
54 lines (54 loc) · 1.03 KB
/
oneWayOutdoor.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
44
45
46
47
48
49
50
51
52
53
54
{
"aboveDesign" : {
"capacity" : {
"sensible" : 16600,
"total" : 22000
},
"cfm" : 800,
"indoorTemperature" : 75,
"indoorWetBulb" : 63,
"outdoorTemperature" : 95
},
"belowDesign" : {
"capacity" : {
"sensible" : 17100,
"total" : 23200
},
"cfm" : 800,
"indoorTemperature" : 75,
"indoorWetBulb" : 63,
"outdoorTemperature" : 85
},
"designInfo" : {
"elevation" : 0,
"summer" : {
"indoorHumidity" : 50,
"indoorTemperature" : 75,
"outdoorTemperature" : 90
},
"winter" : {
"outdoorTemperature" : 5
}
},
"houseLoad" : {
"cooling" : {
"sensible" : 13894,
"total" : 17872
},
"heating" : 49667
},
"manufacturerAdjustments" : {
"airToAir" : {
"heating" : 1,
"sensible" : 0.94999999999999996,
"total" : 0.97999999999999998
}
},
"systemType" : {
"airToAir" : {
"climate" : "mildWinterOrLatentLoad",
"compressor" : "variableSpeed",
"type" : "heatPump"
}
}
}