
blockCoolingCoil
Controller for cooling coil valve
Information
This block outputs the cooling coil control signal if the fan is on and the zone is
in cooling status (see
Buildings.Controls.OBC.ASHRAE.G36.Types.ZoneStates).
Otherwise, the control signal for the coil is set to 0.
The implementation is according to the Section 5.18.5.3 of ASHRAE Guideline 36, May 2020.
Parameters
| Type | Name | Default | Description |
| Cooling coil loop signal |
| Buildings.Controls.OBC.CDL.Types.SimpleController | controllerTypeCooCoi | Buildings.Controls.OBC.CDL.Types.SimpleController.PI | Type of controller |
| Real | kCooCoi | 0.1 | Gain for cooling coil control loop signal |
| Real | TiCooCoi | 900 | Time constant of integrator block for cooling coil control loop signal |
| Real | TdCooCoi | 0.1 | Time constant of derivative block for cooling coil control loop signal |
Revisions
-
August 1, 2020, by Jianjun Hu:
First implementation based on G36 official version.