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 |
---|---|
HeatPumps | Base record for calibrated heat pump models |
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
Type | Name | Default | Description |
---|---|---|---|
Compressor | |||
Efficiency | etaEle | Electro-mechanical efficiency of the compressor [1] | |
Power | PLos | Constant part of the compressor power losses [W] | |
Evaporator | |||
TemperatureDifference | dTSup | Superheating at compressor suction [K] | |
ThermalConductance | UAEva | Thermal conductance of evaporator between water and refrigerant [W/K] | |
Condenser | |||
ThermalConductance | UACon | 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;