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

TypeNameDefaultDescription
Modelica.Units.SI.AngleS_Buildings.Types.Azimuth.SAzimuth for south walls
Modelica.Units.SI.AngleE_Buildings.Types.Azimuth.EAzimuth for east walls
Modelica.Units.SI.AngleW_Buildings.Types.Azimuth.WAzimuth for west walls
Modelica.Units.SI.AngleN_Buildings.Types.Azimuth.NAzimuth for north walls
Modelica.Units.SI.AngleC_Buildings.Types.Tilt.CeilingTilt for ceiling
Modelica.Units.SI.AngleF_Buildings.Types.Tilt.FloorTilt for floor
Modelica.Units.SI.AngleZ_Buildings.Types.Tilt.WallTilt for wall
IntegernConExtWin1Number of constructions with a window
IntegernConBou1Number of surface that are connected to constructions that are modeled inside the room
Buildings.HeatTransfer.Data.OpaqueConstructions.GenericmatExtWalExterior wall
Buildings.HeatTransfer.Data.OpaqueConstructions.GenericmatFloFloor
Buildings.HeatTransfer.Data.OpaqueConstructions.GenericroofRoof
Buildings.ThermalZones.Detailed.Validation.BESTEST.Data.Win600window600Window
Buildings.ThermalZones.Detailed.Validation.BESTEST.Data.StandardResultsFreeFloatingstaRes

Connectors

TypeNameDefaultDescription
Buildings.BoundaryConditions.WeatherData.BusweaBusWeather data bus

Components

TypeNameDefaultDescription
Buildings.ThermalZones.Detailed.MixedAirrooRoom model
Modelica.Blocks.Sources.ConstantqConGai_flowConvective heat gain
Modelica.Blocks.Sources.ConstantqRadGai_flowRadiative heat gain
Modelica.Blocks.Routing.Multiplex3multiplex3_1Multiplex for internal gains
Modelica.Blocks.Sources.ConstantqLatGai_flowLatent heat gain
Buildings.BoundaryConditions.WeatherData.ReaderTMY3weaDat
Modelica.Blocks.Sources.ConstantuShaControl signal for the shading device
Modelica.Blocks.Routing.Replicatorreplicator
Buildings.Fluid.Sources.MassFlowSource_TsinInfSink model for air infiltration
Buildings.Fluid.Sources.OutsidesouInfSource model for air infiltration
Modelica.Blocks.Sources.ConstantInfiltrationRate0.414 ACH adjusted for the altitude (0.5 at sea level)
Modelica.Blocks.Math.ProductproductProduct to compute infiltration mass flow rate
Buildings.Fluid.Sensors.DensitydensityAir density inside the building
Modelica.Thermal.HeatTransfer.Sensors.TemperatureSensorTRooAirRoom air temperature
Modelica.Blocks.Math.MultiSummultiSumMulti sum for infiltration air flow rate
Controls.OBC.CDL.Reals.MovingAverageTRooHouHourly averaged room air temperature
Controls.OBC.CDL.Reals.MovingAverageTRooAnnAnnual averaged room air temperature
HeatTransfer.Convection.ExteriorconOpaConvection model for opaque part of the wall
Modelica.Blocks.Sources.ConstantzerWinZero wind speed
Modelica.Blocks.Sources.ConstantzerDirZero wind direction
Fluid.FixedResistances.PressureDropresFlow resistance to decouple pressure from weather file from room pressure

Contents

NameDescription
MediumAMedium 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:
    Removed Modelica.Fluid.System to address issue #311.
  • October 9, 2013, by Michael Wetter:
    Implemented soil properties using a record so that TSol and TLiq are 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.