Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D

Package with two-dimensional data

Information

This package contains data records for heat pump data with two-dimensional tables.

Extends from Modelica.Icons.MaterialPropertiesPackage (Icon for package containing property classes).

Package Content

Name Description
Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D.Generic Generic Partial two-dimensional data of refrigerant machines
Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D.GenericAirToWater GenericAirToWater Partial record for air-to-water heat pump devices
Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D.GenericHeatPump GenericHeatPump Partial heat pump data
Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D.EN14511 EN14511 Package for EN15411 data records

Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D.Generic Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D.Generic

Partial two-dimensional data of refrigerant machines

Information

Overview

Base data definition used in the heat pump model. It defines the table for tab_PEle which gives the electric power consumption of the heat pump or chiller. Information on heat flow rates are in the corresponding records for heat pumps and chillers, as it is the condenser and evaporator heat flow rate, respectively.

Both tables define the power values depending on the ambient side temperature (defined in first row, in K) and the useful side temperature (defined in first column, in K) in W.

Depending on the type of the device, either inlet or outlet conditions are used. This feature could be required for air-air devices. Here, the room temperature (inlet) and outdoor air temperature (inlet) are used. For air-to-water devices, the outdoor air temperature (inlet) and the supply water temperature (outlet) are used instead. When adding new data, be sure to check if the datasheet uses inlet or outlet conditions. Also, be sure to check if the data is for wet- or dry-bulb temperatures. The measured temperatures of the modular approach are taken directly from the fluid ports and are, thus, always dry bulb.

The nominal mass flow rates in the condenser and evaporator are also defined as parameters. If nominal pressure curves are provided in the datasheets, be sure to match the two parameters. Aside from that, the nominal mass flow rates are compared to the values specified by the user. If the deviation is too great, a warning indicates a possible mismatch of system mass flow rate and table data.

The string devIde ensures that if data for heating and cooling are required, matching records will be used. This parameter is mainly to avoid manual input errors.

Where to get the data?

Manufacturers often provide table data for heating or cooling capacity and electrical power consumption, e.g. based on EN 14511. While the usual datasheets only contain some nominal points, the documents for installers and planners are often more specific. Keywords for a search should be technical guide, planning handbook, or similar, together with the manufacturer and possibly the device id.

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 Modelica.Icons.Record (Icon for records).

Contents

TypeNameDefaultDescription
RealtabPEle[:, :] Electrical power consumption table, T in K, Q_flow in W
MassFlowRatemCon_flow_nominal Nominal mass flow rate in condenser [kg/s]
MassFlowRatemEva_flow_nominal Nominal mass flow rate in evaporator [kg/s]
PressureDifferencedpCon_nominal Nominal pressure drop in condenser [Pa]
PressureDifferencedpEva_nominal Nominal pressure drop in evaporator [Pa]
StringdevIde Name of the device
Booleanuse_TEvaOutForTab =true to use evaporator outlet temperature for table data, false for inlet
Booleanuse_TConOutForTab =true to use condenser outlet temperature for table data, false for inlet

Modelica definition

record Generic "Partial two-dimensional data of refrigerant machines" extends Modelica.Icons.Record; parameter Real tabPEle[:,:] "Electrical power consumption table, T in K, Q_flow in W"; parameter Modelica.Units.SI.MassFlowRate mCon_flow_nominal "Nominal mass flow rate in condenser"; parameter Modelica.Units.SI.MassFlowRate mEva_flow_nominal "Nominal mass flow rate in evaporator"; parameter Modelica.Units.SI.PressureDifference dpCon_nominal(displayUnit="Pa") "Nominal pressure drop in condenser"; parameter Modelica.Units.SI.PressureDifference dpEva_nominal(displayUnit="Pa") "Nominal pressure drop in evaporator"; parameter String devIde "Name of the device"; parameter Boolean use_TEvaOutForTab "=true to use evaporator outlet temperature for table data, false for inlet"; parameter Boolean use_TConOutForTab "=true to use condenser outlet temperature for table data, false for inlet"; end Generic;

Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D.GenericAirToWater Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D.GenericAirToWater

