Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.87 KB

People.md

File metadata and controls

20 lines (15 loc) · 1.87 KB

HoneybeeSchema.Model.People

Properties

Name Type Description Notes
Identifier string Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \n \t).
DisplayName string Display name of the object with no character restrictions. [optional]
PeoplePerArea double People per floor area expressed as [people/m2]
OccupancySchedule AnyOfScheduleRulesetScheduleFixedInterval A schedule for the occupancy over the course of the year. The type of this schedule should be Fractional and the fractional values will get multiplied by the people_per_area to yield a complete occupancy profile.
ActivitySchedule AnyOfScheduleRulesetScheduleFixedInterval A schedule for the activity of the occupants over the course of the year. The type of this schedule should be Power and the values of the schedule equal to the number of Watts given off by an individual person in the room.
Type string [optional] [readonly] [default to "People"]
RadiantFraction double The radiant fraction of sensible heat released by people. (Default: 0.3). [optional] [default to 0.3D]
LatentFraction AnyOfAutocalculatedouble Number for the latent fraction of heat gain due to people or an Autocalculate object. [optional]

[Back to Model list] [Back to API list] [Back to README]