blockReturnFanAirflowTracking

Return fan control for AHUs using return fan with airflow tracking

Information

Sequence for controlling return fan yRetFan for AHUs using return fan with airflow tracking. It is implemented according to Section 5.16.11 of ASHRAE Guideline G36, May 2020.

  • Return fan operates whenever associated supply fan is proven on (u1SupFan = true).
  • Return fan speed shall be controlled to maintain return airflow equal to supply airflow less differential difFloSet, as determined per section 3.2.1.5.
  • Relief or exhaust dampers shall be enabled when the associated supply and return fans are proven on and closed otherwise. Exhaust dampers shall modulate as the inverse of the return air damper per section 5.16.2.3. This is implemented in Buildings.Controls.OBC.ASHRAE.G36.AHUs.MultiZone.VAV.Economizers.Subsequences.Modulations.ReturnFan

Parameters

TypeNameDefaultDescription
RealdifFloSetAirflow differential between supply air and return air fans required to maintain building pressure at desired pressure
Fan controller
Buildings.Controls.OBC.CDL.Types.SimpleControllerconTypBuildings.Controls.OBC.CDL.Types.SimpleController.PIType of controller
Realk1Gain, normalized using dpBuiSet
RealTi0.5Time constant of integrator block
RealTd0.1Time constant of derivative block
RealmaxSpe1Upper limit of output
RealminSpe0Lower limit of output

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputVAirSup_flowMeasured AHU supply airflow rate
Buildings.Controls.OBC.CDL.Interfaces.RealInputVAirRet_flowMeasured AHU return airflow rate
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputu1SupFanSupply fan status
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyRetFanReturn fan commanded speed
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutputy1RetFanReturn fan commanded on

Components

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Reals.PIDconPBuilding static pressure controller

Revisions

  • May 20, 2021, by Jianjun Hu:
    First implementation.