modelChiller

Example for the reversible chiller model.

Extends from Modelica.Icons.Example (Icon for runnable examples), AixLib.Obsolete.BaseClasses.ObsoleteModel (Icon for classes that are obsolete and will be removed in later versions).

Information

Deprecation Warning

This model is deprecated, switch to the ModularReversible approach. Read https://github.com/RWTH-EBC/AixLib/wiki/Switch-from-model-HeatPump-to-ModularReversible for further information.

Overview

Simple test set-up for the reversible chiller model. The chiller is turned on and off while the source temperature increases linearly. Outputs are the electric power consumption of the chiller and the supply temperature.

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

Components

TypeNameDefaultDescription
AixLib.Fluid.Sources.MassFlowSource_TsinkSideMassFlowSourceIdeal mass flow source at the inlet of the sink side
AixLib.Fluid.Sources.Boundary_pTsinkSideFixedBoundaryFixed boundary at the outlet of the sink side
Modelica.Blocks.Sources.RampTsuSinkRampRamp signal for the temperature input of the sink side's ideal mass flow source
AixLib.Obsolete.Year2024.Fluid.Chillers.Chillerchiller
AixLib.Fluid.Sensors.TemperatureTwoPortsenTActTemperature at source outlet
Modelica.Blocks.Sources.Sinesine
AixLib.Fluid.Movers.SpeedControlled_ypumSouFan or pump at source side of HP
AixLib.Fluid.MixingVolumes.MixingVolumeRoomVolume of Condenser
Modelica.Blocks.Sources.ConstantnIn
Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlowheatFlowRateEvaHeat flow rate of the evaporator
Modelica.Blocks.Math.Gaingain
AixLib.Fluid.Sources.Boundary_pTsourceSideFixedBoundaryFixed boundary at the outlet of the source side
Modelica.Blocks.Sources.ConstanticeFacFixed value for icing factor. 1 means no icing/frosting (full heat transfer in heat exchanger)
Modelica.Blocks.Math.BooleanToRealbooleanToReal
Modelica.Blocks.Logical.HysteresishysCooling
Modelica.Blocks.Sources.BooleanStepbooleanStep
Modelica.Blocks.Logical.Notnot2Negate output of hysteresis
Modelica.Blocks.Logical.HysteresishysHeating
Modelica.Blocks.Logical.LogicalSwitchlogicalSwitch

Contents

NameDescription
Medium_sin
Medium_sou

Revisions

  • May 22, 2019  by Julian Matthes:
    First implementation (see issue #715)