Buildings.Fluid.HeatPumps.ModularReversible.BaseClasses
Package with base classes for Buildings.Fluid.HeatPumps.ModularReversible
Information
This package contains base classes that are used to construct the models in Buildings.Fluid.HeatPumps.ModularReversible.
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
Package Content
Name | Description |
---|---|
![]() |
Calculate the COP or EER of a device |
![]() |
Evaporaotr or condenser model with added capacity for heat losses to the ambient |
![]() |
Model with parameters for large scale water-to-water heat pump |
![]() |
Partial refrigerant cycle model |
![]() |
Model for reversible heat pumps and chillers with a refrigerant cycle |
![]() |
Refrigerant cycle model of a heat pump |
![]() |
Bus connector for reversible heat pump and chiller model |
Buildings.Fluid.HeatPumps.ModularReversible.BaseClasses.CalculateEfficiency
Calculate the COP or EER of a device
Information
This model is used to calculate the COP or the EER of a device. As the electrical power can get zero, a lower boundary is used to avoid division by zero.
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Power | PEleMin | If eletrical power consumption falls below this value, COP will be set to zero [W] |
Connectors
Type | Name | Description |
---|---|---|
input RealInput | PEle | Electrical power consumed by the system [W] |
input RealInput | QUse_flow | Useful heat flow [W] |
output RealOutput | COP | Output for calculated COP value [1] |
input BooleanInput | hea | =true for heating, false for cooling |
output RealOutput | EER | Output for calculated EER value [1] |
Modelica definition
Buildings.Fluid.HeatPumps.ModularReversible.BaseClasses.EvaporatorCondenserWithCapacity
Evaporaotr or condenser model with added capacity for heat losses to the ambient
Information
Model for an evaporator or condenser with the use of a capacity to simulate heat losses.
Used in Buildings.Fluid.HeatPumps.ModularReversible.Modular and Buildings.Fluid.Chillers.ModularReversible.Modular, the heat flow to or from the volume is calculated in a black-box. Thus the heat is directly added to the medium.
Transient heat losses are modelled by adding a capacity
and two convection components to
Buildings.Fluid.Interfaces.TwoPortHeatMassExchanger.
One of the convection component is between the capacity and the volume
(with thermal conductance GInn
) and the other between
the capacity and the ambient heat port (with GOut
).
Implementation
Both GInn
and GOut
are constants
but declared without a parameter
keyword so that
the calculation can follow a temperature or flow-rate based approach.
Extends from Buildings.Fluid.Interfaces.TwoPortHeatMassExchanger (Partial model transporting one fluid stream with storing mass or energy).
Parameters
Type | Name | Default | Description |
---|---|---|---|
replaceable package Medium | PartialMedium | Medium in the component | |
Boolean | isCon | =true for condenser, false for evaporator | |
Nominal condition | |||
MassFlowRate | m_flow_nominal | Nominal mass flow rate [kg/s] | |
PressureDifference | dp_nominal | Pressure difference [Pa] | |
Heat losses | |||
Boolean | use_cap | true | False if capacity and heat losses are neglected |
HeatCapacity | C | Capacity of heat exchanger, set to zero to ignore its dry mass [J/K] | |
ThermalConductance | GOut | Exterior heat transfer coefficient, set to zero to ignore external heat loss but keep the dry mass [W/K] | |
RealOutput | GInn | Interior heat transfer coefficient | |
Assumptions | |||
Boolean | allowFlowReversal | true | = false to simplify equations, assuming, but not enforcing, no flow reversal |
Advanced | |||
MassFlowRate | m_flow_small | 1E-4*abs(m_flow_nominal) | Small mass flow rate for regularization of zero flow [kg/s] |
Diagnostics | |||
Boolean | show_T | false | = true, if actual temperature at port is computed |
Flow resistance | |||
Boolean | from_dp | false | = true, use m_flow = f(dp) else dp = f(m_flow) |
Boolean | linearizeFlowResistance | false | = true, use linear relation between m_flow and dp for any flow rate |
Real | deltaM | 0.1 | Fraction of nominal flow rate where flow transitions to laminar |
Dynamics | |||
Nominal condition | |||
Time | tau | 30 | Time constant at nominal flow (if energyDynamics <> SteadyState) [s] |
Conservation equations | |||
Dynamics | energyDynamics | Modelica.Fluid.Types.Dynamic... | Type of energy balance: dynamic (3 initialization options) or steady state |
Initialization | |||
AbsolutePressure | p_start | Medium.p_default | Start value of pressure [Pa] |
Temperature | T_start | Medium.T_default | Start value of temperature [K] |
MassFraction | X_start[Medium.nX] | Medium.X_default | Start value of mass fractions m_i/m [kg/kg] |
ExtraProperty | C_start[Medium.nC] | fill(0, Medium.nC) | Start value of trace substances |
Capacity | |||
Temperature | TCap_start | Medium.T_default | Initial temperature of heat capacity [K] |
Connectors
Type | Name | Description |
---|---|---|
FluidPort_a | port_a | Fluid connector a (positive design flow direction is from port_a to port_b) |
FluidPort_b | port_b | Fluid connector b (positive design flow direction is from port_a to port_b) |
HeatPort_a | port_out | Temperature and heat flow to the ambient |
input RealInput | Q_flow | Heat flow rate from the refrigerant to the medium |
output RealOutput | T | Temperature of the condenser volume [K] |
Heat losses | ||
output RealOutput | GInn | Interior heat transfer coefficient |
Modelica definition
Buildings.Fluid.HeatPumps.ModularReversible.BaseClasses.LargeScaleWaterToWaterDeclarations
Model with parameters for large scale water-to-water heat pump
Information
This model provides declarations that auto-populate nominal mass flow rates and time constants (i.e. volumes) of the heat exchange based on the nominal electric power consumption of the chiller or heat pump. It is based on more than 20 datasets of water-to-water heat pumps from multiple manufacturers ranging from about 25 kW to 1 MW in nominal electric power consumption. The linear regressions with coefficients of determination above 91% give a good approximation of these parameters. Nevertheless, estimates for machines outside the given range should be checked for plausibility during simulation.
For more information, see Buildings/Resources/Data/Fluid/HeatPumps/BaseClasses/LargeScaleWaterToWaterParameters.xlsx.
Modelica definition
Buildings.Fluid.HeatPumps.ModularReversible.BaseClasses.PartialModularRefrigerantCycle
Partial refrigerant cycle model
Information
Partial modular refrigerant cycle models for data and equation based approaches used in the model Buildings.Fluid.HeatPumps.ModularReversible.BaseClasses.PartialReversibleRefrigerantMachine.
This partial container only adds outputs and switches both relevant for heat pump and chiller applications.
For more information on the approach, please read the UsersGuide.
Parameters
Type | Name | Default | Description |
---|---|---|---|
Boolean | use_rev | true | True if the refrigerant machine is reversible |
Connectors
Type | Name | Description |
---|---|---|
RefrigerantMachineControlBus | sigBus | Signal bus with data for refrigerant models |
output RealOutput | QCon_flow | Heat flow rate from the refrigerant to the condenser medium [W] |
output RealOutput | QEva_flow | Heat flow rate from the evaporator medium to the refrigerant [W] |
output RealOutput | PEle | Routing block that picks the component for electric power consumption [W] |
Modelica definition
Buildings.Fluid.HeatPumps.ModularReversible.BaseClasses.PartialReversibleRefrigerantMachine
Model for reversible heat pumps and chillers with a refrigerant cycle
Information
This partial model defines all components which are equally required for heat pump and chillers. This encompasses
- the heat exchangers (evaporator and condenser),
- sensors for temperature and mass flow rates,
- the replaceable model for refrigerant inertia,
- safety controls,
- connectors and parameters,
- and the replaceable refrigerant cycle model
refCyc
The model refCyc
is replaced in the ModularReversible
model for heat pumps and chillers, e.g. by
Buildings.Fluid.HeatPumps.ModularReversible.BaseClasses.RefrigerantCycle
in
Buildings.Fluid.HeatPumps.ModularReversible.Modular.
For more information on the approach, please read the UsersGuide.
Extends from Buildings.Fluid.Interfaces.PartialFourPortInterface (Partial model with four ports and declaration of quantities that are used by many models).
Parameters
Type | Name | Default | Description |
---|---|---|---|
replaceable package Medium1 | PartialMedium | Medium 1 in the component | |
replaceable package Medium2 | PartialMedium | Medium 2 in the component | |
replaceable package MediumCon | Modelica.Media.Interfaces.Pa... | Medium on condenser side | |
replaceable package MediumEva | Modelica.Media.Interfaces.Pa... | Medium on evaporator side | |
PartialModularRefrigerantCycle | refCyc | redeclare PartialModularRefr... | Model of the refrigerant cycle |
Boolean | use_rev | true | =true if the chiller or heat pump is reversible |
Nominal condition | |||
MassFlowRate | m1_flow_nominal | mCon_flow_nominal | Nominal mass flow rate [kg/s] |
MassFlowRate | m2_flow_nominal | mEva_flow_nominal | Nominal mass flow rate [kg/s] |
HeatFlowRate | PEle_nominal | Nominal electrical power consumption [W] | |
Inertia | |||
replaceable model RefrigerantCycleInertia | Buildings.Fluid.HeatPumps.Mo... | Inertia between the refrigerant cycle outputs and the heat exchangers. | |
Safety control | |||
Boolean | use_intSafCtr | true | =true to enable internal safety control |
Wuellhorst2021 | safCtrPar | redeclare parameter Building... | Safety control parameters |
Nominal condition - Pressure losses | |||
TemperatureDifference | dTCon_nominal | Nominal temperature difference in condenser medium, used to calculate mass flow rate [K] | |
MassFlowRate | mCon_flow_nominal | Nominal mass flow rate of the condenser medium [kg/s] | |
PressureDifference | dpCon_nominal | Pressure drop at nominal mass flow rate [Pa] | |
TemperatureDifference | dTEva_nominal | Nominal temperature difference in evaporator medium, used to calculate mass flow rate [K] | |
MassFlowRate | mEva_flow_nominal | Nominal mass flow rate of the evaporator medium [kg/s] | |
PressureDifference | dpEva_nominal | Pressure drop at nominal mass flow rate [Pa] | |
Assumptions | |||
Boolean | allowFlowReversal1 | allowFlowReversalCon | = false to simplify equations, assuming, but not enforcing, no flow reversal for medium 1 |
Boolean | allowFlowReversal2 | allowFlowReversalEva | = false to simplify equations, assuming, but not enforcing, no flow reversal for medium 2 |
Evaporator | |||
Boolean | allowFlowReversalEva | true | = false to simplify equations, assuming, but not enforcing, no flow reversal |
Condenser | |||
Boolean | allowFlowReversalCon | true | = false to simplify equations, assuming, but not enforcing, no flow reversal |
Advanced | |||
MassFlowRate | m1_flow_small | 1E-4*abs(mCon_flow_nominal) | Small mass flow rate for regularization of zero flow [kg/s] |
MassFlowRate | m2_flow_small | 1E-4*abs(mEva_flow_nominal) | Small mass flow rate for regularization of zero flow [kg/s] |
Boolean | allowDifferentDeviceIdentifiers | false | if use_rev=true, device data for cooling and heating need to entered. Set allowDifferentDeviceIdentifiers=true to allow different device identifiers devIde |
Boolean | calEff | true | =false to disable efficiency calculation, may speed up the simulation |
Real | limWarSca | 0.05 | Allowed difference in scaling '|scaFacHea - scaFacCoo| / scaFacHea', if exceeded, a warning will be issued [1] |
Diagnostics | |||
Boolean | show_T | false | = true, if actual temperature at port is computed |
Real | ySet_small | 0.01 | Threshold for relative speed for the device to be considered on |
Flow resistance | |||
Boolean | from_dp | false | = true, use m_flow = f(dp) else dp = f(m_flow) |
Boolean | linearized | false | = true, use linear relation between m_flow and dp for any flow rate |
Condenser | |||
Dynamics | |||
Time | tauCon | 30 | Condenser heat transfer time constant at nominal flow [s] |
Flow resistance | |||
Real | deltaMCon | 0.1 | Fraction of nominal mass flow rate where transition to turbulent occurs |
Heat Losses | |||
Boolean | use_conCap | true | =true if using capacitor model for condenser heat loss estimation |
HeatCapacity | CCon | 0 | Heat capacity of the condenser [J/K] |
ThermalConductance | GConOut | 0 | Outer thermal conductance for condenser heat loss calculations [W/K] |
ThermalConductance | GConIns | 0 | Inner thermal conductance for condenser heat loss calculations [W/K] |
Evaporator | |||
Dynamics | |||
Time | tauEva | 30 | Evaporator heat transfer time constant at nominal flow [s] |
Flow resistance | |||
Real | deltaMEva | 0.1 | Fraction of nominal mass flow rate where transition to turbulent occurs |
Heat Losses | |||
Boolean | use_evaCap | true | =true if using capacitor model for evaporator heat loss estimation |
HeatCapacity | CEva | 0 | Heat capacity of the evaporator [J/K] |
ThermalConductance | GEvaOut | 0 | Outer thermal conductance for evaporator heat loss calculations [W/K] |
ThermalConductance | GEvaIns | 0 | Inner thermal conductance for evaporator heat loss calculations [W/K] |
Initialization | |||
Parameters | |||
Init | initType | Modelica.Blocks.Types.Init.I... | Type of initialization for refrigerant cycle dynamics (InitialState and InitialOutput are identical) |
Condenser | |||
AbsolutePressure | pCon_start | MediumCon.p_default | Start value of pressure [Pa] |
Temperature | TCon_start | MediumCon.T_default | Start value of temperature [K] |
Temperature | TConCap_start | MediumCon.T_default | Initial temperature of heat capacity of condenser [K] |
MassFraction | XCon_start[MediumCon.nX] | MediumCon.X_default | Start value of mass fractions m_i/m [kg/kg] |
Evaporator | |||
AbsolutePressure | pEva_start | MediumEva.p_default | Start value of pressure [Pa] |
Temperature | TEva_start | MediumEva.T_default | Start value of temperature [K] |
Temperature | TEvaCap_start | MediumEva.T_default | Initial temperature of heat capacity at evaporator [K] |
MassFraction | XEva_start[MediumEva.nX] | MediumEva.X_default | Start value of mass fractions m_i/m [kg/kg] |
Dynamics | |||
Equation | |||
Dynamics | energyDynamics | Modelica.Fluid.Types.Dynamic... | Type of energy balance: dynamic (3 initialization options) or steady state (only affects fluid-models) |
Connectors
Type | Name | Description |
---|---|---|
replaceable package Medium1 | Medium 1 in the component | |
replaceable package Medium2 | Medium 2 in the component | |
FluidPort_a | port_a1 | Fluid connector a1 (positive design flow direction is from port_a1 to port_b1) |
FluidPort_b | port_b1 | Fluid connector b1 (positive design flow direction is from port_a1 to port_b1) |
FluidPort_a | port_a2 | Fluid connector a2 (positive design flow direction is from port_a2 to port_b2) |
FluidPort_b | port_b2 | Fluid connector b2 (positive design flow direction is from port_a2 to port_b2) |
replaceable package MediumCon | Medium on condenser side | |
replaceable package MediumEva | Medium on evaporator side | |
input RealInput | ySet | Relative compressor speed between 0 and 1 |
input RealInput | TEvaAmb | Ambient temperature on the evaporator side [K] |
input RealInput | TConAmb | Ambient temperature on the condenser side [K] |
output RealOutput | QCon_flow | Actual heating heat flow rate added to fluid 1 [W] |
output RealOutput | P | Electric power consumed by compressor [W] |
output RealOutput | QEva_flow | Actual cooling heat flow rate removed from fluid 2 [W] |
output RealOutput | EER | Energy efficieny ratio [1] |
output RealOutput | COP | Coefficient of performance [1] |
Inertia | ||
replaceable model RefrigerantCycleInertia | Inertia between the refrigerant cycle outputs and the heat exchangers. |
Modelica definition
Buildings.Fluid.HeatPumps.ModularReversible.BaseClasses.RefrigerantCycle
Refrigerant cycle model of a heat pump
Information
Modular refrigerant cycle model for heat pump applications used in the model Buildings.Fluid.HeatPumps.ModularReversible.Modular and extending models of the modular approach.
This model adds the replaceable model approaches for cooling and heating data to the partial refrigerant cylce.
Further, an asseration warning is raised if the model approaches or sources for performance data differ. This indicates that they are not for the same device.
For more information on the approach, please read the UsersGuide.
Extends from Buildings.Fluid.HeatPumps.ModularReversible.BaseClasses.PartialModularRefrigerantCycle (Partial refrigerant cycle model).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Boolean | use_rev | true | True if the refrigerant machine is reversible |
Boolean | allowDifferentDeviceIdentifiers | false | if use_rev=true, device data for cooling and heating need to entered. Set allowDifferentDeviceIdentifiers=true to allow different device identifiers devIde |
replaceable model RefrigerantCycleHeatPumpHeating | Buildings.Fluid.HeatPumps.Mo... | Replaceable model for refrigerant cycle of a heat pump in main operation mode | |
replaceable model RefrigerantCycleHeatPumpCooling | Buildings.Fluid.Chillers.Mod... | Replaceable model for refrigerant cycle of a heat pump in reversed operation mode |
Connectors
Type | Name | Description |
---|---|---|
RefrigerantMachineControlBus | sigBus | Signal bus with data for refrigerant models |
output RealOutput | QCon_flow | Heat flow rate from the refrigerant to the condenser medium [W] |
output RealOutput | QEva_flow | Heat flow rate from the evaporator medium to the refrigerant [W] |
output RealOutput | PEle | Routing block that picks the component for electric power consumption [W] |
replaceable model RefrigerantCycleHeatPumpHeating | Replaceable model for refrigerant cycle of a heat pump in main operation mode | |
replaceable model RefrigerantCycleHeatPumpCooling | Replaceable model for refrigerant cycle of a heat pump in reversed operation mode |
Modelica definition
Buildings.Fluid.HeatPumps.ModularReversible.BaseClasses.RefrigerantMachineControlBus
Bus connector for reversible heat pump and chiller model
Information
Bus connector for a refrigerant machine.
Used in the reversbile modular approaches for chiller and heat pump in the models Buildings.Fluid.Chillers.ModularReversible.Modular and Buildings.Fluid.HeatPumps.ModularReversible.Modular.
Extends from Modelica.Icons.SignalBus (Icon for signal bus).
Modelica definition
Buildings.Fluid.HeatPumps.ModularReversible.BaseClasses.PartialReversibleRefrigerantMachine.RefrigerantCycleInertia
Inertia between the refrigerant cycle outputs and the heat exchangers.
Connectors
Type | Name | Description |
---|---|---|
input RealInput | u | Connector of Real input signal |
output RealOutput | y | Connector of Real output signal |
Modelica definition
Buildings.Fluid.HeatPumps.ModularReversible.BaseClasses.RefrigerantCycle.RefrigerantCycleHeatPumpHeating
Replaceable model for refrigerant cycle of a heat pump in main operation mode
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 | true | =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.BaseClasses.RefrigerantCycle.RefrigerantCycleHeatPumpCooling
Replaceable model for refrigerant cycle of a heat pump in reversed operation mode
Parameters
Type | Name | Default | Description |
---|---|---|---|
String | devIde | "NoCooling" | Indicates the data source, used to warn users about different vapor compression devices in reversible models |
Boolean | useInChi | true | =false to indicate that this model is used as a heat pump |
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 | QCoo_flow_nominal | 0 | Nominal cooling 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] |