Spaces:
Sleeping
Sleeping
Upload ashrae_tables.py
Browse files- data/ashrae_tables.py +1 -0
data/ashrae_tables.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
"""
|
| 2 |
ASHRAE tables module for HVAC Load Calculator.
|
| 3 |
Integrates CLTD, SCL, CLF tables, cooling load calculations, climatic corrections, and visualization.
|
|
|
|
| 4 |
"""
|
| 5 |
|
| 6 |
from typing import Dict, List, Any, Optional, Tuple
|
|
|
|
| 1 |
"""
|
| 2 |
ASHRAE tables module for HVAC Load Calculator.
|
| 3 |
Integrates CLTD, SCL, CLF tables, cooling load calculations, climatic corrections, and visualization.
|
| 4 |
+
Combines data from original ashrae_tables.py and enhanced versions with ashrae_tables (3).py.
|
| 5 |
"""
|
| 6 |
|
| 7 |
from typing import Dict, List, Any, Optional, Tuple
|