modelControlerHeatRecovery

controler for heat recovery system with fixed efficiency

Information

This model implements a control strategy for the heat recovery system. It switches between heating and cooling mode depending on the outdoor air temperature and exhaust air temperature. The output is the bypass opening value between zero (closed) and and one (fully opened).

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.TemperatureDifferencedT_minminimum temperature difference for which the hrs is switched off

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputTAirInEtatemperature of incoming exhaust air
Modelica.Blocks.Interfaces.RealInputTAirInOdatemperature of incoming otudoor air
Modelica.Blocks.Interfaces.RealInputTSetSet temperature of supply air. Is used to limit heat recovery.
Modelica.Blocks.Interfaces.RealOutputbypOpeopening of bypass (1: fully open, 0: fully closed)
Modelica.Blocks.Interfaces.RealInputTAirOutmeasured outlet temperature
Modelica.Blocks.Interfaces.RealInputdTFantemperature increase over fan

Components

TypeNameDefaultDescription
Controls.Continuous.LimPIDconPID
Controls.Continuous.LimPIDconPID1

Revisions

  • February, 2025 by Martin Kremer:
    Implemented.