modelTestCase8
VDI 6007 Test Case 8 model
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Test Case 8 of the VDI 6007 Part 1: Calculation of indoor air temperature excited by a radiative and convective heat source for room version S with two exterior walls. It is based on Test Case 5.
Boundary conditions
- daily profile for outdoor air temperature in hourly steps
- daily profile for solar radiation on the exterior wall
- daily profile for solar radiation through the windows in hourly steps
- sunblind closes at >100 W/m2
- no long-wave radiation exchange between exterior wall, windows and ambient environment
This test validates reaction of indoor air temperature at mixed internal gains and outdoor impacts including solar radiation on exterior walls.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| RC.TwoElements | thermalZoneTwoElements | Thermal zone | |
| Modelica.Thermal.HeatTransfer.Components.Convection | theConWall | Outdoor convective heat transfer | |
| Modelica.Blocks.Sources.CombiTimeTable | intGai | Table with internal gains | |
| Modelica.Blocks.Sources.CombiTimeTable | reference | Reference results | |
| Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow | macConv | Convective heat flow machines | |
| Modelica.Blocks.Sources.Constant | hConWall | Outdoor coefficient of heat transfer for walls | |
| Modelica.Blocks.Sources.CombiTimeTable | outdoorTemp1 | Outdoor air temperature | |
| Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow | perRad | Radiative heat flow persons | |
| Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow | perCon | Convective heat flow persons | |
| Modelica.Blocks.Sources.CombiTimeTable | tableSolRadWindow | Solar radiation | |
| Modelica.Blocks.Sources.Constant | g_sunblind | g value for sunblind closed | |
| Modelica.Blocks.Sources.Constant | sunblind_open | g value for sunblind open | |
| Modelica.Blocks.Logical.GreaterThreshold | greaterThreshold1 | Threshold for sunblind for one direction | |
| Modelica.Blocks.Math.Product | product1 | Solar radiation times g value for sunblind (open or closed) for one direction | |
| Modelica.Blocks.Logical.Switch | switch1 | Determines g value for sunblind (open or closed) for one direction | |
| Modelica.Blocks.Logical.GreaterThreshold | greaterThreshold2 | Threshold for sunblind for one direction | |
| Modelica.Blocks.Math.Product | product | Solar radiation times g value for sunblind (open or closed) for one direction | |
| EquivalentAirTemperature.VDI6007 | eqAirTemp | Equivalent air temperature | |
| Modelica.Blocks.Sources.Constant | const | Dummy black body sky temperature | |
| Modelica.Blocks.Math.Add | add | Computes 1 - g_sunblind for one direction | |
| Modelica.Blocks.Sources.Constant | const1 | Constant for 1 - g_sunblind | |
| Modelica.Blocks.Sources.CombiTimeTable | tableSolRadWall | Solar radiation on walls | |
| Modelica.Blocks.Sources.Constant | g_sunblind1 | g value for sunblind closed | |
| Modelica.Blocks.Sources.Constant | sunblind_open1 | g value for sunblind open | |
| Modelica.Blocks.Logical.Switch | switch2 | Determines g value for sunblind (open or closed) for one direction | |
| Modelica.Blocks.Math.Add | add1 | Computes 1 - g_sunblind for one direction | |
| Modelica.Blocks.Sources.Constant | const2 | Constant for 1 - g_sunblind | |
| Buildings.HeatTransfer.Sources.PrescribedTemperature | preTem | Outdoor air temperature | |
| BaseClasses.VerifyDifferenceThreePeriods | assEqu | Checks validation criteria | |
| Modelica.Blocks.Math.Mean | mean | Hourly mean of indoor air temperature |
Revisions
-
July 11, 2019, by Katharina Brinkmann:
RenamedalphaWalltohConWall -
July 7, 2016, by Moritz Lauster:
Added automatic check against validation thresholds. -
January 11, 2016, by Moritz Lauster:
Implemented.