partial implementation
This commit is contained in:
parent
e544eb2ed5
commit
201d9ed7f2
|
@ -44,7 +44,10 @@ class Trnsys:
|
|||
f.write('[Wall Construction]\n')
|
||||
f.write(f'Wall Type: Multi-Layered Wall\n')
|
||||
f.write(f'Layers: {len(basic_thermal_boundary.layers)}')
|
||||
f.write(f'Height: {building.upper_corner[2] - building.lower_corner[2]}\n')
|
||||
for i, layer in enumerate(basic_thermal_boundary.layers):
|
||||
f.write(f'Layer {i}: {layer.material_name}\n')
|
||||
f.write(f'Thickness: {layer.thickness}m\n')
|
||||
|
||||
|
||||
@staticmethod
|
||||
def _wall_information(f, building):
|
||||
|
|
Loading…
Reference in New Issue
Block a user