modelControlerCooler

Controler for cooler

Information

This model implements a control strategy for the cooler. It controls the oultet temperature as set value for the cooler itself. If acitve dehumidification is implemented, it chooses between the minimum temperature as needed for sensible cooling and sub-cooling.

Parameters

TypeNameDefaultDescription
BooleanactiveDehumidifyingfalsetrue if active dehumidifying is done in cooler

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputxSupSetmax. set value for absolute humidity of supply air
Modelica.Blocks.Interfaces.RealInputTsupSetset value for temperature at supply air outlet
Modelica.Blocks.Interfaces.RealInputXInmeasured value for absolute humidity at cooler inlet
Modelica.Blocks.Interfaces.RealOutputTcoolerSetConnector of Real output signal

Components

TypeNameDefaultDescription
Modelica.Blocks.Routing.RealPassThroughrealPassThrough
Modelica.Blocks.Math.Minmin_X
Utilities.Psychrometrics.pW_XpWat
Utilities.Psychrometrics.TDewPoi_pWdewPoi
Modelica.Blocks.Logical.Greatergreater
Modelica.Blocks.Logical.Switchswitch1

Revisions

  • February, 2025 by Martin Kremer:
    Implemented.