mabuseif commited on
Commit
11a22ed
·
verified ·
1 Parent(s): c6be086

Update data/internal_loads.py

Browse files
Files changed (1) hide show
  1. 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