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

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealOutputPelPower consumption of the heat pump
Modelica.Blocks.Interfaces.RealOutputT_Co_outTemperature at the outlet of the sink side of the heat pump

Components

TypeNameDefaultDescription
Modelica.Blocks.Sources.BooleanPulsebooleanPulsePulse signal for the on/off input of the heat pump
AixLib.Fluid.Sources.MassFlowSource_TsourceSideMassFlowSourceIdeal mass flow source at the inlet of the source side
AixLib.Fluid.Sources.Boundary_pTsourceSideFixedBoundaryFixed boundary at the outlet of the source side
AixLib.Fluid.Sources.Boundary_pTsinkSideFixedBoundaryFixed boundary at the outlet of the sink side
AixLib.Fluid.Sources.MassFlowSource_TsinkSideMassFlowSourceIdeal mass flow source at the inlet of the sink side
Modelica.Blocks.Sources.RampTsuSourceRampRamp signal for the temperature input of the source side's ideal mass flow source
Modelica.Blocks.Sources.PulsemassFlowPulsePulse signal for the mass flow input of the sink side's ideal mass flow source
AixLib.Fluid.Sensors.TemperatureTwoPorttemperatureTemperature sensor at the outlet of the sink side
AixLib.Obsolete.Year2019.Fluid.HeatPumps.HeatPumpSimpleheatPumpSimple 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.