Buildings.Occupants.Residential.Heating
Package with models to simulate heating behaviors in resident buildings
Information
This package contains models to simulate heating behaviors in residential buildings.
Extends from Modelica.Icons.VariantsPackage (Icon for package containing variants).
Package Content
Name | Description |
---|---|
Nicol2001HeatingEU | A model to predict occupants' heating behavior with outdoor temperature |
Nicol2001HeatingPakistan | A model to predict occupants' heating behavior with outdoor temperature |
Nicol2001HeatingUK | A model to predict occupants' heating behavior with outdoor temperature |
Validation | Package with examples to validate models in Heating package |
Buildings.Occupants.Residential.Heating.Nicol2001HeatingEU
A model to predict occupants' heating behavior with outdoor temperature
Information
Model predicting the state of the heater with the outdoor temperature and occupancy.
Dynamics
When the space is unoccupied, the heater is always off. When the space is occupied, the lower the outdoor temperature is, the higher the chance to turn on the heater.
References
The model is documented in the paper "Nichol, J., 2001. Characterizing occupant behavior in buildings: towards a stochastic model of occupant use of windows, lights, blinds heaters and fans. In Proceedings of building simulation 01, an IBPSA Conference."
The model parameters are regressed from the field study in the EU in 1999.
Extends from Modelica.Blocks.Icons.DiscreteBlock (Graphical layout of discrete block component icon).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Real | A | -0.32 | Slope of the logistic relation [1/K] |
Real | B | 2.72 | Intercept of the logistic relation [1] |
Integer | seed | 10 | Seed for the random number generator |
Time | samplePeriod | 120 | Sample period [s] |
Connectors
Type | Name | Description |
---|---|---|
input RealInput | TOut | Outdoor air temperature [K] |
input BooleanInput | occ | Indoor occupancy, true for occupied |
output BooleanOutput | on | State of heater |
Modelica definition
Buildings.Occupants.Residential.Heating.Nicol2001HeatingPakistan
A model to predict occupants' heating behavior with outdoor temperature
Information
Model predicting the state of the heater with the outdoor temperature and occupancy.
Dynamics
When the space is unoccupied, the heater is always off. When the space is occupied, the lower the outdoor temperature is, the higher the chance to turn on the heater.
References
The model is documented in the paper "Nichol, J., 2001. Characterizing occupant behavior in buildings: towards a stochastic model of occupant use of windows, lights, blinds heaters and fans. In Proceedings of building simulation 01, an IBPSA Conference."
The model parameters are regressed from the field study in Pakistan in 1999.
Extends from Modelica.Blocks.Icons.DiscreteBlock (Graphical layout of discrete block component icon).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Real | A | -0.345 | Slope of the logistic relation [1/K] |
Real | B | 2.73 | Intercept of the logistic relation [1] |
Integer | seed | 10 | Seed for the random number generator |
Time | samplePeriod | 120 | Sample period [s] |
Connectors
Type | Name | Description |
---|---|---|
input RealInput | TOut | Outdoor air temperature [K] |
input BooleanInput | occ | Indoor occupancy, true for occupied |
output BooleanOutput | on | State of heater |
Modelica definition
Buildings.Occupants.Residential.Heating.Nicol2001HeatingUK
A model to predict occupants' heating behavior with outdoor temperature
Information
Model predicting the state of the heater with the outdoor temperature and occupancy.
Dynamics
When the space is unoccupied, the heater is always off. When the space is occupied, the lower the outdoor temperature is, the higher the chance to turn on the heater.
References
The model is documented in the paper "Nichol, J., 2001. Characterizing occupant behavior in buildings: towards a stochastic model of occupant use of windows, lights, blinds heaters and fans. In Proceedings of building simulation 01, an IBPSA Conference."
The model parameters are regressed from the field study in the UK in 1998 from 3600 naturally ventilated buildings.
Extends from Modelica.Blocks.Icons.DiscreteBlock (Graphical layout of discrete block component icon).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Real | A | -0.514 | Slope of the logistic relation [1/K] |
Real | B | 5.28 | Intercept of the logistic relation [1] |
Integer | seed | 10 | Seed for the random number generator |
Time | samplePeriod | 120 | Sample period [s] |
Connectors
Type | Name | Description |
---|---|---|
input RealInput | TOut | Outdoor air temperature [K] |
input BooleanInput | occ | Indoor occupancy, true for occupied |
output BooleanOutput | on | State of heater |