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