make floor with property below 0 u-value

This commit is contained in:
Khalim Conn-Kowlessar 2023-10-17 14:20:26 +11:00
parent 11a69f4e21
commit bb0f514868

View file

@ -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