modelPartialTestModel
Partial model that is used to build the test cases
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nConExt | Number of exterior constructions that do not have a window | |
| Integer | nConExtWin | Number of exterior constructions that do have a window | |
| Integer | nConPar | Number of partition constructions | |
| Integer | nConBou | Number of surface that are connected to constructions that are modeled inside the room | |
| Integer | nSurBou | Number of surface that are connected to the room air volume | |
| HeatTransfer.Data.OpaqueConstructions.Insulation100Concrete200 | matLayExt | Construction material for exterior walls | |
| HeatTransfer.Data.OpaqueConstructions.Brick120 | matLayPar | Construction material for partition walls | |
| HeatTransfer.Data.GlazingSystems.DoubleClearAir13Clear | glaSys | Data record for the glazing system |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| 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 | |
| BoundaryConditions.WeatherData.ReaderTMY3 | weaDat |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
December 22, 2014 by Michael Wetter:
RemovedModelica.Fluid.Systemto address issue #311. -
June 30, 2014, by Michael Wetter:
Set equations to be used to compute the initial conditions. -
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.