modelThermalEnergyMeterDual
Thermal energy meter for heating and cooling energy
Extends from Modelica.Icons.RoundSensor (Icon representing a round measurement device).
Information
This model is a thermal energy meter that measures heating and cooling energy, with the option to output the heating and cooling durations.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | use_itgTim | false | = true, activate integral timers |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | Q_flow | Heat flow rate | |
| Modelica.Blocks.Interfaces.RealOutput | QHea | Heating energy | |
| Modelica.Blocks.Interfaces.RealOutput | QCoo | Cooling energy | |
| Modelica.Blocks.Interfaces.RealOutput | timeHea | Time of heating | |
| Modelica.Blocks.Interfaces.RealOutput | timeCoo | Time of cooling |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.Utilities.KPIs.IntegralErrorSingleReference.IntegralErrorBySign | itgHea | Integration heating energy | |
| AixLib.Utilities.KPIs.IntegralErrorSingleReference.IntegralErrorBySign | itgCoo | Integration cooling energy | |
| Modelica.Blocks.Sources.Constant | conZero | Constant zero | |
| AixLib.Utilities.KPIs.IntegralErrorSingleReference.IntegralTimer | itgTimHea | Integral timer for heating | |
| AixLib.Utilities.KPIs.IntegralErrorSingleReference.IntegralTimer | itgTimCoo | Integral timer for cooling |
Revisions
-
December 17, 2024, by Jun Jiang:
First implementation (see issue 1534)