erased not needed print()
This commit is contained in:
parent
34e9e1c89a
commit
2ad4b856fd
|
@ -116,8 +116,6 @@ class LoadsCalculation:
|
||||||
for thermal_boundary in thermal_zone.thermal_boundaries:
|
for thermal_boundary in thermal_zone.thermal_boundaries:
|
||||||
for thermal_opening in thermal_boundary.thermal_openings:
|
for thermal_opening in thermal_boundary.thermal_openings:
|
||||||
radiation = thermal_boundary.parent_surface.global_irradiance[cte.HOUR][irradiance_format][hour]
|
radiation = thermal_boundary.parent_surface.global_irradiance[cte.HOUR][irradiance_format][hour]
|
||||||
print(radiation)
|
|
||||||
print(thermal_opening.g_value, thermal_opening.area)
|
|
||||||
cooling_load_radiation += thermal_opening.area * (1 - thermal_opening.frame_ratio) * thermal_opening.g_value \
|
cooling_load_radiation += thermal_opening.area * (1 - thermal_opening.frame_ratio) * thermal_opening.g_value \
|
||||||
* radiation
|
* radiation
|
||||||
return cooling_load_radiation
|
return cooling_load_radiation
|
||||||
|
|
Loading…
Reference in New Issue
Block a user