modelMappingWithoutWSE
Validate sequence of specifying equipment setpoint based on head pressure control loop output
Information
This example validates Buildings.Controls.OBC.ASHRAE.G36.Plants.Chillers.HeadPressure.Subsequences.MappingWithoutWSE. It demonstrates the setpoints control based on the output from the head pressure control loop.
The instances fixPumSpe and varPumSpe show
the control of the plants with the fixed speed condenser water pump
and the variable speed condenser water pump, respectively.
-
In instance
fixPumSpe, the condenser water pump speed is fixed.-
When the loop signal
uHeaPreConchanges from 0 to 50%, the maximum cooling tower speed setpointyMaxTowSpeSetresets from 100% to the minimum speedminTowSpe(0.1). -
When the loop signal
uHeaPreConchanges from 50% to 100%, the head pressure control valve setpointyHeaPreConValresets from 100% to the minimum positionminHeaPreValPos(0.1).
-
When the loop signal
-
In instance
varPumSpe, the condenser water pump speed is variable.-
When the loop signal
uHeaPreConchanges from 0 to 50%, the maximum cooling tower speed setpointyMaxTowSpeSetresets from 100% to the minimum speedminTowSpe(0.1). -
When the loop signal
uHeaPreConchanges from 50% to 100%, the condenser water pump speed setpointyConWatPumSpeSetresets from the design condenser water pump speeddesConWatPumSpeto the minimum speedminConWatPumSpe(0.1).
-
When the loop signal
- For both instances, when the head pressure control loop becomes disabled, the head pressure control valve is fully closed; the maximum tower speed setpoint and the condenser water pump speed setpoints become 0.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.ASHRAE.G36.Plants.Chillers.HeadPressure.Subsequences.MappingWithoutWSE | fixPumSpe | Specify setpoints for plant with constant speed condenser water pumps | |
| Buildings.Controls.OBC.ASHRAE.G36.Plants.Chillers.HeadPressure.Subsequences.MappingWithoutWSE | varPumSpe | Specify setpoints for plant with constant speed condenser water pumps |
Revisions
-
April 1, 2019, by Jianjun Hu:
First implementation.