modelModular

Example for modular reversible chiller

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

Example that simulates a chiller based on the modular reversible approach. The chiller control signal is the compressor speed ySet and the mode coo.

As the model contains internal safety controls, the compressor set speed ySet and actually applied speed yMea are plotted to show the influence of the safety control.

The example further demonstrates how to redeclare the replaceable options in the model approach AixLib.Fluid.Chillers.ModularReversible.Modular.

Components

TypeNameDefaultDescription
AixLib.Fluid.Chillers.ModularReversible.ModularchiModular reversible chiller instance
AixLib.Fluid.Sources.MassFlowSource_TsouConCondenser source
AixLib.Fluid.Sources.MassFlowSource_TsouEvaEvaporator source
AixLib.Fluid.Sources.Boundary_pTsinConCondenser sink
AixLib.Fluid.Sources.Boundary_pTsinEvaEvaporator sink
Modelica.Blocks.Sources.SawToothySetCompressor control signal
Modelica.Blocks.Sources.RampTConInCondenser inlet temperature
Modelica.Blocks.Sources.RampTEvaInEvaporator inlet temperature
Modelica.Blocks.Sources.BooleanStepchiCooChilling mode on

Contents

NameDescription
MediumConMedium model for condenser
MediumEvaMedium model for evaporator

Revisions

  • October 2, 2022 by Fabian Wuellhorst:
    First implementation (see issue #1576)