modelScrollWaterToWater_VariableSpeed
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.
With constant inlet source and load water temperatures, the compressor frequency is increased linearly to its full load value.
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.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 flow rate | |
| Modelica.Blocks.Sources.RealExpression | mSou | Source side mass flwo rate | |
| Buildings.Fluid.HeatPumps.ScrollWaterToWater | heaPum | Scroll water to water heat pump | |
| Modelica.Blocks.Sources.Ramp | N | Heat pump control signal | |
| Modelica.Blocks.Sources.Constant | TLoa | Load side fluid temperature | |
| Modelica.Blocks.Sources.Constant | TSou | 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. -
November 11, 2016, by Massimo Cimmino:
First implementation.