Add DHW facilities class for occupancy

This commit is contained in:
SanamDabirian 2020-10-16 12:17:22 -04:00
parent 7f9f99cb3b
commit b821696c8d

View File

@ -22,11 +22,11 @@ class Occupancy:
self._occupant_type = occupant_type self._occupant_type = occupant_type
self._occupant_zone = occupant_zone self._occupant_zone = occupant_zone
self._number_of_occupants = number_of_occupants self._number_of_occupants = number_of_occupants
self._arrival_time = arrival_time self._arrival_time = arrival_time = None
self._departure_time = departure_time self._departure_time = departure_time = None
self._break_time = break_time self._break_time = break_time = None
self._day_of_week = day_of_week self._day_of_week = day_of_week = None
self._pd_of_meetings_duration = pd_of_meetings_duration self._pd_of_meetings_duration = pd_of_meetings_duration = None
@property @property
def internal_heat_gain(self): def internal_heat_gain(self):