Spaces:
Sleeping
Sleeping
Update data/ashrae_tables.py
Browse files- data/ashrae_tables.py +1 -1
data/ashrae_tables.py
CHANGED
@@ -92,7 +92,7 @@ class EquipmentType(Enum):
|
|
92 |
class ASHRAETables:
|
93 |
"""Class for managing ASHRAE tables for load calculations, compliant with ASHRAE Handbook—Fundamentals (2017, Chapter 18)."""
|
94 |
|
95 |
-
|
96 |
"""Initialize ASHRAE tables with CLTD, SCL, CLF, heat gain, and correction factors."""
|
97 |
# Load tables
|
98 |
self.cltd_wall = self._load_cltd_wall_table()
|
|
|
92 |
class ASHRAETables:
|
93 |
"""Class for managing ASHRAE tables for load calculations, compliant with ASHRAE Handbook—Fundamentals (2017, Chapter 18)."""
|
94 |
|
95 |
+
def __init__(self):
|
96 |
"""Initialize ASHRAE tables with CLTD, SCL, CLF, heat gain, and correction factors."""
|
97 |
# Load tables
|
98 |
self.cltd_wall = self._load_cltd_wall_table()
|