From 6eb051896c36d2d7a25af273655f22e6f2d211da Mon Sep 17 00:00:00 2001 From: David Date: Tue, 18 Jan 2022 13:50:15 +0100 Subject: [PATCH] chore: add additional documentation for area and merge_windows_calc --- teaser/logic/buildingobjects/buildingphysics/outerwall.py | 4 +++- teaser/project.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/teaser/logic/buildingobjects/buildingphysics/outerwall.py b/teaser/logic/buildingobjects/buildingphysics/outerwall.py index 0ff02b65e..9cb69567c 100644 --- a/teaser/logic/buildingobjects/buildingphysics/outerwall.py +++ b/teaser/logic/buildingobjects/buildingphysics/outerwall.py @@ -39,7 +39,9 @@ class OuterWall(Wall): Determines the building age period that this building element belongs to [begin, end], e.g. [1984, 1994] area : float [m2] - Area of building element + Area of building element. This is always the net area (without windows). + Windows will be handled separately. See also merge_windows_calc + documentation in project.py. tilt : float [degree] Tilt against horizontal, default is 90.0 orientation : float [degree] diff --git a/teaser/project.py b/teaser/project.py index 133727d7b..3820bce9b 100644 --- a/teaser/project.py +++ b/teaser/project.py @@ -83,7 +83,7 @@ class Project(object): merge_windows_calc : bool True for merging the windows into the outer walls, False for separate resistance for window, default is False (only supported for - IBPSA) + IBPSA). AixLib models use an extra resistance for windows. used_library_calc : str used library (AixLib and IBPSA are supported) dir_reference_results : str