mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
make floor with property below 0 u-value
This commit is contained in:
parent
11a69f4e21
commit
bb0f514868
1 changed files with 4 additions and 0 deletions
|
|
@ -107,4 +107,8 @@ class FloorAttributes(Definitions):
|
|||
else:
|
||||
result['insulation_thickness'] = None
|
||||
|
||||
if result["another_property_below"]:
|
||||
result["thermal_transmittance"] = 0
|
||||
result["thermal_transmittance_unit"] = 'w/m-¦k'
|
||||
|
||||
return result
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue