Buildings.Fluid.HeatPumps.Data.BaseClasses

Base classes for package Data

Information

This package contains the common parameters that are used to specify the heat pump models in Buildings.Fluid.HeatPumps.

Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).

Package Content

Name Description
Buildings.Fluid.HeatPumps.Data.BaseClasses.HeatPumps HeatPumps Base record for calibrated heat pump models

Buildings.Fluid.HeatPumps.Data.BaseClasses.HeatPumps Buildings.Fluid.HeatPumps.Data.BaseClasses.HeatPumps

Base record for calibrated heat pump models

Information

This is the base record for heat pump models.

Extends from Modelica.Icons.Record (Icon for records).

Parameters

TypeNameDefaultDescription
Compressor
EfficiencyetaEle Electro-mechanical efficiency of the compressor [1]
PowerPLos Constant part of the compressor power losses [W]
Evaporator
TemperatureDifferencedTSup Superheating at compressor suction [K]
ThermalConductanceUAEva Thermal conductance of evaporator between water and refrigerant [W/K]
Condenser
ThermalConductanceUACon Thermal conductance of condenser between water and refrigerant [W/K]

Modelica definition

partial record HeatPumps "Base record for calibrated heat pump models" extends Modelica.Icons.Record; parameter Modelica.SIunits.Efficiency etaEle "Electro-mechanical efficiency of the compressor"; parameter Modelica.SIunits.Power PLos(min = 0) "Constant part of the compressor power losses"; parameter Modelica.SIunits.TemperatureDifference dTSup(min = 0) "Superheating at compressor suction"; parameter Modelica.SIunits.ThermalConductance UACon "Thermal conductance of condenser between water and refrigerant"; parameter Modelica.SIunits.ThermalConductance UAEva "Thermal conductance of evaporator between water and refrigerant"; end HeatPumps;