From 5a58517367eb00e0197a4808d5f7acb86ce582c2 Mon Sep 17 00:00:00 2001 From: Nicolas Mounet Date: Wed, 2 Dec 2020 12:11:09 +0100 Subject: [PATCH] Adding docstring for SlidingWindow in models.py --- cara/models.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cara/models.py b/cara/models.py index 81c5805e..6db48ddf 100644 --- a/cara/models.py +++ b/cara/models.py @@ -238,8 +238,16 @@ class WindowOpening(Ventilation): @dataclass(frozen=True) class SlidingWindow(WindowOpening): + """ + Sliding window, or side-hung window (with the hinge perpendicular to + the horizontal plane). + """ @property def discharge_coefficient(self) -> float: + """ + Average measured value of discharge coefficient for sliding or + side-hung windows. + """ return 0.6