Add DHW facilities class for occupancy
This commit is contained in:
parent
7f9f99cb3b
commit
b821696c8d
|
@ -22,11 +22,11 @@ class Occupancy:
|
|||
self._occupant_type = occupant_type
|
||||
self._occupant_zone = occupant_zone
|
||||
self._number_of_occupants = number_of_occupants
|
||||
self._arrival_time = arrival_time
|
||||
self._departure_time = departure_time
|
||||
self._break_time = break_time
|
||||
self._day_of_week = day_of_week
|
||||
self._pd_of_meetings_duration = pd_of_meetings_duration
|
||||
self._arrival_time = arrival_time = None
|
||||
self._departure_time = departure_time = None
|
||||
self._break_time = break_time = None
|
||||
self._day_of_week = day_of_week = None
|
||||
self._pd_of_meetings_duration = pd_of_meetings_duration = None
|
||||
|
||||
@property
|
||||
def internal_heat_gain(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user