Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.BaseClasses
Package with partial classes of Performance Data
Information
This package contains base classes for the package Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.
Package Content
Name | Description |
---|---|
![]() |
Placeholder to disable heating |
![]() |
Model with components for Carnot efficiency calculation |
![]() |
Partial model to allow selection of only heat pump options |
![]() |
Partial model of refrigerant cycle |
![]() |
Partial model with components for TableData2D approach for heat pumps and chillers |
Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.BaseClasses.NoHeating
Placeholder to disable heating
Information
Using this model, the heat pump will always be off. This option is mainly used to avoid warnings about partial model which must be replaced.
Extends from PartialHeatPumpCycle (Partial model to allow selection of only heat pump options).
Parameters
Type | Name | Default | Description |
---|---|---|---|
String | devIde | "NoHeating" | 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 | |
Nominal condition | |||
Power | PEle_nominal | 0 | Nominal electrical power consumption [W] |
Temperature | TCon_nominal | 273.15 | Nominal temperature at secondary condenser side [K] |
Temperature | TEva_nominal | 273.15 | Nominal temperature at secondary evaporator side [K] |
HeatFlowRate | QHea_flow_nominal | 0 | Nominal heating capacity [W] |
Advanced | |||
Medium properties | |||
SpecificHeatCapacity | cpCon | 4184 | Evaporator medium specific heat capacity [J/(kg.K)] |
SpecificHeatCapacity | cpEva | 4184 | 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] |
Modelica definition
Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.BaseClasses.PartialCarnot
Model with components for Carnot efficiency calculation
Information
Partial model for equations and componenents used in both heat pump and chiller with the Carnot approach.
Parameters
Type | Name | Default | Description |
---|---|---|---|
Boolean | useForChi | =false to use in heat pump models | |
Nominal condition | |||
Real | etaCarnot_nominal | 0.3 | Constant Carnot effectiveness |
Efficiency | |||
Boolean | use_constAppTem | false | =true to fix approach temperatures at nominal values. This can improve simulation speed |
TemperatureDifference | TAppCon_nominal | Temperature difference between refrigerant and working fluid outlet in condenser [K] | |
TemperatureDifference | TAppEva_nominal | Temperature difference between refrigerant and working fluid outlet in evaporator [K] | |
Advanced | |||
TemperatureDifference | dTCarMin | 5 | Minimal temperature difference, used to avoid division errors [K] |
Modelica definition
Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.BaseClasses.PartialHeatPumpCycle
Partial model to allow selection of only heat pump options
Information
Partial refrigerant cycle model for heat pumps.
It adds the specification for frosting calculation
and restricts to the intended choices under
choicesAllMatching
.
Extends from PartialRefrigerantCycle (Partial model of refrigerant cycle).
Parameters
Type | Name | Default | Description |
---|---|---|---|
String | 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 | |
Nominal condition | |||
Power | PEle_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] | |
Frosting supression | |||
NoFrosting | iceFacCal | redeclare Buildings.Fluid.He... | Replaceable model to calculate the icing factor |
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] |
Modelica definition
Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.BaseClasses.PartialRefrigerantCycle
Partial model of refrigerant cycle
Information
Partial model for calculation of electrical power consumption
PEle
, condenser heat flow QCon_flow
and evaporator heat flow QEva_flow
based on the
values in the sigBus
for a refrigerant machine.
Frosting performance
To simulate possible icing of the evaporator on air-source devices, the
icing factor iceFac
is used to influence the outputs.
The factor models the reduction of heat transfer between refrigerant
and source. Thus, the factor is implemented as follows:
QEva_flow = iceFac * (QConNoIce_flow - PEle)
With iceFac
as a relative value between 0 and 1:
iceFac = kA/kA_noIce
Finally, the energy balance must still hold:
QCon_flow = PEle + QEva_flow
You can select different options for the modeling of the icing factor or implement your own approach.
Parameters
Type | Name | Default | Description |
---|---|---|---|
String | devIde | "" | Indicates the data source, used to warn users about different vapor compression devices in reversible models |
Nominal condition | |||
Power | PEle_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] | |
Frosting supression | |||
NoFrosting | iceFacCal | redeclare Buildings.Fluid.He... | Replaceable model to calculate the icing factor |
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] |
Modelica definition
Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.BaseClasses.PartialTableData2D
Partial model with components for TableData2D approach for heat pumps and chillers
Information
Partial model for equations and componenents used in both heat pump and chiller models using two-dimensional data.
Parameters
Type | Name | Default | Description |
---|---|---|---|
Real | scaFac | Scaling factor | |
Boolean | use_TEvaOutForTab | true | =true to use evaporator outlet temperature, false for inlet |
Boolean | use_TConOutForTab | true | =true to use condenser outlet temperature, false for inlet |
Nominal condition | |||
MassFlowRate | mCon_flow_nominal | Nominal mass flow rate in secondary condenser side [kg/s] | |
MassFlowRate | mEva_flow_nominal | Nominal mass flow rate in secondary evaporator side [kg/s] | |
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 |