Buildings.Occupants.Residential.AirConditioning
Package with models to simulate air conditioning behaviors in resident buildings
Information
This package contains models to simulate air conditioning behaviors in residential buildings.
Extends from Modelica.Icons.VariantsPackage (Icon for package containing variants).
Package Content
Name | Description |
---|---|
Ren2014ACBedroom | A model to predict occupants' AC behavior in bedroom with indoor temperature |
Ren2014ACLivingroom | A model to predict occupants' AC behavior in Livingroom with indoor temperature |
Validation | Package with examples to validate models in AC package |
Buildings.Occupants.Residential.AirConditioning.Ren2014ACBedroom
A model to predict occupants' AC behavior in bedroom with indoor temperature
Information
Model predicting the state of the AC with the indoor temperature and occupancy.
Dynamics
When the space is unoccupied, the AC is always off. When the space is occupied, the lower the indoor temperature is, the lower the chance to turn on the AC and higher the chance to turn off the AC.
References
The model is documented in the paper "Ren, X., Yan, D. and Wang, C., 2014. Air-conditioning usage conditional probability model for residential buildings. Building and Environment, 81, pp.172-182."
The model parameters are regressed from the field study in China in 2014.
Extends from Modelica.Blocks.Icons.DiscreteBlock (Graphical layout of discrete block component icon).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Real | u1 | 304.40 | Threshold for turning off the AC of the Weibull Distribution |
Real | u2 | 301.90 | Threshold for turning on the AC of the Weibull Distribution |
Real | L1 | 13.34 | Normalization factor for turning off the AC of the Weibull Distribution |
Real | L2 | 42.86 | Normalization factor for turning on the AC of the Weibull Distribution |
Real | k1 | 1.73 | Shape factor for turning off the AC of the Weibull Distribution |
Real | k2 | 1.80 | Shape factor for turning on the AC of the Weibull Distribution |
Time | samplePeriod | 120 | Sample period [s] |
Integer | seed | 10 | Seed for random number generator |
Connectors
Type | Name | Description |
---|---|---|
input RealInput | TIn | Indoor air temperature [K] |
input BooleanInput | occ | Indoor occupancy, true for occupied |
output BooleanOutput | on | State of AC |
Modelica definition
Buildings.Occupants.Residential.AirConditioning.Ren2014ACLivingroom
A model to predict occupants' AC behavior in Livingroom with indoor temperature
Information
Model predicting the state of the AC with the indoor temperature and occupancy.
Dynamics
When the space is unoccupied, the AC is always off. When the space is occupied, the lower the indoor temperature is, the lower the chance to turn on the AC and higher the chance to turn off the AC.
References
The model is documented in the paper "Ren, X., Yan, D. and Wang, C., 2014. Air-conditioning usage conditional probability model for residential buildings. Building and Environment, 81, pp.172-182."
The model parameters are regressed from the field study in China in 2014.
Extends from Modelica.Blocks.Icons.DiscreteBlock (Graphical layout of discrete block component icon).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Real | u1 | 303.40 | Threshold for turning off the AC of the Weibull Distribution |
Real | u2 | 300.90 | Threshold for turning on the AC of the Weibull Distribution |
Real | L1 | 152.88 | Normalization factor for turning off the AC of the Weibull Distribution |
Real | L2 | 15.87 | Normalization factor for turning on the AC of the Weibull Distribution |
Real | k1 | 1.30 | Shape factor for turning off the AC of the Weibull Distribution |
Real | k2 | 2.22 | Shape factor for turning on the AC of the Weibull Distribution |
Time | samplePeriod | 120 | Sample period [s] |
Integer | seed | 10 | Seed for random number generator |
Connectors
Type | Name | Description |
---|---|---|
input RealInput | TIn | Indoor air temperature [K] |
input BooleanInput | occ | Indoor occupancy, true for occupied |
output BooleanOutput | on | State of AC |