Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

The AirloopHVAC:UnitarySystem can model load, set point or single-zone VAV control.

AirLoopHVAC:UnitarySystem,
  A2,  \field Control Type
     \type choice
     \key Load
     \key SetPoint
     \key SingleZoneVAV
     \default Load

When load control is used the system will set the operating flow rate so the terminal units do not need to be VAV. I would expect that if VAV were used there would be fighting between the components as to what flow rate to operate at.

When set point control is used, the model expects constant fan mode to be used. So since the UnitarySystem is not cycling the fan, it really doesn't care what flow rate is used, just that the flow rate is constant throughout the time step. So yes, I would expect VAV boxes to work with the UnitarySystem model.

See the Eng. Ref. for a description of fan speed and capacity modulation for SZVAV control.

The AirloopHVAC:UnitarySystem can model load, set point or single-zone VAV control.

AirLoopHVAC:UnitarySystem,
  A2,  \field Control Type
     \type choice
     \key Load
     \key SetPoint
     \key SingleZoneVAV
     \default Load

When load control is used the system UnitarySystem will set the operating flow rate so the terminal units do not need to be VAV. I would expect that if VAV were used there would be fighting between the components as to what flow rate to operate at.

When set point control is used, the model expects constant fan mode to be used. So since the UnitarySystem is not cycling the fan, it really doesn't care what flow rate is used, just that the flow rate is constant throughout the time step. So yes, I would expect VAV boxes to work with the UnitarySystem model.

See the Eng. Ref. for a description of fan speed and capacity modulation for SZVAV control.