Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.29 KB

AirBoundaryConstructionAbridged.md

File metadata and controls

17 lines (12 loc) · 1.29 KB

HoneybeeSchema.Model.AirBoundaryConstructionAbridged

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]
AirMixingSchedule string Identifier of a fractional schedule for the air mixing schedule across the construction.
Type string [optional] [readonly] [default to "AirBoundaryConstructionAbridged"]
AirMixingPerArea double A positive number for the amount of air mixing between Rooms across the air boundary surface [m3/s-m2]. Default: 0.1 corresponds to average indoor air speeds of 0.1 m/s (roughly 20 fpm), which is typical of what would be induced by a HVAC system. [optional] [default to 0.1D]

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