This block implements the single zone VAV AHU minimum outdoor air control with a single
common damper for minimum outdoor air and economizer functions based on outdoor airflow
setpoint (VOutMinSet_flow
) and supply fan speed (uSupFanSpe
),
designed in line with ASHRAE Guidline 36, PART 5.P.4.d.
The controller is enabled when the supply fan is proven on (uSupFan=true
),
the AHU operation mode uOpeMod
is Occupied, and Freeze protection stage
uFreProSta
is 1 or smaller. Otherwise the damper position limits are set to
their corresponding maximum and minimum physical or at commissioning fixed limits, as illustrated below:
If limit modulation is enabled, the outdoor air damper position yOutDamPosMin
is computed as
follows:
yDam_VOutMin_curSpe
which ensures minimum outdoor airflow rate VOutMin_flow
at current supply fan speed uSupFanSpe
as a linear
interpolation between the following values set at commissioning:yDam_VOutMin_minSpe
and
yDam_VOutMin_maxSpe
.
yDam_VOutDes_curSpe
which ensures design outdoor airflow rate VOutDes_flow
at
current supply fan speed uSupFanSpe
, as a linear
interpolation between the following values set at commissioning:yDam_VOutDes_minSpe
and
yDam_VOutDes_maxSpe
.
yOutDamPosMin
which ensures outdoor airflow setpoint VOutMinSet_flow
at current supply fan speed uSupFanSpe
as a linear interpolation
between yDam_VOutMin_curSpe
and yDam_VOutDes_curSpe
, proportional to ratios of
VOutMinSet_flow
to VOutDes_flow
and VOutMin_flow
.
The chart below illustrates the OA damper position limit calculation: