Buildings.Fluid.HeatPumps.Data.EquationFitReversible
Package with model parameters for reverse heat pumps using the equation fit model
Information
Package with performance data for reverse water to water heat pump model Buildings.Fluid.HeatPumps.EquationFitReversible.
Extends from Modelica.Icons.MaterialPropertiesPackage (Icon for package containing property classes).
Package Content
Name | Description |
---|---|
EnergyPlus | Data record for reverse heat pump used in EnergyPlus example file |
Generic | Generic data record for reverse water to water heat pump implementing the equation fit method |
Trane_Axiom_EXW240 | Reverse heat pump Trane Axiom EXW240 |
Buildings.Fluid.HeatPumps.Data.EquationFitReversible.EnergyPlus
Data record for reverse heat pump used in EnergyPlus example file
Information
This data corresponds to the EnergyPlus example file GSHPSimple-GLHE.idf
from EnergyPlus 9.1, with a nominal cooling capacity of 39890 Watts and
nominal heating capacity of 39040 Watt.
Extends from Buildings.Fluid.HeatPumps.Data.EquationFitReversible.Generic (Generic data record for reverse water to water heat pump implementing the equation fit method).
Parameters
Type | Name | Default | Description |
---|---|---|---|
PressureDifference | dpHeaLoa_nominal | 30000 | Nominal pressure drop at load heat exchanger side at hea.mLoa_flow [Pa] |
PressureDifference | dpHeaSou_nominal | 30000 | Nominal pressure drop at load heat exchanger side at hea.mSou_flow [Pa] |
Modelica definition
Buildings.Fluid.HeatPumps.Data.EquationFitReversible.Generic
Generic data record for reverse water to water heat pump implementing the equation fit method
Information
This record is used as a template for performance data for the heat pump model Buildings.Fluid.HeatPumps.EquationFitReversible.
Extends from Modelica.Icons.Record (Icon for records).
Parameters
Type | Name | Default | Description |
---|---|---|---|
HeatingCoolingData | hea | Performance data for heating mode | |
HeatingCoolingData | coo | coo(mLoa_flow=hea.mLoa_flow,... | Performance data for cooling mode (set coo.P = 0 to disable operation in cooling mode) |
PressureDifference | dpHeaLoa_nominal | 30000 | Nominal pressure drop at load heat exchanger side at hea.mLoa_flow [Pa] |
PressureDifference | dpHeaSou_nominal | 30000 | Nominal pressure drop at load heat exchanger side at hea.mSou_flow [Pa] |
Modelica definition
Buildings.Fluid.HeatPumps.Data.EquationFitReversible.Trane_Axiom_EXW240
Reverse heat pump Trane Axiom EXW240
Information
Performance data for reverse heat pump model. This data corresponds to the following https://www.trane.com/wshp.pdf catalog data.
Trane EXW 70kW/4.11COP, !- Name 77000, !- Reference Heating Capacity {W} 55680, !- Reference Cooling Capacity {W} 4.10, !- Reference COP {W/W} 13.5, !- Refrence EER{BTUh/W} 0.0018, !- Reference Evaporator Water Flow Rate {m3/s} 0.0018, !- Reference Condenser Water Flow Rate {m3/s}
Extends from Buildings.Fluid.HeatPumps.Data.EquationFitReversible.Generic (Generic data record for reverse water to water heat pump implementing the equation fit method).
Parameters
Type | Name | Default | Description |
---|---|---|---|
PressureDifference | dpHeaLoa_nominal | 32460 | Nominal pressure drop at load heat exchanger side at hea.mLoa_flow [Pa] |
PressureDifference | dpHeaSou_nominal | 33530 | Nominal pressure drop at load heat exchanger side at hea.mSou_flow [Pa] |
Modelica definition
Buildings.Fluid.HeatPumps.Data.EquationFitReversible.Generic.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] |