
blockFreezeProtectionMixedAir
Freeze protection based on mixed air temperature
Information
Block that tracks the mixed air temperature TMix
using a PI controller and outputs
a freeze protection control signal yFrePro and
its inverse yFreProInv.
Parameters
| Type | Name | Default | Description |
| Buildings.Controls.OBC.CDL.Types.SimpleController | controllerType | Buildings.Controls.OBC.CDL.Types.SimpleController.PI | Type of controller |
| Real | k | 0.1 | Gain |
| Real | Ti | 120 | Time constant of integrator block |
| Real | Td | 0.1 | Time constant of derivative block |
| Real | TFreSet | 279.15 | Lower limit for mixed air temperature for freeze protection |
Revisions
-
November 2, 2017, by Milica Grahovac:
First implementation.