modelScrollWaterToWater_Static
Test model for static 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.
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.Sources.Boundary_pT | sin2 | Source side sink | |
| Buildings.Fluid.Sources.Boundary_pT | sin1 | Load side sink | |
| Modelica.Blocks.Sources.Constant | isOn | Heat pump control signal | |
| Modelica.Fluid.Sources.MassFlowSource_T | loa | Load side flow source | |
| Modelica.Fluid.Sources.MassFlowSource_T | sou | Source side flow source | |
| Modelica.Blocks.Sources.RealExpression | mLoa | Load side mass flwo rate | |
| Modelica.Blocks.Sources.RealExpression | mSou | Source side mass flow rate | |
| Buildings.Fluid.HeatPumps.ScrollWaterToWater | heaPum | Scroll water to water heat pump | |
| Modelica.Blocks.Sources.Ramp | yLoa | Load side fluid temperature | |
| Modelica.Blocks.Sources.Ramp | ySou | Source side fluid temperature |
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.