modelPartialWaterToWater
Partial model for calibration of water to water heat pumps
Information
Base class for the calibration of water to water heat pump models.
Source and load temperatures and flow rates are read from an external time table.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | m1_flow_nominal | Nominal mass flow rate on condenser side | |
| Modelica.Units.SI.MassFlowRate | m2_flow_nominal | Nominal mass flow rate on evaporator side | |
| Modelica.Units.SI.Pressure | dp1_nominal | 1000 | Pressure drop at nominal mass flow rate on condenser side |
| Modelica.Units.SI.Pressure | dp2_nominal | 1000 | Pressure drop at nominal mass flow rate on evaporator side |
| Modelica.Units.SI.ThermalConductance | UACon | Thermal conductance of condenser | |
| Modelica.Units.SI.ThermalConductance | UAEva | Thermal conductance of evaporator |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.CombiTimeTable | calDat | ||
| Modelica.Blocks.Routing.DeMultiplex4 | splDat | De-multiplex | |
| Buildings.Fluid.Sources.Boundary_pT | sin2 | Boundary condition | |
| Modelica.Fluid.Sources.MassFlowSource_T | Sou | Mass flow source | |
| Buildings.Fluid.Sources.Boundary_pT | sin1 | Pressure boundary condition | |
| Modelica.Fluid.Sources.MassFlowSource_T | loa | Mass flow source | |
| Buildings.Fluid.HeatPumps.BaseClasses.PartialWaterToWater | heaPum | ||
| Modelica.Blocks.Sources.IntegerConstant | isOn | Control signal |
Contents
| Name | Description |
|---|---|
| Medium model at the condenser side | |
| Medium model at the evaporator side | |
| Refrigerant model |
Revisions
-
May 15, 2019, by Jianjun Hu:
Replaced fluid source. This is for #1072. -
October 31, 2016, by Massimo Cimmino:
First implementation.