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
| Type | Name | Default | Description |
|---|---|---|---|
| .AixLib.Obsolete.Year2019.Fluid.HeatPumps.HeatPumpDetailed | heatPump | Detailed heat pump mainly based on manufacturing data | |
| 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 | |
| Modelica.Blocks.Sources.Ramp | TsuSourceRamp | Ramp signal for the temperature input of the source side's ideal mass flow source | |
| AixLib.Fluid.Sensors.TemperatureTwoPort | senTAct | Temperature at sink inlet | |
| Modelica.Blocks.Logical.Hysteresis | hys | ||
| Modelica.Blocks.Sources.Sine | sine | ||
| AixLib.Obsolete.Year2024.Fluid.Movers.SpeedControlled_Nrpm | pumSou | Fan or pump at source side of HP | |
| AixLib.Fluid.MixingVolumes.MixingVolume | Room | Volume of Condenser | |
| Modelica.Blocks.Sources.Constant | nIn | ||
| Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow | heatFlowRateCon | Heat flow rate of the condenser | |
| Modelica.Blocks.Math.Gain | gain | ||
| Modelica.Blocks.Logical.Not | not2 | Negate output of hysteresis | |
| AixLib.Fluid.Sources.Boundary_pT | sinkSideFixedBoundary | Fixed boundary at the outlet of the sink side |
Contents
| Name | Description |
|---|---|
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.