Spaces:
Sleeping
Sleeping
Update app/internal_loads.py
Browse files- app/internal_loads.py +2 -2
app/internal_loads.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
"""
|
2 |
-
|
3 |
|
4 |
-
This module handles the internal loads functionality of the
|
5 |
allowing users to define occupancy, lighting, equipment, and other internal heat gains.
|
6 |
It provides schedule-based load profiles and integrates with building information.
|
7 |
|
|
|
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, and other internal heat gains.
|
6 |
It provides schedule-based load profiles and integrates with building information.
|
7 |
|