Partial record for air-to-water heat pump devices

Information

This record allows specific selection using choicesAllMatching for air-to-water heat pumps only in models such as Buildings.Fluid.HeatPumps.ModularReversible.AirToWaterTableData2D.

Extends from GenericHeatPump (Partial heat pump data).

Contents

TypeNameDefaultDescription
RealtabPEle[:, :] Electrical power consumption table, T in K, Q_flow in W
MassFlowRatemCon_flow_nominal Nominal mass flow rate in condenser [kg/s]
MassFlowRatemEva_flow_nominal Nominal mass flow rate in evaporator [kg/s]
PressureDifferencedpCon_nominal Nominal pressure drop in condenser [Pa]
PressureDifferencedpEva_nominal Nominal pressure drop in evaporator [Pa]
StringdevIde Name of the device
Booleanuse_TEvaOutForTab =true to use evaporator outlet temperature for table data, false for inlet
Booleanuse_TConOutForTab =true to use condenser outlet temperature for table data, false for inlet
RealtabQCon_flow[:, :] Heating output table, T in K, Q_flow in W
RealtabUppBou[:, 2] Points to define upper boundary for sink temperature
Booleanuse_TEvaOutForOpeEnvfalse=true to use evaporator outlet temperature for operational envelope, false for inlet
Booleanuse_TConOutForOpeEnvtrue=true to use condenser outlet temperature for operational envelope, false for inlet

Modelica definition

record GenericAirToWater "Partial record for air-to-water heat pump devices" extends GenericHeatPump; end GenericAirToWater;

Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D.GenericHeatPump Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D.GenericHeatPump

Partial heat pump data

Information

Overview

Base data definition used in the heat pump model.

This record extends Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.TableData2DData.RefrigerantCycle2DBaseDataDefinition to enable correct selection.

It adds the table data for upper temperature limits to the partial record, which is the operational envelope of the compressor.

Extends from Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D.Generic (Partial two-dimensional data of refrigerant machines).

Contents

TypeNameDefaultDescription
RealtabPEle[:, :] Electrical power consumption table, T in K, Q_flow in W
MassFlowRatemCon_flow_nominal Nominal mass flow rate in condenser [kg/s]
MassFlowRatemEva_flow_nominal Nominal mass flow rate in evaporator [kg/s]
PressureDifferencedpCon_nominal Nominal pressure drop in condenser [Pa]
PressureDifferencedpEva_nominal Nominal pressure drop in evaporator [Pa]
StringdevIde Name of the device
Booleanuse_TEvaOutForTab =true to use evaporator outlet temperature for table data, false for inlet
Booleanuse_TConOutForTab =true to use condenser outlet temperature for table data, false for inlet
RealtabQCon_flow[:, :] Heating output table, T in K, Q_flow in W
RealtabUppBou[:, 2] Points to define upper boundary for sink temperature
Booleanuse_TEvaOutForOpeEnvfalse=true to use evaporator outlet temperature for operational envelope, false for inlet
Booleanuse_TConOutForOpeEnvtrue=true to use condenser outlet temperature for operational envelope, false for inlet

Modelica definition

record GenericHeatPump "Partial heat pump data" extends Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D.Generic; parameter Real tabQCon_flow[:,:] "Heating output table, T in K, Q_flow in W"; parameter Real tabUppBou[:,2] "Points to define upper boundary for sink temperature"; parameter Boolean use_TEvaOutForOpeEnv=false "=true to use evaporator outlet temperature for operational envelope, false for inlet"; parameter Boolean use_TConOutForOpeEnv=true "=true to use condenser outlet temperature for operational envelope, false for inlet"; end GenericHeatPump;