Update data/internal_loads.py
Browse files- data/internal_loads.py +2 -0
data/internal_loads.py
CHANGED
|
@@ -215,6 +215,8 @@ VENTILATION_RATES = {
|
|
| 215 |
"Custom": {"people_rate": 0.0, "area_rate": 0.0}
|
| 216 |
}
|
| 217 |
|
|
|
|
|
|
|
| 218 |
# Infiltration Settings by Building Type and Method
|
| 219 |
# Methods: ACH, Crack Flow, Empirical Equations
|
| 220 |
# Each method has specific parameters for each building type
|
|
|
|
| 215 |
"Custom": {"people_rate": 0.0, "area_rate": 0.0}
|
| 216 |
}
|
| 217 |
|
| 218 |
+
BUILDING_TYPES = list(VENTILATION_RATES.keys())
|
| 219 |
+
|
| 220 |
# Infiltration Settings by Building Type and Method
|
| 221 |
# Methods: ACH, Crack Flow, Empirical Equations
|
| 222 |
# Each method has specific parameters for each building type
|