mabuseif commited on
Commit
1083850
·
verified ·
1 Parent(s): 56a2ad9

Upload ashrae_tables.py

Browse files
Files changed (1) hide show
  1. 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