Type |
string |
|
[optional] [readonly] [default to "RoomEnergyPropertiesAbridged"] |
ConstructionSet |
string |
Identifier of a ConstructionSet to specify all default constructions for the Faces, Apertures, and Doors of the Room. If None, the Room will use the Model global_construction_set. |
[optional] |
ProgramType |
string |
Identifier of a ProgramType to specify all default schedules and loads for the Room. If None, the Room will have no loads or setpoints. |
[optional] |
Hvac |
string |
An optional identifier of a HVAC system (such as an IdealAirSystem) that specifies how the Room is conditioned. If None, it will be assumed that the Room is not conditioned. |
[optional] |
Shw |
string |
An optional identifier of a Service Hot Water (SHW) system that specifies how the hot water load of the Room is met. If None, the hot water load will be met with a generic system that only measures thermal loadand does not account for system efficiencies. |
[optional] |
People |
PeopleAbridged |
People object to describe the occupancy of the Room. |
[optional] |
Lighting |
LightingAbridged |
Lighting object to describe the lighting usage of the Room. |
[optional] |
ElectricEquipment |
ElectricEquipmentAbridged |
ElectricEquipment object to describe the electric equipment usage. |
[optional] |
GasEquipment |
GasEquipmentAbridged |
GasEquipment object to describe the gas equipment usage. |
[optional] |
ServiceHotWater |
ServiceHotWaterAbridged |
ServiceHotWater object to describe the hot water usage. |
[optional] |
Infiltration |
InfiltrationAbridged |
Infiltration object to to describe the outdoor air leakage. |
[optional] |
Ventilation |
VentilationAbridged |
Ventilation object for the minimum outdoor air requirement. |
[optional] |
Setpoint |
SetpointAbridged |
Setpoint object for the temperature setpoints of the Room. |
[optional] |
DaylightingControl |
DaylightingControl |
An optional DaylightingControl object to dictate the dimming of lights. If None, the lighting will respond only to the schedule and not the daylight conditions within the room. |
[optional] |
WindowVentControl |
VentilationControlAbridged |
An optional VentilationControl object to dictate the opening of windows. If None, the windows will never open. |
[optional] |
Fans |
List<VentilationFan> |
An optional list of VentilationFan objects for fans within the room. Note that these fans are not connected to the heating or cooling system and are meant to represent the intentional circulation of unconditioned outdoor air for the purposes of keeping a space cooler, drier or free of indoor pollutants (as in the case of kitchen or bathroom exhaust fans). For the specification of mechanical ventilation of conditioned outdoor air, the Room.ventilation property should be used and the Room should be given a HVAC that can meet this specification. |
[optional] |
InternalMasses |
List<InternalMassAbridged> |
An optional list of of InternalMass objects for thermal mass exposed to Room air. Note that internal masses assigned this way cannot "see" solar radiation that may potentially hit them and, as such, caution should be taken when using this component with internal mass objects that are not always in shade. Masses are factored into the the thermal calculations of the Room by undergoing heat transfer with the indoor air. |
[optional] |
ProcessLoads |
List<ProcessAbridged> |
An optional list of of Process objects for process loads within the room. These can represent kilns, manufacturing equipment, and various industrial processes. They can also be used to represent wood burning fireplaces or certain pieces of equipment to be separated from the other end uses. |
[optional] |