modelWSEControl

Control unit for WSE

Information

This component decides if the WSE is set to on or off. The WSE is enabled when

  1. The WSE has been disabled for at least 20 minutes, and
  2. TWSE_CHWST > 0.9 TWetBul + TTowApp + TWSEApp

The WSE is disabled when

  1. The WSE has been enabled for at least 20 minutes, and
  2. TWSE_CHWRT < 1 + TWSE_CWST

where TWSE_CHWST is the chilled water supply temperature for the WSE, TWetBul is the wet bulb temperature, TTowApp is the cooling tower approach, TWSEApp is the approach for the WSE, TWSE_CHWRT is the chilled water return temperature for the WSE, and TWSE_CWST is the condenser water return temperature for the WSE.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.TemperatureDifferencedTOff1Temperature difference to switch WSE off
Modelica.Units.SI.TemperatureDifferencedTW1Temperature difference that is added to WSE on guard

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputwseCHWSTWSE chilled water supply temperature (water entering WSE)
Modelica.Blocks.Interfaces.RealOutputy2Control signal for chiller shutoff valve
Modelica.Blocks.Interfaces.RealInputTWetBulWet bulb temperature
Modelica.Blocks.Interfaces.RealInputtowTAppCooling tower approach
Modelica.Blocks.Interfaces.RealInputwseCWSTWSE condenser water supply temperature (water entering WSE)
Modelica.Blocks.Interfaces.RealOutputy1Control signal for WSE shutoff valve

Components

TypeNameDefaultDescription
Modelica.Blocks.Math.BooleanToRealbooToRea2
Modelica.StateGraph.InitialStepWithSignaloff
Modelica.StateGraph.TransitionT1
Modelica.StateGraph.Stepon
Modelica.StateGraph.TransitionT2
Modelica.Blocks.Math.BooleanToRealbooToRea1
Modelica.StateGraph.StateGraphRootstateGraphRootRoot of the state graph

Revisions

  • April 6, 2016, by Michael Wetter:
    Replaced Modelica_StateGraph2 with Modelica.StateGraph. This is for issue 504.
  • April 1, 2013, by Wangda Zuo:
    Added final attribute to initial state declaration. This is required for a successful model check in Dymola 2014 using the pedantic check.
  • September 12, 2011, by Wangda Zuo:
    Deleted the first order continuous block and changed the model to use SI units.
  • July 20, 2011, by Wangda Zuo:
    Added comments, redefined variables names, and merged to library.
  • January 18, 2011, by Wangda Zuo:
    First implementation.