Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle
Package for heat pupmp refrigerant cycle modules
Information
This package contains models and data to for dynamic refrigerant cycles based on stationary data points, evaporator frosting, and cycle inertia.
Besides, functional approaches for evaporator frosting and refrigerant cycle inertia exist.
Extends from Modelica.Icons.MaterialPropertiesPackage (Icon for package containing property classes).
Package Content
Name | Description |
---|---|
![]() |
Carnot COP with a constant Carnot effectiveness |
![]() |
Performance data based on condenser outlet and evaporator inlet temperature |
![]() |
Package for models and function to estimate influence of frosting on heat pump performance |
![]() |
Package with modules to model inertia of refrigerant cycles |
![]() |
Package with partial classes of Performance Data |
Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.ConstantCarnotEffectiveness
Carnot COP with a constant Carnot effectiveness
Information
This model uses a constant Carnot effectiveness to compute the efficiency of the heat pump.
PEle_nominal
is computed from the provided
QHea_flow_nominal
and other nominal conditions.
PEle_nominal
stays constant over all boundary conditions
and is used to calculate PEle
by multiplying it with the
relative compressor speed.
QCon_flow
is computed using the Carnot approach:
QCon_flow = PEle_nominal * etaCarnot_nominal * yMea *
(TConOut + TAppCon) /
(TConOut + TAppCon - (TEvaOut - TAppEva))
PEle = PEle_nominal * yMea
This equations follows the Carnot approach of the Buildings library:
Buildings.Fluid.HeatPumps.Carnot_y
Similarly, the variables TAppCon
and
TAppEva
define the approach (pinch) temperature differences.
The approach temperatures are calculated using the following equation:
TApp = TApp_nominal * Q_flow / Q_flow_nominal
This introduces nonlinear equations to the model, which
can lead to solver issues for reversible operation.
You can fix the approach temperature at the nominal value by
setting use_constAppTem
Extends from Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.BaseClasses.PartialHeatPumpCycle (Partial model to allow selection of only heat pump options), Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.BaseClasses.PartialCarnot (Model with components for Carnot efficiency calculation).
Parameters
Type | Name | Default | Description |
---|---|---|---|
String | devIde | "ConstantCarnotEffectiveness" | Indicates the data source, used to warn users about different vapor compression devices in reversible models |
Boolean | useInHeaPum | true | =false to indicate that this model is used in a chiller |
Boolean | useForChi | false | =false to use in heat pump models |
Nominal condition | |||
Power | PEle_nominal | QHea_flow_nominal/COP_nominal | Nominal electrical power consumption [W] |
Temperature | TCon_nominal | Nominal temperature at secondary condenser side [K] | |
Temperature | TEva_nominal | Nominal temperature at secondary evaporator side [K] | |
HeatFlowRate | QHea_flow_nominal | Nominal heating capacity [W] | |
Real | etaCarnot_nominal | 0.3 | Constant Carnot effectiveness |
Real | COP_nominal | etaCarnot_nominal*(TCon_nomi... | Nominal coefficient of performance [1] |
Frosting supression | |||
NoFrosting | iceFacCal | redeclare Buildings.Fluid.He... | Replaceable model to calculate the icing factor |
Efficiency | |||
Boolean | use_constAppTem | false | =true to fix approach temperatures at nominal values. This can improve simulation speed |
TemperatureDifference | TAppCon_nominal | if cpCon < 1500 then 5 else 2 | Temperature difference between refrigerant and working fluid outlet in condenser [K] |
TemperatureDifference | TAppEva_nominal | if cpEva < 1500 then 5 else 2 | Temperature difference between refrigerant and working fluid outlet in evaporator [K] |
Advanced | |||
Medium properties | |||
SpecificHeatCapacity | cpCon | Evaporator medium specific heat capacity [J/(kg.K)] | |
SpecificHeatCapacity | cpEva | Evaporator medium specific heat capacity [J/(kg.K)] | |
TemperatureDifference | dTCarMin | 5 | Minimal temperature difference, used to avoid division errors [K] |
Connectors
Type | Name | Description |
---|---|---|
output RealOutput | PEle | Electrical Power consumed by the device [W] |
output RealOutput | QCon_flow | Heat flow rate through condenser [W] |
RefrigerantMachineControlBus | sigBus | Bus-connector |
output RealOutput | QEva_flow | Heat flow rate through evaporator [W] |
Modelica definition
Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.TableData2D
Performance data based on condenser outlet and evaporator inlet temperature
Information
This model uses two-dimensional table data typically given
by manufacturers as required by e.g. European Norm 14511
or ASHRAE 205 to calculate
QCon_flow
and PEle
.
For different condenser outlet and evaporator inlet temperatures, the tables must provide two of the three following values: electrical power consumption, evaporator heat flow rate, and COP.
Note that losses are often implicitly included in measured data. In this case, the frosting modules should be disabled.
Scaling factor
For the scaling factor, the table data for condenser heat flow rate (QConTabDat_flow
)
is evaluated at nominal conditions. Hence, the scaling factor is
scaFac = QCon_flow_nominal/QConTabDat_flow(TEva_nominal, TCon_nominal).
Using scaFac
, the table data is scaled linearly.
This implies a constant COP over different design sizes:
QCon_flow = scaFac * tabQCon_flow.y
PEle = scaFac * tabPel.y
Known Limitations
- Manufacturers are not required to provide the compressor speed at which the data are measured. Thus, nominal values may be obtained at different compressor speeds and, thus, efficiencies. To accurately model the available thermal output, please check that you use tables of the maximal thermal output, which is often provided in the data sheets from the manufacturers. This limitation only holds for inverter driven heat pumps.
-
We assume that the efficiency is contant over the whole
compressor speed range. Typically, effciencies will drop at minimal
and maximal compressor speeds.
To model an inverter controlled heat pump, the relative
compressor speed
yMea
is used to scale the ouput of the tables linearly. For models including the compressor speed, check the SDF-Library dependent refrigerant cycle models in the AixLib Library.
References
EN 14511-2018: Air conditioners, liquid chilling packages and heat pumps for space heating and cooling and process chillers, with electrically driven compressors https://www.beuth.de/de/norm/din-en-14511-1/298537524
Extends from Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.BaseClasses.PartialHeatPumpCycle (Partial model to allow selection of only heat pump options), Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.BaseClasses.PartialTableData2D (Partial model with components for TableData2D approach for heat pumps and chillers).
Parameters
Type | Name | Default | Description |
---|---|---|---|
String | devIde | datTab.devIde | Indicates the data source, used to warn users about different vapor compression devices in reversible models |
Boolean | useInHeaPum | =false to indicate that this model is used in a chiller | |
Real | scaFac | QHea_flow_nominal/QHeaNoSca_... | Scaling factor |
Boolean | use_TEvaOutForTab | datTab.use_TEvaOutForTab | =true to use evaporator outlet temperature, false for inlet |
Boolean | use_TConOutForTab | datTab.use_TConOutForTab | =true to use condenser outlet temperature, false for inlet |
GenericHeatPump | datTab | redeclare parameter Building... | Data Table of HP |
Nominal condition | |||
Power | PEle_nominal | Modelica.Blocks.Tables.Inter... | Nominal electrical power consumption [W] |
Temperature | TCon_nominal | Nominal temperature at secondary condenser side [K] | |
Temperature | TEva_nominal | Nominal temperature at secondary evaporator side [K] | |
HeatFlowRate | QHea_flow_nominal | Nominal heating capacity [W] | |
MassFlowRate | mCon_flow_nominal | datTab.mCon_flow_nominal*sca... | Nominal mass flow rate in secondary condenser side [kg/s] |
MassFlowRate | mEva_flow_nominal | datTab.mEva_flow_nominal*sca... | Nominal mass flow rate in secondary evaporator side [kg/s] |
HeatFlowRate | QHeaNoSca_flow_nominal | Modelica.Blocks.Tables.Inter... | Unscaled nominal heating capacity [W] |
Frosting supression | |||
NoFrosting | iceFacCal | redeclare Buildings.Fluid.He... | Replaceable model to calculate the icing factor |
Data handling | |||
Smoothness | smoothness | Modelica.Blocks.Types.Smooth... | Smoothness of table interpolation |
Extrapolation | extrapolation | Modelica.Blocks.Types.Extrap... | Extrapolation of data outside the definition range |
Advanced | |||
Medium properties | |||
SpecificHeatCapacity | cpCon | Evaporator medium specific heat capacity [J/(kg.K)] | |
SpecificHeatCapacity | cpEva | Evaporator medium specific heat capacity [J/(kg.K)] |
Connectors
Type | Name | Description |
---|---|---|
output RealOutput | PEle | Electrical Power consumed by the device [W] |
output RealOutput | QCon_flow | Heat flow rate through condenser [W] |
RefrigerantMachineControlBus | sigBus | Bus-connector |
output RealOutput | QEva_flow | Heat flow rate through evaporator [W] |