Reviewed d18599 and adjusted the exporter consequently
This commit is contained in:
parent
9941a27b8b
commit
36e534452d
|
@ -81,7 +81,7 @@ class MonthlyEnergyBalance:
|
||||||
file += 'name: ' + building.name + '\n'
|
file += 'name: ' + building.name + '\n'
|
||||||
file += 'year of construction: ' + str(building.year_of_construction) + '\n'
|
file += 'year of construction: ' + str(building.year_of_construction) + '\n'
|
||||||
file += 'function: ' + building.function + '\n'
|
file += 'function: ' + building.function + '\n'
|
||||||
file += 'floor area: ' + str(building.internal_zones[0].area) + '\n'
|
file += 'floor area: ' + str(building.floor_area) + '\n'
|
||||||
file += 'storeys: ' + str(building.storeys_above_ground) + '\n'
|
file += 'storeys: ' + str(building.storeys_above_ground) + '\n'
|
||||||
file += 'heated_volume: ' + str(0.85 * building.volume) + '\n'
|
file += 'heated_volume: ' + str(0.85 * building.volume) + '\n'
|
||||||
file += 'volume: ' + str(building.volume) + '\n'
|
file += 'volume: ' + str(building.volume) + '\n'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user