blockSetpoints

Specify zone minimum outdoor air and minimum airflow set points for compliance with California Title 24

Information

This sequence sets the zone minimum outdoor air and minimum airflow setpoints, for compliance with the ventilation rate procedure of California Title 24. The implementation is according to Section 5.2.1.4 of ASHRAE Guideline36, May 2020. The calculation is done following the steps below.

1. For every zone that requires mechanical ventilation, the zone minimum outdoor airflows and set points shall be calculated depending on the governing standard or code for outdoor air requirements.

2. According to section 3.1.2 of Guideline 36, the zone minimum airflow setpoint VMin_flow and the zone cooling maximum setpoint VCooMax_flow should be provided by designer.

Zone ventilation set points

According to Section 3.1.1.2.b of Guideline 36,

  • The zone minimum outdoor airflow for occupants VOccMin_flow, per California Title 24 prescribed airflow-per-occupant requirements.
  • The zone minimum outdoor airflow for building area VAreMin_flow, per California Title 24 prescribed airflow-per-area requirements.

Zone minimum outdoor air setpoints

The zone absolute minimum outdoor airflow setpoint VZonAbsMin_flow is used in terminal-unit sequences and air-handler sequences. The zone design minimum outdoor airflow setpoint VZonDesMin_flow is used in air-handler sequences only.

  • VZonAbsMin_flow shall be reset based on the following conditions in order from highest to lowest priority:
    1. Zero if the zone has a window switch and the window is open.
    2. Twenty-five percent of the VAreMin_flow if the zone has an occupancy sensor and is unpopulated.
    3. If the zone has a CO2 sensor, VAreMin_flow.
    4. Otherwise, VZonDesMin_flow.
  • VZonDesMin_flow is equal to the following:
    1. Zero if the zone has a window switch and the window is open.
    2. Twenty-five percent of the VAreMin_flow if the zone has an occupancy sensor and is unpopulated.
    3. The larger of VAreMin_flow and VOccMin_flow otherwise.

Occupied minimum airflow

The occupied minimum airflow shall be equal to VMin_flow except as noted in below section.

Occupied minimum airflow modification

  1. If the zone has an occupancy sensor, the minimum airflow VOccZonMin_flow shall be equal to 25% of the VAreMin_flow when the room is unpopulated.
  2. If the zone has a window switch, the minimum airflow VOccZonMin_flow shall be zero when the window is open.
  3. If the zone has a CO2 sensor:
    1. Specify CO2 setpoint ppmCO2Set according to Section 3.1.1.3 of Guideline 36.
    2. During occupied mode, a P-only loop shall maintain CO2 concentration at setpoint; reset from 0% at set point minus 200 PPM and to 100% at setpoint.
    3. Loop is disabled and output set to zero when the zone is not in occupied mode.
    4. For cooling-only VAV terminal units, reheat VAV terminal units, constant-volume series fan-powered terminal units, dual-duct VAV terminal units with mixing control and inlet airflow sensors, dual-duct VAV terminal units with mixing control and a discharge airflow sensor, or dual-duct VAV terminal units with cold-duct minimum control:
      • The CO2 control loop output shall reset the occupied minimum airflow setpoint VOccZonMin_flow from the zone minimum airflow setpoint VMin_flow at 0% loop output up to maximum cooling airflow setpoint VCooMax_flow at 50% loop output. The loop output from 50% to 100% will be used at the system level to reset outdoor air minimum.

      Image of airflow setpoint for VAV reheat terminal unit

    5. For parallel fan-powered terminal units:
      • Determin the maximum flow rate for control CO2 level: when the zone state is cooling, the maximum flow rate is equal to the maximum cooling airflow setpoint VCooMax_flow; when the zone state is heating or deadband, the maximum flow rate is equal to VCooMax_flow minus the parallel fan airflow VParFan_flow.
      • The CO2 control loop ouput shall reset the occupied minimum airflow setpoint from the zone minimum airflow setpoint VMin_flow at 0% loop output up to maximum cooling airflow setpoint for CO2 control at 50% loop output. The loop output from 50% to 100% will be used at the system level to reset outdoor air minimum.

      Image of airflow setpoint for VAV parallel-fan terminal unit

Minimum outdoor airflow for single zone VAV air handler unit

The minimum outdoor air setpoint shall be reset based on the zone CO2 control-llop signal from VZonAbsMin_flow at 0% signal to VZonDesMin_flow at 100% signal.

Image of airflow setpoint for single zone VAV AHU

If there is no CO2 sensor, the minimum outdoor air setpoint should be VZonDesMin_flow.

Parameters

TypeNameDefaultDescription
Booleanhave_winSenfalseTrue: the zone has window sensor
Booleanhave_occSenfalseTrue: the zone has occupancy sensor
Booleanhave_CO2SenfalseTrue: the zone has CO2 sensor
Booleanhave_typTerUnifalseTrue: the zone has typical terminal units and CO2 sensor
Booleanhave_parFanPowUnifalseTrue: the zone has parallel fan-powered terminal unit and CO2 sensor
Booleanhave_SZVAVfalseTrue: it is single zone VAV AHU system with CO2 sensor
Design conditions
RealVOccMin_flowZone minimum outdoor airflow for occupants
RealVAreMin_flowZone minimum outdoor airflow for building area
RealVMin_flowDesign zone minimum airflow setpoint
RealVCooMax_flow0.025Design zone cooling maximum airflow rate

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputu1WinWindow status, normally closed (true), when windows open, it becomes false
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputu1OccTrue: the zone is populated
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputuOpeModZone operation mode
Buildings.Controls.OBC.CDL.Interfaces.RealInputppmCO2SetCO2 concentration setpoint, in PPM
Buildings.Controls.OBC.CDL.Interfaces.RealInputppmCO2Detected CO2 concentration
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputuZonStaZone state
Buildings.Controls.OBC.CDL.Interfaces.RealInputVParFan_flowParallel fan airflow rate
Buildings.Controls.OBC.CDL.Interfaces.RealOutputVZonAbsMin_flowZone absolute minimum outdoor airflow setpoint
Buildings.Controls.OBC.CDL.Interfaces.RealOutputVZonDesMin_flowZone design minimum outdoor airflow setpoint
Buildings.Controls.OBC.CDL.Interfaces.RealOutputVOccZonMin_flowOccupied zone minimum airflow setpoint
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyCO2CO2 control loop signal
Buildings.Controls.OBC.CDL.Interfaces.RealOutputVMinOA_flowZone minimum outdoor airflow setpoint

Revisions

  • March 22, 2022, by Jianjun Hu:
    First implementation.