modelEnergyKpis
Test of different energy KPIs
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example checks the models of energy KPIs.
The results represent the differences of thermal meters and electricity meters, with or without timer functions.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.Pulse | pulQ_flow | Pulse value for heat flow | |
| AixLib.Utilities.KPIs.Energy.ThermalEnergyMeterDual | thmMtr | Thermal energy meter normal | |
| AixLib.Utilities.KPIs.Energy.ThermalEnergyMeterDual | thmMtrTim | Thermal energy meter with timers | |
| Modelica.Blocks.Sources.Pulse | pulP | Pulse value for electric power | |
| AixLib.Utilities.KPIs.Energy.ElectricityMeter | eleMtr | Electricity meter normal | |
| AixLib.Utilities.KPIs.Energy.ElectricityMeter | eleMtrTim | Electricity meter with timer |
Revisions
-
January 9, 2025, by Jun Jiang:
First implementation (see issue 1534)