modelMixedAir
Validation model for the correct initialization of the mixed air model
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model tests the correct initialization of Buildings.ThermalZones.Detailed.MixedAir. The air temperature starts at -15°C and remains there.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Temperature | T_start | 273.15 - 15 | Initial value |
| Buildings.HeatTransfer.Data.OpaqueConstructions.Insulation100Concrete200 | matLayExt | Construction material for exterior walls | |
| Buildings.HeatTransfer.Data.OpaqueConstructions.Brick120 | matLayPar | Construction material for partition walls | |
| Buildings.HeatTransfer.Data.OpaqueConstructions.Generic | matLayRoo | Construction material for roof | |
| Buildings.HeatTransfer.Data.OpaqueConstructions.Generic | matLayFlo | Construction material for floor | |
| Buildings.HeatTransfer.Data.GlazingSystems.DoubleClearAir13Clear | glaSys | Data record for the glazing system | |
| 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 |
| Integer | nSurBou | 1 | Number of surface that are connected to the room air volume |
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 | ||
| 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.HeatTransfer.Sources.FixedTemperature[nConBou] | TSoi | Boundary condition for construction | |
| Buildings.HeatTransfer.Sources.FixedTemperature[nSurBou] | TBou | Boundary condition for construction | |
| HeatTransfer.Conduction.MultiLayer[nSurBou] | conOut | Construction that is modeled outside of room | |
| Buildings.Fluid.Sources.Boundary_pT | boundary | Boundary condition | |
| Modelica.Blocks.Sources.Constant | HSol | Solar irradition | |
| Modelica.Blocks.Sources.Constant | T | Dry bulb and black body sky temperature |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
April 23, 2020, by Michael Wetter:
Updated documentation. -
October 29, 2016, by Michael Wetter:
Corrected error in the documentation. -
March 26, 2015, by Michael Wetter:
First implementation based on Buildings.ThermalZones.Detailed.Examples.MixedAirInitialization.