mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +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:
|
||||
result['insulation_thickness'] = None
|
||||
|
||||
if result["has_dwelling_above"]:
|
||||
result["thermal_transmittance"] = 0
|
||||
result["thermal_transmittance_unit"] = 'w/m-¦k'
|
||||
|
||||
return result
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue