mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Making roof with premises above 0 u-value
This commit is contained in:
parent
bb0f514868
commit
2ead4906be
1 changed files with 4 additions and 0 deletions
|
|
@ -138,4 +138,8 @@ class RoofAttributes(Definitions):
|
||||||
if "insulation_thickness" not in result:
|
if "insulation_thickness" not in result:
|
||||||
result['insulation_thickness'] = None
|
result['insulation_thickness'] = None
|
||||||
|
|
||||||
|
if result["has_dwelling_above"]:
|
||||||
|
result["thermal_transmittance"] = 0
|
||||||
|
result["thermal_transmittance_unit"] = 'w/m-¦k'
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue