mabuseif commited on
Commit
9a38ff5
·
verified ·
1 Parent(s): 8f3ec03

Update app/internal_loads.py

Browse files
Files changed (1) hide show
  1. app/internal_loads.py +2 -4
app/internal_loads.py CHANGED
@@ -1,12 +1,10 @@
1
  """
2
- HVAC Load Calculator - Internal Loads Module (Refactored)
3
 
4
- This module handles the internal loads functionality of the HVAC Load Calculator application,
5
  allowing users to define occupancy, lighting, equipment, ventilation, infiltration, and schedules.
6
  It provides comprehensive load management with the new UI structure matching other modules.
7
 
8
- Refactored to fix bugs, adopt new UI structure, and integrate comprehensive data.
9
-
10
  Developed by: Dr Majed Abuseif, Deakin University
11
  © 2025
12
  """
 
1
  """
2
+ BuildSustain - Internal Loads Module
3
 
4
+ This module handles the internal loads functionality of the BuildSustain application,
5
  allowing users to define occupancy, lighting, equipment, ventilation, infiltration, and schedules.
6
  It provides comprehensive load management with the new UI structure matching other modules.
7
 
 
 
8
  Developed by: Dr Majed Abuseif, Deakin University
9
  © 2025
10
  """