mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
minor, need to estimate building age
This commit is contained in:
parent
4f83c85077
commit
4a67e7f222
2 changed files with 2 additions and 1 deletions
|
|
@ -124,4 +124,4 @@ def handler():
|
||||||
# Internal wall insulation
|
# Internal wall insulation
|
||||||
|
|
||||||
from model_data.recommendations.WallRecommendations import WallRecommendations
|
from model_data.recommendations.WallRecommendations import WallRecommendations
|
||||||
self = WallRecommendations(property_instance=input_properties[0])
|
self = WallRecommendations(property_instance=input_properties[1])
|
||||||
|
|
|
||||||
|
|
@ -144,6 +144,7 @@ class WallRecommendations:
|
||||||
u_value = self.property.walls["thermal_transmittance"]
|
u_value = self.property.walls["thermal_transmittance"]
|
||||||
|
|
||||||
is_cavity_wall = self.property.walls["is_cavity_wall"]
|
is_cavity_wall = self.property.walls["is_cavity_wall"]
|
||||||
|
is_solid_brick = self.property.walls["is_solid_brick"]
|
||||||
|
|
||||||
if u_value:
|
if u_value:
|
||||||
if self.property.walls["thermal_transmittance_unit"] != self.U_VALUE_UNIT:
|
if self.property.walls["thermal_transmittance_unit"] != self.U_VALUE_UNIT:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue