Spaces:
Sleeping
Sleeping
Update app/i_l_data.py
Browse files- app/i_l_data.py +10 -10
app/i_l_data.py
CHANGED
@@ -104,17 +104,17 @@ DEFAULT_EQUIPMENT_LOADS = {
|
|
104 |
"convective_percent": data[3],
|
105 |
"radiant_percent": data[4]
|
106 |
} for name, data in [
|
107 |
-
("residential", [3.0, 90, 10,
|
108 |
("office", [12.0, 100, 0, 75, 25]),
|
109 |
-
("commercial", [15.0, 95, 5,
|
110 |
-
("educational", [10.0, 95, 5, 70,
|
111 |
-
("healthcare", [35.0, 80, 20,
|
112 |
-
("assembly", [10.0, 95, 5,
|
113 |
-
("industrial", [25.0, 85, 15,
|
114 |
-
("public_institutional", [10.0, 90, 10,
|
115 |
-
("lodging", [8.0, 85, 15, 65,
|
116 |
-
("transport", [10.0, 80, 20,
|
117 |
-
("default", [10.0, 80, 20, 50,
|
118 |
]
|
119 |
}
|
120 |
|
|
|
104 |
"convective_percent": data[3],
|
105 |
"radiant_percent": data[4]
|
106 |
} for name, data in [
|
107 |
+
("residential", [3.0, 90, 10, 65, 35]),
|
108 |
("office", [12.0, 100, 0, 75, 25]),
|
109 |
+
("commercial", [15.0, 95, 5, 70, 30]),
|
110 |
+
("educational", [10.0, 95, 5, 70, 30]),
|
111 |
+
("healthcare", [35.0, 80, 20, 65, 35]),
|
112 |
+
("assembly", [10.0, 95, 5, 65, 35]),
|
113 |
+
("industrial", [25.0, 85, 15, 75, 25]),
|
114 |
+
("public_institutional", [10.0, 90, 10, 75, 25]),
|
115 |
+
("lodging", [8.0, 85, 15, 65, 35]),
|
116 |
+
("transport", [10.0, 80, 20, 70, 30]),
|
117 |
+
("default", [10.0, 80, 20, 50, 50])
|
118 |
]
|
119 |
}
|
120 |
|