modelReciprocatingWaterToWater_Dynamic
Test model for variable speed reciprocating 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.ReciprocatingWaterToWater 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 apparent capacity of the dynamic model is compared to the steady-state model and to the condenser heat transfer rate.
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 |
Components
Contents
| Name | Description |
|---|---|
| Medium model | |
| Medium model |
Revisions
-
May 15, 2019, by Jianjun Hu:
Replaced fluid source. This is for #1072. -
November 14, 2016, by Massimo Cimmino:
First implementation.