Remove un used variable

This commit is contained in:
Guille Gutierrez 2023-03-27 11:40:39 -04:00
parent 27005e20c9
commit 26951d2458

View File

@ -365,7 +365,6 @@ class Idf:
def _add_appliances(self, thermal_zone, zone_name):
fuel_type = 'Electricity'
fraction_radiant = thermal_zone.appliances.radiative_fraction
fraction_convective = thermal_zone.appliances.convective_fraction
fraction_latent = 0
method = 'Watts/Area'
factor_size = thermal_zone.total_floor_area / thermal_zone.footprint_area