This sequence conducts calculations of the minimum outdoor airflow rate at the zone level. It gives outputs below.
VDesPopBreZon_flow
.
VDesAreBreZon_flow
.
yDesPriOutAirFra
.
VUncOutAir_flow
. This flow rate
is calculated based on: occupancy (if there is occupancy sensor) or design
occupancy (if there is no occupancy sensor), and air distribution effectiveness
(warm or cool air).
yPriOutAirFra
.
VPriAir_flow
.
The calculation is done using the steps below.
Compute the required breathing zone outdoor airflow using the following components.
VDesAreBreZon_flow
.
VDesPopBreZon_flow
.
The number of occupant in the zone can be retrieved directly from occupancy sensor
(nOcc
) if the sensor exists, or using the default occupant density
(occDen
) and multiplying it with zone area (AFlo
).
The occupant density can be found from Table 6.2.2.1 in ASHRAE Standard
62.1-2013. For design purpose, use the design zone population (desZonPop
)
to determine the minimum requirement at the ventilation-design condition.
Compute the zone air-distribution effectiveness.
Table 6.2.2.2 in ASHRAE 62.1-2013 lists some typical values for setting the
effectiveness. Depending on difference between zone space temperature
TZon
and discharge air temperature (after the reheat coil) TDis
, Warm-air
effectiveness zonDisEffHea
or Cool-air effectiveness
zonDisEffCoo
should be applied.
Compute the required zone outdoor airflow zonOutAirRate
.
If the zone is in any mode other than occupied mode (uReqOutAir=false
)
or if the zone has window switches and the window is open (uWin=true
),
set zonOutAirRate = 0
.
Otherwise, the required zone outdoor airflow zonOutAirRate
shall be calculated as follows:
nOcc
> 0), or if there is no occupancy sensor
(have_occSen = false
):
zonOutAirRate = (breZonAre+breZonPop)/disEffCoo
.
zonOutAirRate = (breZonAre+breZonPop)/disEffHea
.
nOcc=0
):
zonOutAirRate = breZonAre/disEffCoo
.
zonOutAirRate = breZonAre/disEffHea
.
Compute the outdoor air fraction for the zone yPriOutAirFra
as follows.
Set the zone outdoor air fraction to
yPriOutAirFra = zonOutAirRate/VPriAir_flow
where, VPriAir_flow
is the maximum between the measured discharge air
flow rate from the zone VAV box VDis_flow
and 0.1% of AHU level
design uncorrected minimum outdoor airflow rate VUncOut_flow_nominal
.
For design purpose, the design zone outdoor air fraction yDesPriOutAirFra
is
yDesPriOutAirFra = desZonOutAirRate/minZonPriFlo
where minZonPriFlo
is the minimum expected zone primary flow rate and
desZonOutAirRate
is the required design zone outdoor airflow rate.
ANSI/ASHRAE Standard 62.1-2013, Ventilation for Acceptable Indoor Air Quality.
Stanke, D., 2010. Dynamic Reset for Multiple-Zone Systems. ASHRAE Journal, March 2010.
min
attribute of desZonPop
to zero, and used
the expression as a default value. This was done because the expression involves the
zone floor area, which is, if obtained from Spawn, a non-literal value.
fill
when assigning the unit
attribute.each
.
cooCtrlSig
input with TZon
and TDis
inputs to check if cool or warm air distribution effectiveness should be applied.
Applied hysteresis to avoid rapid change.