Buildings.ThermalZones.Detailed.Validation
Collection of validation models
Information
This package contains validation models for the classes in Buildings.ThermalZones.Detailed.
Note that most validation models contain simple input data which may not be realistic, but for which the correct output can be obtained through an analytic solution. The examples plot various outputs, which have been verified against these solutions. These model outputs are stored as reference data and used for continuous validation whenever models in the library change.
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Package Content
Name | Description |
---|---|
MixedAirInitialization | Validation model for the correct initialization of the mixed air model |
BESTEST | This package contains the models for the BESTEST validation |
LBNL_71T | Validation models for LBNL 71T |
TestConditionalConstructions | Package that tests if constructions can be conditionally removed |
Buildings.ThermalZones.Detailed.Validation.MixedAirInitialization
Validation model for the correct initialization of the mixed air model
Information
This model tests the correct initialization of Buildings.ThermalZones.Detailed.MixedAir. The air temperature should start at -15ˆ C and remain there.
Note that there are still very small heat flows even if all solar radiation is set to zero and all boundary conditions and start values are set to -15ˆ C. The reasons are as follows:
- The block Buildings.BoundaryConditions.WeatherData.BaseClasses.CheckRadiation avoids that the radiation becomes negative, which may happen due to the smooth interpolation in the weather data reader. To achieve this, it sets a minimum radiation of 0.0001 W/m2.
- The model requires the numerical solution of nonlinear systems of equations and of systems of ordinary differential equations. These are of course only solved within the solver tolerance.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Temperature | T_start | 273.15 - 15 | Initial value [K] |
Insulation100Concrete200 | matLayExt | Construction material for exterior walls | |
Brick120 | matLayPar | Construction material for partition walls | |
Generic | matLayRoo | Construction material for roof | |
Generic | matLayFlo | Construction material for floor | |
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 |