modelCase600FF
Basic test with light-weight construction and free floating temperature
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model is used for the test case 600FF of the BESTEST validation suite. Case 600FF is a light-weight building. The room temperature is free floating.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Angle | S_ | Buildings.Types.Azimuth.S | Azimuth for south walls |
| Modelica.Units.SI.Angle | E_ | Buildings.Types.Azimuth.E | Azimuth for east walls |
| Modelica.Units.SI.Angle | W_ | Buildings.Types.Azimuth.W | Azimuth for west walls |
| Modelica.Units.SI.Angle | N_ | Buildings.Types.Azimuth.N | Azimuth for north walls |
| Modelica.Units.SI.Angle | C_ | Buildings.Types.Tilt.Ceiling | Tilt for ceiling |
| Modelica.Units.SI.Angle | F_ | Buildings.Types.Tilt.Floor | Tilt for floor |
| Modelica.Units.SI.Angle | Z_ | Buildings.Types.Tilt.Wall | Tilt for wall |
| 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 |
| Buildings.HeatTransfer.Data.OpaqueConstructions.Generic | matExtWal | Exterior wall | |
| Buildings.HeatTransfer.Data.OpaqueConstructions.Generic | matFlo | Floor | |
| Buildings.HeatTransfer.Data.OpaqueConstructions.Generic | roof | Roof | |
| Buildings.ThermalZones.Detailed.Validation.BESTEST.Data.Win600 | window600 | Window | |
| Buildings.ThermalZones.Detailed.Validation.BESTEST.Data.StandardResultsFreeFloating | staRes |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.WeatherData.Bus | weaBus | Weather data bus |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.ThermalZones.Detailed.MixedAir | roo | Room model | |
| Modelica.Blocks.Sources.Constant | qConGai_flow | Convective heat gain | |
| Modelica.Blocks.Sources.Constant | qRadGai_flow | Radiative heat gain | |
| Modelica.Blocks.Routing.Multiplex3 | multiplex3_1 | Multiplex for internal gains | |
| Modelica.Blocks.Sources.Constant | qLatGai_flow | Latent heat gain | |
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | ||
| Modelica.Blocks.Sources.Constant | uSha | Control signal for the shading device | |
| Modelica.Blocks.Routing.Replicator | replicator | ||
| Buildings.Fluid.Sources.MassFlowSource_T | sinInf | Sink model for air infiltration | |
| Buildings.Fluid.Sources.Outside | souInf | Source model for air infiltration | |
| Modelica.Blocks.Sources.Constant | InfiltrationRate | 0.414 ACH adjusted for the altitude (0.5 at sea level) | |
| Modelica.Blocks.Math.Product | product | Product to compute infiltration mass flow rate | |
| Buildings.Fluid.Sensors.Density | density | Air density inside the building | |
| Modelica.Thermal.HeatTransfer.Sensors.TemperatureSensor | TRooAir | Room air temperature | |
| Modelica.Blocks.Math.MultiSum | multiSum | Multi sum for infiltration air flow rate | |
| Controls.OBC.CDL.Reals.MovingAverage | TRooHou | Hourly averaged room air temperature | |
| Controls.OBC.CDL.Reals.MovingAverage | TRooAnn | Annual averaged room air temperature | |
| HeatTransfer.Convection.Exterior | conOpa | Convection model for opaque part of the wall | |
| Modelica.Blocks.Sources.Constant | zerWin | Zero wind speed | |
| Modelica.Blocks.Sources.Constant | zerDir | Zero wind direction | |
| Fluid.FixedResistances.PressureDrop | res | Flow resistance to decouple pressure from weather file from room pressure |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
May 24, 2022, by Michael Wetter:
Set air pressure to be the same pressure as is recorded in the weather data file. This changes the annual cooling energy for Case 900 by about 4%. This is for #3005. -
May 12, 2022, by Jianjun Hu:
Changed the floor to be raised floor, disabled linearize the emissive power, changed weather data and adjusted infiltration rate from 0.5 ACH to 0.414 ACH for the altitude. This is for #3005. -
January 21, 2020, by Michael Wetter:
Changed calculation of time averaged values to use Buildings.Controls.OBC.CDL.Reals.MovingMean because this does not trigger a time event every hour.
This is for issue 1714. -
October 29, 2016, by Michael Wetter:
Placed a capacity at the room-facing surface to reduce the dimension of the nonlinear system of equations, which generally decreases computing time.
Removed the pressure drop element which is not needed.
Linearized the radiative heat transfer, which is the default in the library, and avoids a large nonlinear system of equations.
This is for issue 565. -
December 22, 2014 by Michael Wetter:
RemovedModelica.Fluid.Systemto address issue #311. -
October 9, 2013, by Michael Wetter:
Implemented soil properties using a record so thatTSolandTLiqare assigned. This avoids an error when the model is checked in the pedantic mode. -
July 15, 2012, by Michael Wetter:
Added reference results. Changed implementation to make this model the base class for all BESTEST cases. Added computation of hourly and annual averaged room air temperature. -
October 6, 2011, by Michael Wetter:
First implementation.