modelReciprocatingWaterToWater_Static
Test model for static, 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.
The heat pump power, condenser heat transfer rate and evaporator heat transfer rate are calculated for given water temperatures and flow rates on the evaporator and condenser sides.
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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.HeatPumps.ReciprocatingWaterToWater | heaPum | Reciprocating water to water heat pump | |
| 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 | Sourc side flow source | |
| Modelica.Blocks.Sources.RealExpression | mLoa | Load side mass flow rate | |
| Modelica.Blocks.Sources.RealExpression | mSou | Source side mass flow rate | |
| Modelica.Blocks.Sources.Ramp | yLoa | Load side fluid temperature | |
| Modelica.Blocks.Sources.Ramp | ySou | Source side fluid temperature | |
| Modelica.Blocks.Sources.Constant | isOn | Heat pump control signal |
Contents
| Name | Description |
|---|---|
| Medium model | |
| Medium model |
Revisions
-
May 15, 2019, by Jianjun Hu:
Replaced fluid source. This is for #1072. -
October 18, 2016, by Massimo Cimmino:
First implementation.