modelElectroChromicWindow
Validation model for the correct implementation of Electrochromic Window
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model tests the correct implementation of electrochromic window. The model represents the middle test cell (RoomB) of the window test facility 71T.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Temperature | T_start | 273.15 + 24 | Initial value |
| Integer | nConExtWin | 1 | Number of constructions with a window |
| Integer | nConExt | 0 | Number of constructions without a window |
| Integer | nConBou | 5 | Number of surface that are connected to constructions that are modeled inside the room |
| Integer | nSurBou | 0 | Number of surface that are connected to the room air volume |
| Integer | nConPar | 0 | Number of surface that are partitions |
| Buildings.HeatTransfer.Data.OpaqueConstructions.Generic | matExtWal | 71T: South Wall | |
| Buildings.HeatTransfer.Data.OpaqueConstructions.Generic | matCeil | 71T: Ceiling | |
| Buildings.HeatTransfer.Data.OpaqueConstructions.Generic | matFlo | 71T: Floor | |
| Buildings.HeatTransfer.Data.OpaqueConstructions.Generic | matEWWal | 71T: East West Wall | |
| Buildings.HeatTransfer.Data.OpaqueConstructions.Generic | matNWal | 71T: North Wall | |
| HeatTransfer.Data.GlazingSystems.DoubleElectrochromicAir13Clear | glaSys | Data record for the glazing system |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| BoundaryConditions.WeatherData.Bus | weaBus |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| MixedAir | roo | Room model | |
| BoundaryConditions.WeatherData.ReaderTMY3 | weaDat1 | ||
| Modelica.Blocks.Sources.Constant | uSha | Control signal for the shading device | |
| Modelica.Blocks.Routing.Replicator | replicator | Signal replicator | |
| Modelica.Blocks.Routing.Multiplex3 | multiplex3_1 | Multiplex | |
| Modelica.Blocks.Sources.Constant | qRadGai_flow | Radiative heat gain | |
| Modelica.Blocks.Sources.Constant | qConGai_flow | Convective heat gain | |
| Modelica.Blocks.Sources.Constant | qLatGai_flow | Latent heat gain | |
| Modelica.Blocks.Sources.Constant | uWin | Control signal for electrochromic window | |
| Modelica.Blocks.Sources.CombiTimeTable | refRes | Data reader with heating and cooling power from EnergyPlus. The output should be compared to roo.heaPorAir.Q_flow. | |
| Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow | preHea | Prescribed heat flow for heating and cooling | |
| Controls.Continuous.LimPID | conHea | Controller for heating | |
| Modelica.Blocks.Math.Gain | gaiHea | Gain for heating | |
| Modelica.Blocks.Sources.Constant | TRooSet | Set point for room air | |
| Modelica.Thermal.HeatTransfer.Sensors.TemperatureSensor | TRooAir | Room air temperature |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
January 13, 2019, by Michael Wetter:
Removed wrongeach. -
January 3, 2017, by Michael Wetter:
Updated example to avoid dynamically selected states and overspecified initial conditions.
This is for #605. -
November 21, 2016, by Michael Wetter:
Removed unused blockInfiltration.
This is for #582. -
April 21, 2016, by Michael Wetter:
ReplacedModelicaServices.ExternalReferences.loadResourcewithModelica.Utilities.Files.loadResource. -
August 07, 2015, by Thierry S. Nouidui:
First implementation.