modelEquationFitReversible_ScalingFactor
Test model for scaling up the reversible heat pump
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Model that demonstrates the use of the Buildings.Fluid.HeatPumps.EquationFitReversible heat pump model. This validation case also tests scaling the heat pump model.
The capacity, pressure drop and coefficient of performance of the scaled heat pump model are compared to the values of the non-scaled model.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Data.EquationFitReversible.Trane_Axiom_EXW240 | per | Reverse heat pump performance data | |
| Modelica.Units.SI.MassFlowRate | mSou_flow_nominal | per.hea.mSou_flow | Source heat exchanger nominal mass flow rate |
| Modelica.Units.SI.MassFlowRate | mLoa_flow_nominal | per.hea.mLoa_flow | Load heat exchanger nominal mass flow rate |
| Real | scaling_factor | 2 | Scaling factor for heat pump capacity |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Sources.Boundary_pT | sin2 | Source side sink | |
| Buildings.Fluid.Sources.Boundary_pT | sin1 | Load side sink | |
| Modelica.Fluid.Sources.MassFlowSource_T | loa | Load side flow source | |
| Modelica.Fluid.Sources.MassFlowSource_T | sou | Source side flow source | |
| EquationFitReversible | heaPum | Equation fit reverse heat pump | |
| EquationFitReversible | heaPum1 | Scaled equation fit reverse heat pump | |
| Modelica.Fluid.Sources.MassFlowSource_T | loa1 | Load side flow source | |
| Modelica.Fluid.Sources.MassFlowSource_T | sou1 | Source side flow source | |
| Modelica.Blocks.Sources.Constant | TLoa | Load side fluid temperature | |
| Modelica.Blocks.Sources.Constant | TSou | Source side fluid temperature | |
| Modelica.Blocks.Sources.RealExpression | capErr | Apparent capacity of the heat pump | |
| Modelica.Blocks.Sources.RealExpression | mLoa | Load side mass flwo rate | |
| Modelica.Blocks.Sources.RealExpression | mSou | Source side mass flow rate | |
| Modelica.Blocks.Math.RealToInteger | reaToInt | Real to integer conversion | |
| Controls.OBC.CDL.Reals.Sources.Ramp | TLoaEntHea | Load side entering water temperature in heating mode | |
| Modelica.Blocks.Sources.Pulse | uMod | Heat pump signal to operate in heating mode | |
| Modelica.Blocks.Sources.RealExpression | mSou1 | Source side mass flow rate | |
| Modelica.Blocks.Sources.RealExpression | mLoa1 | Load side mass flwo rate |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
September 20, 2019, by Hagar Elarga:
First implementation.