Spaces:
Sleeping
Sleeping
Update app/internal_loads.py
Browse files- app/internal_loads.py +2 -4
app/internal_loads.py
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
"""
|
2 |
-
|
3 |
|
4 |
-
This module handles the internal loads functionality of the
|
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 |
"""
|