modelMixedAirFreeResponse
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model illustrates the use of the room model Buildings.ThermalZones.Detailed.MixedAir.
The geometry, materials and constructions of the model are consistent with those of Buildings.Examples.VAVReheat.BaseClasses.Floor but here they are modeled as a single thermal zone. The model is representative for one floor of the new construction medium office building for Chicago, IL, as described in the set of DOE Commercial Building Benchmarks. There are four perimeter zones and one core zone. The envelope thermal properties meet ASHRAE Standard 90.1-2004.
For a comparison between the one-zone and five-zone model, see Buildings.ThermalZones.Detailed.Validation.SingleZoneFloorWithHeating.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.HeatTransfer.Data.Solids.Plywood | matWoo | Wood for exterior construction | |
| Buildings.HeatTransfer.Data.Solids.Concrete | matCon | Concrete | |
| Buildings.HeatTransfer.Data.Solids.Generic | matIns | Steelframe construction with insulation | |
| Buildings.HeatTransfer.Data.Solids.GypsumBoard | matGyp | Gypsum board | |
| Buildings.HeatTransfer.Data.Solids.GypsumBoard | matGyp2 | Gypsum board | |
| Buildings.HeatTransfer.Data.Solids.Plywood | matFur | Material for furniture | |
| Buildings.HeatTransfer.Data.Solids.Plywood | matCarTra | Wood for floor | |
| Buildings.HeatTransfer.Data.Resistances.Carpet | matCar | Carpet | |
| Buildings.HeatTransfer.Data.GlazingSystems.DoubleClearAir13Clear | glaSys | Data record for the glazing system | |
| Buildings.HeatTransfer.Data.OpaqueConstructions.Generic | conExtWal | Exterior construction | |
| Buildings.HeatTransfer.Data.OpaqueConstructions.Generic | conIntWal | Interior wall construction | |
| Buildings.HeatTransfer.Data.OpaqueConstructions.Generic | conFlo | Floor construction (opa_a is carpet) | |
| Buildings.HeatTransfer.Data.OpaqueConstructions.Generic | conFur | Construction for internal mass of furniture | |
| String | weaFil | Modelica.Utilities.Files.loadResource("modelica://Buildings/Resources/weatherdata/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.mos") | Weather data file |
| Modelica.Units.SI.Volume | VRoo | 4555.7 | Room volum |
| Modelica.Units.SI.Height | hRoo | 2.74 | Room height |
| Modelica.Units.SI.Length | hWin | 1.5 | Height of windows |
| Real | winWalRat | 0.33 | Window to wall ratio for exterior walls |
| Modelica.Units.SI.Area | AFlo | VRoo/hRoo | Floor area |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.ThermalZones.Detailed.MixedAir | roo | Floor | |
| 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 | |
| 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 |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
April 10, 2020, by Michael Wetter:
Changed room model geometry and construction material. -
October 29, 2016, by Michael Wetter:
Changed example to place a state at the surface, and removed computation of the wet bulb temperature as it is not needed.
Added thermal resistance of soil, because at the connectorsurf_conBou, there is now a state variable, and hence the temperature cannot be prescribed if its initial value is specified.
This is for issue 565. -
March 26, 2015, by Michael Wetter:
Set initialization ofconOutto be steady-state initialization. -
February 12, 2015, by Michael Wetter:
Set initial temperature to be 22°C to add propagation of the initial temperature to this test case. -
December 22, 2014 by Michael Wetter:
RemovedModelica.Fluid.Systemto address issue #311. -
September 11, 2014, by Michael Wetter:
Changed assignment oflayersinconOutaslayersis no longer replaceable. -
May 1, 2013, by Michael Wetter:
Declared the parameter record to be a parameter, as declaring its elements to be parameters does not imply that the whole record has the variability of a parameter. -
December 14, 2010, by Michael Wetter:
First implementation.