mabuseif commited on
Commit
63bfcef
·
verified ·
1 Parent(s): 4d8209f

Update app/i_l_data.py

Browse files
Files changed (1) hide show
  1. 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, 60, 30]),
108
  ("office", [12.0, 100, 0, 75, 25]),
109
- ("commercial", [15.0, 95, 5, 65, 30]),
110
- ("educational", [10.0, 95, 5, 70, 25]),
111
- ("healthcare", [35.0, 80, 20, 60, 20]),
112
- ("assembly", [10.0, 95, 5, 60, 35]),
113
- ("industrial", [25.0, 85, 15, 70, 15]),
114
- ("public_institutional", [10.0, 90, 10, 70, 20]),
115
- ("lodging", [8.0, 85, 15, 65, 20]),
116
- ("transport", [10.0, 80, 20, 60, 20]),
117
- ("default", [10.0, 80, 20, 50, 20])
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