From 2e03934db7db6c88494e2b54661e694b44d4f2fe Mon Sep 17 00:00:00 2001 From: markus Date: Wed, 21 Oct 2020 10:04:36 +0200 Subject: [PATCH] add docstring to cd_b --- cara/models.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cara/models.py b/cara/models.py index 0a1ea586..d836f61e 100644 --- a/cara/models.py +++ b/cara/models.py @@ -39,8 +39,7 @@ class PeriodicWindow(Ventilation): opening_length: float #: The length of the opening-gap when the window is open - # TODO: Figure out what this coefficient represents - cd_b: float + cd_b: float #: Discharge coefficient: what portion effective area is used to exchange air (0 <= cd_b <= 1) def air_exchange(self, room: Room, time: float) -> float: # Returns the rate at which air is being exchanged in the given room per cubic meter at a given time