Add atributes for constructions materials and layers
This commit is contained in:
parent
7ffe395aa9
commit
794f41262b
|
@ -19,6 +19,9 @@ class IdfHelper:
|
|||
'Ground': 'floor',
|
||||
'Roof': 'roof'
|
||||
}
|
||||
idf_usage = {
|
||||
'residential': 'residential_building'
|
||||
}
|
||||
|
||||
def __init__(self, idf_file_path, idd_file_path, epw_file_path):
|
||||
self._idd_file_path = str(idd_file_path)
|
||||
|
|
|
@ -57,4 +57,3 @@ class TestPhysicsFactory(TestCase):
|
|||
self.assertIsNotNone(thermal_boundary.outside_solar_absorptance, 'outside_solar_absorptance is none')
|
||||
self.assertIsNotNone(thermal_boundary.window_ratio, 'window_ratio is none')
|
||||
self.assertIsNotNone(thermal_boundary.layers, 'layers is none')
|
||||
print(thermal_boundary.construction_name)
|
||||
|
|
Loading…
Reference in New Issue
Block a user