Buildings.Controls.OBC.ASHRAE.G36_PR1.AHUs.MultiZone.VAV
Sequences for multi zone VAV AHU control
Information
This package contains control sequences from ASHRAE Guideline 36, Part 5.N for multi zone VAV air handling unit control.
Package Content
Name | Description |
---|---|
Controller | Multizone AHU controller that composes subsequences for controlling fan speed, dampers, and supply air temperature |
Economizers | Economizer control of multi zone VAV AHU |
SetPoints | Output setpoints for AHU control |
Validation | Collection of validation models |
Buildings.Controls.OBC.ASHRAE.G36_PR1.AHUs.MultiZone.VAV.Controller
Multizone AHU controller that composes subsequences for controlling fan speed, dampers, and supply air temperature
Information
Block that is applied for multizone VAV AHU control. It outputs the supply fan status and the operation speed, outdoor and return air damper position, supply air temperature setpoint and the valve position of the cooling and heating coils. It is implemented according to the ASHRAE Guideline 36, PART 5.N.
The sequence consists of five subsequences.
Supply fan speed control
The fan speed control is implemented according to PART 5.N.1. It outputs
the boolean signal ySupFan
to turn on or off the supply fan.
In addition, based on the pressure reset request uZonPreResReq
from the VAV zones controller, the
sequence resets the duct pressure setpoint, and uses this setpoint
to modulate the fan speed ySupFanSpe
using a PI controller.
See
Buildings.Controls.OBC.ASHRAE.G36_PR1.AHUs.MultiZone.VAV.SetPoints.SupplyFan
for more detailed description.
Minimum outdoor airflow setting
According to current occupany, supply operation status ySupFan
,
zone temperatures and the discharge air temperature, the sequence computes the
minimum outdoor airflow rate setpoint, which is used as input for the economizer control.
More detailed information can be found in
Buildings.Controls.OBC.ASHRAE.G36_PR1.AHUs.MultiZone.VAV.SetPoints.OutdoorAirFlow.
Economizer control
The block outputs outdoor and return air damper position, yOutDamPos
and
yRetDamPos
. First, it computes the position limits to satisfy the minimum
outdoor airflow requirement. Second, it determines the availability of the economizer based
on the outdoor condition. The dampers are modulated to track the supply air temperature
loop signal, which is calculated from the sequence below, subject to the minimum outdoor airflow
requirement and economizer availability. Optionally, there is also an override for freeze protection.
See
Buildings.Controls.OBC.ASHRAE.G36_PR1.AHUs.MultiZone.VAV.Economizers.Controller
for more detailed description.
Supply air temperature setpoint
Based on PART 5.N.2, the sequence first sets the maximum supply air temperature
based on reset requests collected from each zone uZonTemResReq
. The
outdoor temperature TOut
and operation mode uOpeMod
are used
along with the maximum supply air temperature, for computing the supply air temperature
setpoint. See
Buildings.Controls.OBC.ASHRAE.G36_PR1.AHUs.MultiZone.VAV.SetPoints.SupplyTemperature
for more detailed description.
Coil valve control
The subsequence retrieves supply air temperature setpoint from previous sequence. Along with the measured supply air temperature and the supply fan status, it generates coil valve positions. See Buildings.Controls.OBC.ASHRAE.G36_PR1.AHUs.MultiZone.VAV.SetPoints.SupplySignals
Parameters
Type | Name | Default | Description |
---|---|---|---|
Real | samplePeriod | 120 | Sample period of component, set to the same value to the trim and respond sequence [s] |
System and building parameters | |||
Boolean | have_perZonRehBox | true | Check if there is any VAV-reheat boxes on perimeter zones |
Boolean | have_duaDucBox | false | Check if the AHU serves dual duct boxes |
Boolean | have_airFloMeaSta | false | Check if the AHU has AFMS (Airflow measurement station) |
Economizer PID controller | |||
SimpleController | controllerTypeMinOut | Buildings.Controls.OBC.CDL.T... | Type of controller |
Real | kMinOut | 0.05 | Gain of controller for minimum outdoor air intake [1] |
Real | TiMinOut | 1200 | Time constant of controller for minimum outdoor air intake [s] |
Real | TdMinOut | 0.1 | Time constant of derivative block for minimum outdoor air intake [s] |
Economizer freeze protection | |||
Boolean | use_TMix | true | Set to true if mixed air temperature measurement is enabled |
Boolean | use_G36FrePro | false | Set to true to use G36 freeze protection |
SimpleController | controllerTypeFre | Buildings.Controls.OBC.CDL.T... | Type of controller |
Real | kFre | 0.1 | Gain for mixed air temperature tracking for freeze protection, used if use_TMix=true [1/K] |
Real | TiFre | 120 | Time constant of controller for mixed air temperature tracking for freeze protection. Require TiFre < TiMinOut [s] |
Real | TdFre | 0.1 | Time constant of derivative block for freeze protection [s] |
Real | TFreSet | 279.15 | Lower limit for mixed air temperature for freeze protection, used if use_TMix=true [K] |
Fan speed PID controller | |||
SimpleController | controllerTypeFanSpe | Buildings.Controls.OBC.CDL.T... | Type of controller |
Real | kFanSpe | 0.1 | Gain of fan fan speed controller, normalized using pMaxSet [1] |
Real | TiFanSpe | 60 | Time constant of integrator block for fan speed [s] |
Real | TdFanSpe | 0.1 | Time constant of derivative block for fan speed [s] |
Real | yFanMax | 1 | Maximum allowed fan speed |
Real | yFanMin | 0.1 | Lowest allowed fan speed if fan is on |
Supply air temperature | |||
SimpleController | controllerTypeTSup | Buildings.Controls.OBC.CDL.T... | Type of controller for supply air temperature signal |
Real | kTSup | 0.05 | Gain of controller for supply air temperature signal [1/K] |
Real | TiTSup | 600 | Time constant of integrator block for supply air temperature control signal [s] |
Real | TdTSup | 0.1 | Time constant of integrator block for supply air temperature control signal [s] |
Real | uHeaMax | -0.25 | Upper limit of controller signal when heating coil is off. Require -1 < uHeaMax < uCooMin < 1. |
Real | uCooMin | 0.25 | Lower limit of controller signal when cooling coil is off. Require -1 < uHeaMax < uCooMin < 1. |
Economizer | |||
Boolean | use_enthalpy | false | Set to true if enthalpy measurement is used in addition to temperature measurement |
Real | delta | 5 | Time horizon over which the outdoor air flow measurment is averaged [s] |
Real | delTOutHis | 1 | Delta between the temperature hysteresis high and low limit [K] |
Real | delEntHis | 1000 | Delta between the enthalpy hysteresis high and low limits [J/kg] |
Damper limits | |||
Real | retDamPhyPosMax | 1 | Physically fixed maximum position of the return air damper [1] |
Real | retDamPhyPosMin | 0 | Physically fixed minimum position of the return air damper [1] |
Real | outDamPhyPosMax | 1 | Physically fixed maximum position of the outdoor air damper [1] |
Real | outDamPhyPosMin | 0 | Physically fixed minimum position of the outdoor air damper [1] |
Real | yMinDamLim | 0 | Lower limit of damper position limits control signal output |
Real | yMaxDamLim | 1 | Upper limit of damper position limits control signal output |
Economizer delays at disable | |||
Real | retDamFulOpeTim | 180 | Time period to keep RA damper fully open before releasing it for minimum outdoor airflow control at disable to avoid pressure fluctuations [s] |
Real | disDel | 15 | Short time delay before closing the OA damper at disable to avoid pressure fluctuations [s] |
Fan speed | |||
Trim and respond for reseting duct static pressure setpoint | |||
Real | pIniSet | 60 | Initial pressure setpoint for fan speed control [Pa] |
Real | pMinSet | 25 | Minimum pressure setpoint for fan speed control [Pa] |
Real | pMaxSet | 400 | Maximum pressure setpoint for fan speed control [Pa] |
Real | pDelTim | 600 | Delay time after which trim and respond is activated [s] |
Integer | pNumIgnReq | 2 | Number of ignored requests for fan speed control |
Real | pTriAmo | -12.0 | Trim amount for fan speed control [Pa] |
Real | pResAmo | 15 | Respond amount (must be opposite in to triAmo) for fan speed control [Pa] |
Real | pMaxRes | 32 | Maximum response per time interval (same sign as resAmo) for fan speed control [Pa] |
Minimum outdoor airflow rate | |||
Nominal conditions | |||
Real | VPriSysMax_flow | Maximum expected system primary airflow at design stage [m3/s] | |
Real | peaSysPop | Peak system population | |
Supply air temperature | |||
Temperature limits | |||
Real | TSupSetMin | 285.15 | Lowest cooling supply air temperature setpoint [K] |
Real | TSupSetMax | 291.15 | Highest cooling supply air temperature setpoint. It is typically 18 degC (65 degF) in mild and dry climates, 16 degC (60 degF) or lower in humid climates [K] |
Real | TSupSetDes | 286.15 | Nominal supply air temperature setpoint [K] |
Real | TOutMin | 289.15 | Lower value of the outdoor air temperature reset range. Typically value is 16 degC (60 degF) [K] |
Real | TOutMax | 294.15 | Higher value of the outdoor air temperature reset range. Typically value is 21 degC (70 degF) [K] |
Trim and respond for reseting TSup setpoint | |||
Real | iniSetSupTem | supTemSetPoi.maxSet | Initial setpoint for supply temperature control [K] |
Real | maxSetSupTem | supTemSetPoi.TSupSetMax | Maximum setpoint for supply temperature control [K] |
Real | minSetSupTem | supTemSetPoi.TSupSetDes | Minimum setpoint for supply temperature control [K] |
Real | delTimSupTem | 600 | Delay timer for supply temperature control [s] |
Integer | numIgnReqSupTem | 2 | Number of ignorable requests for supply temperature control |
Real | triAmoSupTem | 0.1 | Trim amount for supply temperature control [K] |
Real | resAmoSupTem | -0.2 | Response amount for supply temperature control [K] |
Real | maxResSupTem | -0.6 | Maximum response per time interval for supply temperature control [K] |
Connectors
Type | Name | Description |
---|---|---|
input RealInput | TZonHeaSet | Zone air temperature heating setpoint [K] |
input RealInput | TZonCooSet | Zone air temperature cooling setpoint [K] |
input RealInput | TOut | Outdoor air temperature [K] |
input RealInput | ducStaPre | Measured duct static pressure [Pa] |
input RealInput | sumDesZonPop | Sum of the design population of the zones in the group [1] |
input RealInput | VSumDesPopBreZon_flow | Sum of the population component design breathing zone flow rate [m3/s] |
input RealInput | VSumDesAreBreZon_flow | Sum of the area component design breathing zone flow rate [m3/s] |
input RealInput | uDesSysVenEff | Design system ventilation efficiency, equals to the minimum of all zones ventilation efficiency [1] |
input RealInput | VSumUncOutAir_flow | Sum of all zones required uncorrected outdoor airflow rate [m3/s] |
input RealInput | VSumSysPriAir_flow | System primary airflow rate, equals to the sum of the measured discharged flow rate of all terminal units [m3/s] |
input RealInput | uOutAirFra_max | Maximum zone outdoor air fraction, equals to the maximum of primary outdoor air fraction of all zones [1] |
input RealInput | TSup | Measured supply air temperature [K] |
input RealInput | TOutCut | OA temperature high limit cutoff. For differential dry bulb temeprature condition use return air temperature measurement [K] |
input RealInput | hOut | Outdoor air enthalpy [J/kg] |
input RealInput | hOutCut | OA enthalpy high limit cutoff. For differential enthalpy use return air enthalpy measurement [J/kg] |
input RealInput | VOut_flow | Measured outdoor volumetric airflow rate [m3/s] |
input RealInput | TMix | Measured mixed air temperature, used for freeze protection if use_TMix=true [K] |
input IntegerInput | uOpeMod | AHU operation mode status signal |
input IntegerInput | uZonTemResReq | Zone cooling supply air temperature reset request |
input IntegerInput | uZonPreResReq | Zone static pressure reset requests |
input IntegerInput | uFreProSta | Freeze protection status, used if use_G36FrePro=true |
output BooleanOutput | ySupFan | Supply fan status, true if fan should be on |
output RealOutput | ySupFanSpe | Supply fan speed [1] |
output RealOutput | TSupSet | Setpoint for supply air temperature [K] |
output RealOutput | VDesUncOutAir_flow | Design uncorrected minimum outdoor airflow rate [m3/s] |
output RealOutput | yAveOutAirFraPlu | Average outdoor air flow fraction plus 1 [1] |
output RealOutput | VEffOutAir_flow | Effective minimum outdoor airflow setpoint [m3/s] |
output BooleanOutput | yReqOutAir | True if the AHU supply fan is on and the zone is in occupied mode |
output RealOutput | yHea | Control signal for heating [1] |
output RealOutput | yCoo | Control signal for cooling [1] |
output RealOutput | yRetDamPos | Return air damper position [1] |
output RealOutput | yOutDamPos | Outdoor air damper position [1] |