blockChillerSwitch

Control unit for enabling/disabling chiller

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Information

The controls for enabling/disabling chiller are as follows:
  • The chiller is enabled when

    TChi_CHWST > TChiSet + TDeaBan

  • The chiller is disabled when

    TChi_CHWST ≤ TChiSet

where TChi_CHWST is chiller chilled water supply temperature, TChiSet is set temperature for chilled water leaving chiller, and TDeaBan is dead band to prevent short cycling.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.TemperaturedeaBanDead band of temperature to prevent chiller short cycling

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputchiCHWSTChiller chilled water supply temperature (water entering chiller)
Modelica.Blocks.Interfaces.BooleanOutputyControl signal for chiller. 1: Enable, 0: Disable
Modelica.Blocks.Interfaces.RealInputTSetSet temperature of chiller

Components

TypeNameDefaultDescription
Modelica.Blocks.Logical.Hysteresishysteresis
Modelica.Blocks.Math.Addadd

Revisions

  • July 20, 2011, by Wangda Zuo:
    Add comments, change variable names, and merge to library.
  • January 18, 2011, by Wangda Zuo:
    First implementation.