modelHeatPumpSimple
Example for the simple heat pump model in order to compare to detailed one.
Extends from AixLib.Obsolete.BaseClasses.ObsoleteModel (Icon for classes that are obsolete and will be removed in later versions), Modelica.Icons.Example (Icon for runnable examples).
Information
Overview
Simple test set-up for the HeatPumpSimple model. The heat pump is turned on and off while the source temperature increases linearly. Outputs are the electric power consumption of the heat pump and the supply temperature.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput | Pel | Power consumption of the heat pump | |
| Modelica.Blocks.Interfaces.RealOutput | T_Co_out | Temperature at the outlet of the sink side of the heat pump |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.BooleanPulse | booleanPulse | Pulse signal for the on/off input of the heat pump | |
| AixLib.Fluid.Sources.MassFlowSource_T | sourceSideMassFlowSource | Ideal mass flow source at the inlet of the source side | |
| AixLib.Fluid.Sources.Boundary_pT | sourceSideFixedBoundary | Fixed boundary at the outlet of the source side | |
| AixLib.Fluid.Sources.Boundary_pT | sinkSideFixedBoundary | Fixed boundary at the outlet of the sink side | |
| AixLib.Fluid.Sources.MassFlowSource_T | sinkSideMassFlowSource | Ideal mass flow source at the inlet of the sink side | |
| Modelica.Blocks.Sources.Ramp | TsuSourceRamp | Ramp signal for the temperature input of the source side's ideal mass flow source | |
| Modelica.Blocks.Sources.Pulse | massFlowPulse | Pulse signal for the mass flow input of the sink side's ideal mass flow source | |
| AixLib.Fluid.Sensors.TemperatureTwoPort | temperature | Temperature sensor at the outlet of the sink side | |
| AixLib.Obsolete.Year2019.Fluid.HeatPumps.HeatPumpSimple | heatPump | Simple heat pump based on manufacturing data |
Revisions
- May 19, 2017, by Mirko Engelpracht:
Added missing documentation (see issue 391). - December 10, 2013, by Ole Odendahl:
Formatted documentation appropriately.