Skip to content

Commit

Permalink
Update AixLib version
Browse files Browse the repository at this point in the history
  • Loading branch information
FWuellhorst committed Nov 11, 2024
1 parent b83d754 commit 8d47b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teaser/logic/buildingobjects/calculation/aixlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(self, parent):
self.file_set_t_cool = "TsetCool_" + self.parent.name + ".txt"
self.file_ahu = "AHU_" + self.parent.name + ".txt"
self.file_internal_gains = "InternalGains_" + self.parent.name + ".txt"
self.version = "1.3.2"
self.version = "2.1.0"
self.total_surface_area = None
self.consider_heat_capacity = True
self.use_set_back = True
Expand Down

0 comments on commit 8d47b98

Please sign in to comment.