modelCo2Kpis
Test of different CO2 concentration KPIs
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example checks the models for CO2 KPIs.
The results represent the differences of fixed limit and multiple limits according to DIN EN 16798-1. The assessments are configured differntly in terms of their activation, reset, and timer functions.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.Trapezoid | traCo2Con | CO2 concentration to be assessed | |
| Modelica.Blocks.Sources.BooleanPulse | booPulAct | Integrator activation set | |
| IndoorAirQuality.Co2FixedLimit | fixBou | Fixed bounds simple | |
| IndoorAirQuality.Co2FixedLimit | fixBouAct | Fixed bounds with activation connector | |
| IndoorAirQuality.Co2FixedLimit | fixBouRes | Fixed bounds with reset | |
| IndoorAirQuality.Co2FixedLimit | fixBouTim | Fixed bounds with timer | |
| IndoorAirQuality.Co2FixedLimit | fixBouTimRes | Fixed bounds with timer, reset when within bounds | |
| IndoorAirQuality.Co2DIN16798 | din16798Tim | DIN EN 16798-1 with timers | |
| IndoorAirQuality.Co2DIN16798 | din16798ActTim | DIN EN 16798-1 with activation connector and timers |
Revisions
-
January 9, 2025, by Jun Jiang:
First implementation (see issue 1534)