modelChiller
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
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.Fluid.Sources.MassFlowSource_T | sinkSideMassFlowSource | Ideal mass flow source at the inlet of the sink side | |
| AixLib.Fluid.Sources.Boundary_pT | sinkSideFixedBoundary | Fixed boundary at the outlet of the sink side | |
| Modelica.Blocks.Sources.Ramp | TsuSinkRamp | Ramp signal for the temperature input of the sink side's ideal mass flow source | |
| AixLib.Obsolete.Year2024.Fluid.Chillers.Chiller | chiller | ||
| AixLib.Fluid.Sensors.TemperatureTwoPort | senTAct | Temperature at source outlet | |
| Modelica.Blocks.Sources.Sine | sine | ||
| AixLib.Fluid.Movers.SpeedControlled_y | 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 | heatFlowRateEva | Heat flow rate of the evaporator | |
| Modelica.Blocks.Math.Gain | gain | ||
| AixLib.Fluid.Sources.Boundary_pT | sourceSideFixedBoundary | Fixed boundary at the outlet of the source side | |
| Modelica.Blocks.Sources.Constant | iceFac | Fixed value for icing factor. 1 means no icing/frosting (full heat transfer in heat exchanger) | |
| Modelica.Blocks.Math.BooleanToReal | booleanToReal | ||
| Modelica.Blocks.Logical.Hysteresis | hysCooling | ||
| Modelica.Blocks.Sources.BooleanStep | booleanStep | ||
| Modelica.Blocks.Logical.Not | not2 | Negate output of hysteresis | |
| Modelica.Blocks.Logical.Hysteresis | hysHeating | ||
| Modelica.Blocks.Logical.LogicalSwitch | logicalSwitch |
Contents
| Name | Description |
|---|---|
Revisions
-
May 22, 2019 by Julian Matthes:
First implementation (see issue #715)