modelHeatPumpDetailed

Example for the detailed heat pump model in order to compare to simple 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 HeatPumpDetailed 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.

Besides using the default simple table data, the user should also test tabulated data from AixLib.Obsolete.Year2024.DataBase.HeatPump or polynomial functions.

Components

TypeNameDefaultDescription
.AixLib.Obsolete.Year2019.Fluid.HeatPumps.HeatPumpDetailedheatPumpDetailed heat pump mainly based on manufacturing data
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
Modelica.Blocks.Sources.RampTsuSourceRampRamp signal for the temperature input of the source side's ideal mass flow source
AixLib.Fluid.Sensors.TemperatureTwoPortsenTActTemperature at sink inlet
Modelica.Blocks.Logical.Hysteresishys
Modelica.Blocks.Sources.Sinesine
AixLib.Obsolete.Year2024.Fluid.Movers.SpeedControlled_NrpmpumSouFan or pump at source side of HP
AixLib.Fluid.MixingVolumes.MixingVolumeRoomVolume of Condenser
Modelica.Blocks.Sources.ConstantnIn
Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlowheatFlowRateConHeat flow rate of the condenser
Modelica.Blocks.Math.Gaingain
Modelica.Blocks.Logical.Notnot2Negate output of hysteresis
AixLib.Fluid.Sources.Boundary_pTsinkSideFixedBoundaryFixed boundary at the outlet of the sink side

Contents

NameDescription
Medium_sin
Medium_sou

Revisions

  • May 19, 2017, by Mirko Engelpracht:
    Added missing documentation (see issue 391).
  • October 17, 2016, by Philipp Mehrfeld:
    Implemented especially for comparison to simple heat pump model.