modelScrollWaterToWater_ScalingFactor
Test model for scroll water to water heat pump
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Model that demonstrates the use of the Buildings.Fluid.HeatPumps.ScrollWaterToWater heat pump model. This validation case also tests the stage input to the heat pump models.
With constant inlet source and load water temperatures, the heat pumps cycle on and off. The capacity of the scaled heat pump model is compared to the capacity of the non-scaled heat pump model.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | m1_flow_nominal | 0.47 | Nominal mass flow rate on the condenser side |
| Modelica.Units.SI.MassFlowRate | m2_flow_nominal | 0.47 | Nominal mass flow rate on the evaporator side |
| Modelica.Units.SI.MassFlowRate | flowSource | 0.79 | Mass flow rate on the condenser side |
| Modelica.Units.SI.MassFlowRate | flowLoad | 0.47 | Mass flow rate on the evaporator side |
| Real | scaling_factor | 2.41 | Scaling factor for heat pump capacity |
Components
Contents
| Name | Description |
|---|---|
| Medium model | |
| Medium model |
Revisions
-
May 15, 2019, by Jianjun Hu:
Replaced fluid source. This is for #1072. -
December 5, 2016, by Massimo Cimmino:
First implementation.