Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx
900 series of ANSI/ASHRAE BESTEST
Information
This package contains the validation cases of the 900 series of the BESTEST validation (ANSI/ASHRAE 2007).
References
ANSI/ASHRAE. 2007. ANSI/ASHRAE Standard 140-2007, Standard Method of Test for the Evaluation of Building Energy Analysis Computer Programs.
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Package Content
Name | Description |
---|---|
Case900 | Case 600, but with high thermal mass |
Case900FF | Case 600FF, but with high thermal mass |
Case910 | Case 900, but the window has an overhang |
Case920 | Case 900, but with windows on East and West side walls |
Case930 | Case 920, but with added overhang and sidefins |
Case940 | Case 900, but with heating schedule |
Case950 | Case 900, but cooling based on schedule, night venting, and no heating |
Case950FF | Case 900, but no heating, no cooling, and ventilation as in case 650 |
Case960 | Case 900, but with an unconditioned sun-space |
Case980 | Case 900, but with increased exterior wall and roof insulation |
Case980FF | Case 900FF, but with increased exterior wall and roof insulation |
Case985 | Case 900, but with single heating and cooling setpoint |
Case995 | Case 900, but with single heating and cooling setpoint and increased exterior wall and roof insulation |
Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case900
Case 600, but with high thermal mass
Information
This model is used for the basic test case 900 of the BESTEST validation suite. Case 900 is a heavy-weight building with room temperature control set to 20°C for heating and 27°C for cooling. The room has no shade and a window that faces south.
Extends from Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases6xx.Case600 (Case 600FF, but with dual-setpoint for heating and cooling).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Angle | S_ | Buildings.Types.Azimuth.S | Azimuth for south walls [rad] |
Angle | E_ | Buildings.Types.Azimuth.E | Azimuth for east walls [rad] |
Angle | W_ | Buildings.Types.Azimuth.W | Azimuth for west walls [rad] |
Angle | N_ | Buildings.Types.Azimuth.N | Azimuth for north walls [rad] |
Angle | C_ | Buildings.Types.Tilt.Ceiling | Tilt for ceiling [rad] |
Angle | F_ | Buildings.Types.Tilt.Floor | Tilt for floor [rad] |
Angle | Z_ | Buildings.Types.Tilt.Wall | Tilt for wall [rad] |
Integer | nConExtWin | 1 | Number of constructions with a window |
Integer | nConBou | 1 | Number of surface that are connected to constructions that are modeled inside the room |
Generic | matExtWal | extWalCase900 | Exterior wall |
Generic | matFlo | floorCase900 | Floor |
Generic | roof | Roof | |
Win600 | window600 | redeclare parameter Building... | Window |
DaySchedule | TSetHea | redeclare BaseClasses.DaySch... | Heating setpoint |
DaySchedule | TSetCoo | redeclare BaseClasses.DaySch... | Cooling setpoint |
ExteriorWallCase900 | extWalCase900 | Exterior wall | |
FloorCase900 | floorCase900 | Floor |
Connectors
Type | Name | Description |
---|---|---|
Bus | weaBus | Weather data bus |
Modelica definition
Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case900FF
Case 600FF, but with high thermal mass
Information
This model is used for the test case 900FF of the BESTEST validation suite. Case 900FF is a heavy-weight building. The room temperature is free floating.
Extends from Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases6xx.Case600FF (Basic test with light-weight construction and free floating temperature).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Angle | S_ | Buildings.Types.Azimuth.S | Azimuth for south walls [rad] |
Angle | E_ | Buildings.Types.Azimuth.E | Azimuth for east walls [rad] |
Angle | W_ | Buildings.Types.Azimuth.W | Azimuth for west walls [rad] |
Angle | N_ | Buildings.Types.Azimuth.N | Azimuth for north walls [rad] |
Angle | C_ | Buildings.Types.Tilt.Ceiling | Tilt for ceiling [rad] |
Angle | F_ | Buildings.Types.Tilt.Floor | Tilt for floor [rad] |
Angle | Z_ | Buildings.Types.Tilt.Wall | Tilt for wall [rad] |
Integer | nConExtWin | 1 | Number of constructions with a window |
Integer | nConBou | 1 | Number of surface that are connected to constructions that are modeled inside the room |
Generic | matExtWal | extWalCase900 | Exterior wall |
Generic | matFlo | floorCase900 | Floor |
Generic | roof | Roof | |
Win600 | window600 | redeclare parameter Building... | Window |
ExteriorWallCase900 | extWalCase900 | Exterior wall | |
FloorCase900 | floorCase900 | Floor |
Connectors
Type | Name | Description |
---|---|---|
Bus | weaBus | Weather data bus |
Modelica definition
Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case910
Case 900, but the window has an overhang
Information
This model is the case 910 of the BESTEST validation suite. Case 910 differs from case 900 in that the window has an overhang.
Implementation
Two overhangs have been added, one for each window, because each window only sees its own overhang.
Extends from Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case900 (Case 600, but with high thermal mass).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Angle | S_ | Buildings.Types.Azimuth.S | Azimuth for south walls [rad] |
Angle | E_ | Buildings.Types.Azimuth.E | Azimuth for east walls [rad] |
Angle | W_ | Buildings.Types.Azimuth.W | Azimuth for west walls [rad] |
Angle | N_ | Buildings.Types.Azimuth.N | Azimuth for north walls [rad] |
Angle | C_ | Buildings.Types.Tilt.Ceiling | Tilt for ceiling [rad] |
Angle | F_ | Buildings.Types.Tilt.Floor | Tilt for floor [rad] |
Angle | Z_ | Buildings.Types.Tilt.Wall | Tilt for wall [rad] |
Integer | nConExtWin | 1 | Number of constructions with a window |
Integer | nConBou | 1 | Number of surface that are connected to constructions that are modeled inside the room |
Generic | matExtWal | extWalCase900 | Exterior wall |
Generic | matFlo | floorCase900 | Floor |
Generic | roof | Roof | |
Win600 | window600 | redeclare parameter Building... | Window |
DaySchedule | TSetHea | redeclare BaseClasses.DaySch... | Heating setpoint |
DaySchedule | TSetCoo | redeclare BaseClasses.DaySch... | Cooling setpoint |
ExteriorWallCase900 | extWalCase900 | Exterior wall | |
FloorCase900 | floorCase900 | Floor |
Connectors
Type | Name | Description |
---|---|---|
Bus | weaBus | Weather data bus |
Modelica definition
Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case920
Case 900, but with windows on East and West side walls
Information
This model is the case 920 of the BESTEST validation suite. Case 920 differs from case 900 in that the west and east facing walls have a window, but there is no window in the south facing wall.
Extends from Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case900 (Case 600, but with high thermal mass).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Angle | S_ | Buildings.Types.Azimuth.S | Azimuth for south walls [rad] |
Angle | E_ | Buildings.Types.Azimuth.E | Azimuth for east walls [rad] |
Angle | W_ | Buildings.Types.Azimuth.W | Azimuth for west walls [rad] |
Angle | N_ | Buildings.Types.Azimuth.N | Azimuth for north walls [rad] |
Angle | C_ | Buildings.Types.Tilt.Ceiling | Tilt for ceiling [rad] |
Angle | F_ | Buildings.Types.Tilt.Floor | Tilt for floor [rad] |
Angle | Z_ | Buildings.Types.Tilt.Wall | Tilt for wall [rad] |
Integer | nConExtWin | 1 | Number of constructions with a window |
Integer | nConBou | 1 | Number of surface that are connected to constructions that are modeled inside the room |
Generic | matExtWal | extWalCase900 | Exterior wall |
Generic | matFlo | floorCase900 | Floor |
Generic | roof | Roof | |
Win600 | window600 | redeclare parameter Building... | Window |
DaySchedule | TSetHea | redeclare BaseClasses.DaySch... | Heating setpoint |
DaySchedule | TSetCoo | redeclare BaseClasses.DaySch... | Cooling setpoint |
ExteriorWallCase900 | extWalCase900 | Exterior wall | |
FloorCase900 | floorCase900 | Floor |
Connectors
Type | Name | Description |
---|---|---|
Bus | weaBus | Weather data bus |
Modelica definition
Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case930
Case 920, but with added overhang and sidefins
Information
This model is case 930 of the BESTEST validation suite. Case 930 differs from case 920 in that the windows on the west and east walls have an overhang and side fins.
Extends from Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case920 (Case 900, but with windows on East and West side walls).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Angle | S_ | Buildings.Types.Azimuth.S | Azimuth for south walls [rad] |
Angle | E_ | Buildings.Types.Azimuth.E | Azimuth for east walls [rad] |
Angle | W_ | Buildings.Types.Azimuth.W | Azimuth for west walls [rad] |
Angle | N_ | Buildings.Types.Azimuth.N | Azimuth for north walls [rad] |
Angle | C_ | Buildings.Types.Tilt.Ceiling | Tilt for ceiling [rad] |
Angle | F_ | Buildings.Types.Tilt.Floor | Tilt for floor [rad] |
Angle | Z_ | Buildings.Types.Tilt.Wall | Tilt for wall [rad] |
Integer | nConExtWin | 1 | Number of constructions with a window |
Integer | nConBou | 1 | Number of surface that are connected to constructions that are modeled inside the room |
Generic | matExtWal | extWalCase900 | Exterior wall |
Generic | matFlo | floorCase900 | Floor |
Generic | roof | Roof | |
Win600 | window600 | redeclare parameter Building... | Window |
DaySchedule | TSetHea | redeclare BaseClasses.DaySch... | Heating setpoint |
DaySchedule | TSetCoo | redeclare BaseClasses.DaySch... | Cooling setpoint |
ExteriorWallCase900 | extWalCase900 | Exterior wall | |
FloorCase900 | floorCase900 | Floor |
Connectors
Type | Name | Description |
---|---|---|
Bus | weaBus | Weather data bus |
Modelica definition
Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case940
Case 900, but with heating schedule
Information
This model is used for the basic test case 940 of the BESTEST validation suite. Case940 is the same as Case900, but with the following modifications:
- From 2300 hours to 0700 hours, heat = on if zone temperature is below 10°C
- From 0700 hours to 2300 hours, heat = on if zone temperature is above 20°C
- All hours, cool = on if zone temperature above 27°C
- Otherwise, mechanical equipment is off.
Extends from Case900 (Case 600, but with high thermal mass).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Angle | S_ | Buildings.Types.Azimuth.S | Azimuth for south walls [rad] |
Angle | E_ | Buildings.Types.Azimuth.E | Azimuth for east walls [rad] |
Angle | W_ | Buildings.Types.Azimuth.W | Azimuth for west walls [rad] |
Angle | N_ | Buildings.Types.Azimuth.N | Azimuth for north walls [rad] |
Angle | C_ | Buildings.Types.Tilt.Ceiling | Tilt for ceiling [rad] |
Angle | F_ | Buildings.Types.Tilt.Floor | Tilt for floor [rad] |
Angle | Z_ | Buildings.Types.Tilt.Wall | Tilt for wall [rad] |
Integer | nConExtWin | 1 | Number of constructions with a window |
Integer | nConBou | 1 | Number of surface that are connected to constructions that are modeled inside the room |
Generic | matExtWal | extWalCase900 | Exterior wall |
Generic | matFlo | floorCase900 | Floor |
Generic | roof | Roof | |
Win600 | window600 | redeclare parameter Building... | Window |
DaySchedule | TSetCoo | redeclare BaseClasses.DaySch... | Cooling setpoint |
ExteriorWallCase900 | extWalCase900 | Exterior wall | |
FloorCase900 | floorCase900 | Floor |
Connectors
Type | Name | Description |
---|---|---|
Bus | weaBus | Weather data bus |
Modelica definition
Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case950
Case 900, but cooling based on schedule, night venting, and no heating
Information
This model is used for the test case 950 of the BESTEST validation suite. Case950 is the same as Case900, but with the following modifications:
- From 1800 hours to 0700 hours, vent fan = on
- From 0700 hours to 1800 hours, vent fan = off
- Heating is always off
- From 0700 hours to 1800 hours, cooling is on if zone temperature > 27°C, otherwise cool = off.
- From 1800 hours to 0700 hours, cooling is always off.
- Ventilation fan capacity is 1700 standard m3/h (in addition to specified infiltration rate). After adjustment for the altitude, the capacity is 1409 m3/h.
- No waste heat from fan.
Extends from Case900 (Case 600, but with high thermal mass).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Angle | S_ | Buildings.Types.Azimuth.S | Azimuth for south walls [rad] |
Angle | E_ | Buildings.Types.Azimuth.E | Azimuth for east walls [rad] |
Angle | W_ | Buildings.Types.Azimuth.W | Azimuth for west walls [rad] |
Angle | N_ | Buildings.Types.Azimuth.N | Azimuth for north walls [rad] |
Angle | C_ | Buildings.Types.Tilt.Ceiling | Tilt for ceiling [rad] |
Angle | F_ | Buildings.Types.Tilt.Floor | Tilt for floor [rad] |
Angle | Z_ | Buildings.Types.Tilt.Wall | Tilt for wall [rad] |
Integer | nConExtWin | 1 | Number of constructions with a window |
Integer | nConBou | 1 | Number of surface that are connected to constructions that are modeled inside the room |
Generic | matExtWal | extWalCase900 | Exterior wall |
Generic | matFlo | floorCase900 | Floor |
Generic | roof | Roof | |
Win600 | window600 | redeclare parameter Building... | Window |
ExteriorWallCase900 | extWalCase900 | Exterior wall | |
FloorCase900 | floorCase900 | Floor |
Connectors
Type | Name | Description |
---|---|---|
Bus | weaBus | Weather data bus |
Modelica definition
Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case950FF
Case 900, but no heating, no cooling, and ventilation as in case 650
Information
This model is used for the test case 950FF of the BESTEST validation suite. Case 950FF is identical to case 950, except that there is no heating and no cooling.
Extends from Case900FF (Case 600FF, but with high thermal mass).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Angle | S_ | Buildings.Types.Azimuth.S | Azimuth for south walls [rad] |
Angle | E_ | Buildings.Types.Azimuth.E | Azimuth for east walls [rad] |
Angle | W_ | Buildings.Types.Azimuth.W | Azimuth for west walls [rad] |
Angle | N_ | Buildings.Types.Azimuth.N | Azimuth for north walls [rad] |
Angle | C_ | Buildings.Types.Tilt.Ceiling | Tilt for ceiling [rad] |
Angle | F_ | Buildings.Types.Tilt.Floor | Tilt for floor [rad] |
Angle | Z_ | Buildings.Types.Tilt.Wall | Tilt for wall [rad] |
Integer | nConExtWin | 1 | Number of constructions with a window |
Integer | nConBou | 1 | Number of surface that are connected to constructions that are modeled inside the room |
Generic | matExtWal | extWalCase900 | Exterior wall |
Generic | matFlo | floorCase900 | Floor |
Generic | roof | Roof | |
Win600 | window600 | redeclare parameter Building... | Window |
ExteriorWallCase900 | extWalCase900 | Exterior wall | |
FloorCase900 | floorCase900 | Floor |
Connectors
Type | Name | Description |
---|---|---|
Bus | weaBus | Weather data bus |
Modelica definition
Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case960
Case 900, but with an unconditioned sun-space
Information
This model is used for the test case 960 of the BESTEST validation suite. Case 960 is a two zones building, whereas the south-facing zone is an unconditioned sun-space.
Extends from Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases6xx.Case600 (Case 600FF, but with dual-setpoint for heating and cooling).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Angle | S_ | Buildings.Types.Azimuth.S | Azimuth for south walls [rad] |
Angle | E_ | Buildings.Types.Azimuth.E | Azimuth for east walls [rad] |
Angle | W_ | Buildings.Types.Azimuth.W | Azimuth for west walls [rad] |
Angle | N_ | Buildings.Types.Azimuth.N | Azimuth for north walls [rad] |
Angle | C_ | Buildings.Types.Tilt.Ceiling | Tilt for ceiling [rad] |
Angle | F_ | Buildings.Types.Tilt.Floor | Tilt for floor [rad] |
Angle | Z_ | Buildings.Types.Tilt.Wall | Tilt for wall [rad] |
Integer | nConExtWin | 1 | Number of constructions with a window |
Integer | nConBou | 1 | Number of surface that are connected to constructions that are modeled inside the room |
Generic | matExtWal | Exterior wall | |
Generic | matFlo | Floor | |
Generic | roof | Roof | |
Win600 | window600 | redeclare parameter Building... | Window |
DaySchedule | TSetHea | redeclare BaseClasses.DaySch... | Heating setpoint |
DaySchedule | TSetCoo | redeclare BaseClasses.DaySch... | Cooling setpoint |
Brick120 | matLayPar | matLayPar(material={Building... | Construction material for partition walls |
ExteriorWallCase900 | extWalCase900 | Exterior wall | |
FloorCase900 | floorCase900 | Floor |
Connectors
Type | Name | Description |
---|---|---|
Bus | weaBus | Weather data bus |
Modelica definition
Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case980
Case 900, but with increased exterior wall and roof insulation
Information
This model is the case 980 of the BESTEST validation suite. Case 980 differs from case 900 in that it has increased exterior wall and roof insulation.
Extends from Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case900 (Case 600, but with high thermal mass).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Angle | S_ | Buildings.Types.Azimuth.S | Azimuth for south walls [rad] |
Angle | E_ | Buildings.Types.Azimuth.E | Azimuth for east walls [rad] |
Angle | W_ | Buildings.Types.Azimuth.W | Azimuth for west walls [rad] |
Angle | N_ | Buildings.Types.Azimuth.N | Azimuth for north walls [rad] |
Angle | C_ | Buildings.Types.Tilt.Ceiling | Tilt for ceiling [rad] |
Angle | F_ | Buildings.Types.Tilt.Floor | Tilt for floor [rad] |
Angle | Z_ | Buildings.Types.Tilt.Wall | Tilt for wall [rad] |
Integer | nConExtWin | 1 | Number of constructions with a window |
Integer | nConBou | 1 | Number of surface that are connected to constructions that are modeled inside the room |
Generic | matExtWal | extWalCase980 | Exterior wall |
Generic | matFlo | floorCase900 | Floor |
Generic | roof | roofCase680 | Roof |
Win600 | window600 | redeclare parameter Building... | Window |
DaySchedule | TSetHea | redeclare BaseClasses.DaySch... | Heating setpoint |
DaySchedule | TSetCoo | redeclare BaseClasses.DaySch... | Cooling setpoint |
ExteriorWallCase900 | extWalCase900 | Exterior wall | |
FloorCase900 | floorCase900 | Floor | |
ExteriorWallCase980 | extWalCase980 | extWalCase980(roughness_a=Bu... | Exterior wall |
RoofCase680 | roofCase680 | Roof |
Connectors
Type | Name | Description |
---|---|---|
Bus | weaBus | Weather data bus |
Modelica definition
Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case980FF
Case 900FF, but with increased exterior wall and roof insulation
Information
This model is used for the test case 980FF of the BESTEST validation suite. Case 980FF is a heavy-weight building with increased exterior wall and roof insulation. The room temperature is free floating.
Extends from Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case900FF (Case 600FF, but with high thermal mass).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Angle | S_ | Buildings.Types.Azimuth.S | Azimuth for south walls [rad] |
Angle | E_ | Buildings.Types.Azimuth.E | Azimuth for east walls [rad] |
Angle | W_ | Buildings.Types.Azimuth.W | Azimuth for west walls [rad] |
Angle | N_ | Buildings.Types.Azimuth.N | Azimuth for north walls [rad] |
Angle | C_ | Buildings.Types.Tilt.Ceiling | Tilt for ceiling [rad] |
Angle | F_ | Buildings.Types.Tilt.Floor | Tilt for floor [rad] |
Angle | Z_ | Buildings.Types.Tilt.Wall | Tilt for wall [rad] |
Integer | nConExtWin | 1 | Number of constructions with a window |
Integer | nConBou | 1 | Number of surface that are connected to constructions that are modeled inside the room |
Generic | matExtWal | extWalCase980 | Exterior wall |
Generic | matFlo | floorCase900 | Floor |
Generic | roof | roofCase680 | Roof |
Win600 | window600 | redeclare parameter Building... | Window |
ExteriorWallCase900 | extWalCase900 | Exterior wall | |
FloorCase900 | floorCase900 | Floor | |
ExteriorWallCase980 | extWalCase980 | Exterior wall | |
RoofCase680 | roofCase680 | Roof |
Connectors
Type | Name | Description |
---|---|---|
Bus | weaBus | Weather data bus |
Modelica definition
Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case985
Case 900, but with single heating and cooling setpoint
Information
This model is the case 985 of the BESTEST validation suite. Case 985 differs from case 900 in that it has single heating and cooling setpoint.
- Heat = on if zone temperature is below 20°C
- Cool = on if zone temperature is above 20°C
Extends from Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case900 (Case 600, but with high thermal mass).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Angle | S_ | Buildings.Types.Azimuth.S | Azimuth for south walls [rad] |
Angle | E_ | Buildings.Types.Azimuth.E | Azimuth for east walls [rad] |
Angle | W_ | Buildings.Types.Azimuth.W | Azimuth for west walls [rad] |
Angle | N_ | Buildings.Types.Azimuth.N | Azimuth for north walls [rad] |
Angle | C_ | Buildings.Types.Tilt.Ceiling | Tilt for ceiling [rad] |
Angle | F_ | Buildings.Types.Tilt.Floor | Tilt for floor [rad] |
Angle | Z_ | Buildings.Types.Tilt.Wall | Tilt for wall [rad] |
Integer | nConExtWin | 1 | Number of constructions with a window |
Integer | nConBou | 1 | Number of surface that are connected to constructions that are modeled inside the room |
Generic | matExtWal | extWalCase900 | Exterior wall |
Generic | matFlo | floorCase900 | Floor |
Generic | roof | Roof | |
Win600 | window600 | redeclare parameter Building... | Window |
ExteriorWallCase900 | extWalCase900 | Exterior wall | |
FloorCase900 | floorCase900 | Floor |
Connectors
Type | Name | Description |
---|---|---|
Bus | weaBus | Weather data bus |
Modelica definition
Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case995
Case 900, but with single heating and cooling setpoint and increased exterior wall and roof insulation
Information
This model is the case 995 of the BESTEST validation suite. Case 995 differs from case 900 in that it has single heating and cooling setpoint and increased exterior wall and roof insulation.
- Heat = on if zone temperature is below 20°C
- Cool = on if zone temperature is above 20°C
Extends from Buildings.ThermalZones.Detailed.Validation.BESTEST.Cases9xx.Case900 (Case 600, but with high thermal mass).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Angle | S_ | Buildings.Types.Azimuth.S | Azimuth for south walls [rad] |
Angle | E_ | Buildings.Types.Azimuth.E | Azimuth for east walls [rad] |
Angle | W_ | Buildings.Types.Azimuth.W | Azimuth for west walls [rad] |
Angle | N_ | Buildings.Types.Azimuth.N | Azimuth for north walls [rad] |
Angle | C_ | Buildings.Types.Tilt.Ceiling | Tilt for ceiling [rad] |
Angle | F_ | Buildings.Types.Tilt.Floor | Tilt for floor [rad] |
Angle | Z_ | Buildings.Types.Tilt.Wall | Tilt for wall [rad] |
Integer | nConExtWin | 1 | Number of constructions with a window |
Integer | nConBou | 1 | Number of surface that are connected to constructions that are modeled inside the room |
Generic | matExtWal | extWalCase980 | Exterior wall |
Generic | matFlo | floorCase900 | Floor |
Generic | roof | roofCase680 | Roof |
Win600 | window600 | redeclare parameter Building... | Window |
ExteriorWallCase900 | extWalCase900 | Exterior wall | |
FloorCase900 | floorCase900 | Floor | |
ExteriorWallCase980 | extWalCase980 | extWalCase980(roughness_a=Bu... | Exterior wall |
RoofCase680 | roofCase680 | Roof |
Connectors
Type | Name | Description |
---|---|---|
Bus | weaBus | Weather data bus |