Buildings.Fluid.HeatPumps.Data.EquationFitReversible.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.Data.EquationFitReversible.Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
Package Content
Name | Description |
---|---|
HeatingCoolingData | Record for performance data that are used for heating and cooling separately |
Buildings.Fluid.HeatPumps.Data.EquationFitReversible.BaseClasses.HeatingCoolingData
Record for performance data that are used for heating and cooling separately
Information
Performance data for the heating or cooling mode of the reverse heat pump Buildings.Fluid.HeatPumps.EquationFitReversible.
Parameters
Type | Name | Default | Description |
---|---|---|---|
MassFlowRate | mLoa_flow | Nominal mass flow rate at load heat exchanger side [kg/s] | |
MassFlowRate | mSou_flow | Nominal mass flow rate at source heat exchanger side [kg/s] | |
Nominal conditions at load heat exchanger side | |||
HeatFlowRate | Q_flow | Nominal capacity [W] | |
Power | P | Nominal compressor power [W] | |
Performance coefficients | |||
Real | coeQ[5] | Load ratio coefficients | |
Electrical power performance coefficients | |||
Real | coeP[5] | Power ratio coefficients | |
Reference conditions | |||
Temperature | TRefLoa | Reference temperature used to normalize the load heat exchanger inlet water temperature [K] | |
Temperature | TRefSou | Reference temperature used to normalize the source heat exchanger inlet water temperature [K] |
Modelica definition
record HeatingCoolingData "Record for performance data that are used for heating and cooling separately"
parameter Modelica.Units.SI.HeatFlowRate Q_flow
"Nominal capacity";
parameter Modelica.Units.SI.Power P
"Nominal compressor power";
parameter Modelica.Units.SI.MassFlowRate mLoa_flow
"Nominal mass flow rate at load heat exchanger side";
parameter Modelica.Units.SI.MassFlowRate mSou_flow
"Nominal mass flow rate at source heat exchanger side";
parameter Real coeQ[5]
"Load ratio coefficients";
parameter Real coeP[5]
"Power ratio coefficients";
parameter Modelica.Units.SI.Temperature TRefLoa
"Reference temperature used to normalize the load heat exchanger inlet water temperature";
parameter Modelica.Units.SI.Temperature TRefSou
"Reference temperature used to normalize the source heat exchanger inlet water temperature";
end HeatingCoolingData;