modelConstantCarnotEffectiveness
Extends from Modelica.Icons.Example (Icon for runnable examples), Buildings.Fluid.HeatPumps.ModularReversible.Validation.BaseClasses.PartialValidation (Validation base case for the reversible heat pump model.).
Information
This validation case uses a constant Carnot effectiveness to model the efficiency of the heat pump.
The approach was calibrated as a comparison to table-based data in the conference paper for the heat pump model: https://doi.org/10.3384/ecp21181561
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | etaCarnot_nominal | 0.4318 | Calibrated constant Carnot effectiveness |
| Modelica.Units.SI.Power | PEle_nominal | 1884.218212 | Calibrated nominal electrical power consumption |
| Modelica.Units.SI.MassFlowRate | mCon_flow_nominal | 0.407396 | Calibrated condenser nominal mass flow rate |
| Modelica.Units.SI.Volume | VCon | 0.0015972 | Calibrated condenser volume |
| Modelica.Units.SI.Frequency | refIneFreConst | 13.2e-3 | Calibrated cut off frequency for inertia of refrigerant cycle |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput | TConOutMea (from PartialValidation) | Measured condenser outlet | |
| Modelica.Blocks.Interfaces.RealOutput | TEvaOutMea (from PartialValidation) | Measured evaporator outlet | |
| Modelica.Blocks.Interfaces.RealOutput | PEleMea (from PartialValidation) | Measured electrical power consumption | |
| Modelica.Blocks.Interfaces.RealOutput | PEleSim (from PartialValidation) | Simulated electrical power consumption | |
| Modelica.Blocks.Interfaces.RealOutput | TConOutSim (from PartialValidation) | Simulated condenser outlet | |
| Modelica.Blocks.Interfaces.RealOutput | TEvaOutSim (from PartialValidation) | Simulated evaporator outlet |
Components
Revisions
-
October 2, 2022 by Fabian Wuellhorst:
First implementation (see issue #1576)