packageOutdoorAirFlow
Package of sequences for calculating minimum outdoor airflow rate
Information
This package contains sequences to set the minimum outdoor airflow setpoint for compliance with the ventilation rate procedure of ASHRAE 62.1-2013. The implementation is according to ASHRAE Guidline 36 (G36), PART 5.N.3.a, PART 5.B.2.b, PART3.1-D.2.a.
- Buildings.Obsolete.Controls.OBC.ASHRAE.G36_PR1.AHUs.MultiZone.VAV.SetPoints.OutdoorAirFlow.Zone conducts zone level calculations for specifying minimum outdoor airflow rate,
- Buildings.Obsolete.Controls.OBC.ASHRAE.G36_PR1.AHUs.MultiZone.VAV.SetPoints.OutdoorAirFlow.AHU conducts AHU level calculations for specifying minimum outdoor airflow rate,
- and Buildings.Obsolete.Controls.OBC.ASHRAE.G36_PR1.AHUs.MultiZone.VAV.SetPoints.OutdoorAirFlow.SumZone finds the sums, the maximum and the minimum of outputs from zone level calculations. They become inputs of AHU level calculation.
Contents
| Name | Description |
|---|---|
| Output outdoor airflow related calculations at the AHU level | |
| Output the sum, maximum and minimum from the zone level calculation | |
| Output outdoor airflow related calculations at the zone level | |
| Collection of validation models |
Revisions
-
March 13, 2020, by Jianjun Hu:
Reimplemented sequence of calculating the outdoor airflow setpoint to separated vector-valued calculation. This therefore breaks the single sequence to three subsequences.
This is for #1829. -
July 23, 2019, by Michael Wetter:
Improved documentation.