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

Scheduled fan flow rate in multizone model

asked 7 years ago

updated 7 years ago

I can't seem to get this right... What is the correct way to modify the volume flow rate of a supplyfan (Fan:ConstantVolume) in an airloop based on a time schedule to simulate a four mode operating switch (off/night/day/boost ) in a multizone model? There are no heating/cooling coils in the system, only a HeatExchanger before the OutdoorAir:Mixer. The system should operate with 100% fresh air. At the moment I have AirTerminal:SingleDuct:Uncontrolled in every zone (sum of the max terminal flow rates = max flow rate of fan:constantvolume).

summarizing: How do I make an airloop operate at 50% of max flow rate between time x:xx - y:yy, 75% between time x:xx2-y:yy2 etc.

Is there an example file for a similar case?

image description

image description

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
2

answered 7 years ago

From the I/O guide on Fan:ConstantVolume:

"This object models a constant air volume fan that is intended to operate continuously based on a time schedule. This fan will not cycle on and off based on cooling/heating load or other control signals (Ref: Fan:OnOff)."

The Fan:ConstantVolume has only two settings - on or off. You can't modulate flow.

The Fan:OnOff object can do this, but to do so "...this object must be used as part of a compound object that allows multiple fan speeds". That doesn't include an AirLoopHVAC.

The solution is to use a Fan:VariableVolume object, adjust the coefficients to match your fan, and then use the various schedules in the Controller:OutdoorAir object to force a specific air flow rate per your schedule.

Preview: (hide)
link

Comments

@mdahlhausen. Thanks for your answer, but the flowrate inside the air loop is still not following the outside air flow rate. I've attached a graph and a picture of my e+components. Am I missing a component to link the airflowrates inside the airloop to the outside airflow rates? I also tried to use setpointmanager scheduled to control the flowrate at the mixed air node and the terminal outlets, but that didn't work. I would like to have the orange curve follow the blue one.

BBel's avatar BBel  ( 7 years ago )

which schedules in the Controller:OutdoorAir object did you set?

mdahlhausen's avatar mdahlhausen  ( 7 years ago )
1

answered 7 years ago

updated 7 years ago

An EMS actuator to override the fan flow rate with calling point InsideHVACSystemIterationLoop did the trick. However I can't believe that there isn't a better way to do this, so feel free to add your answers.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

2 followers

Stats

Asked: 7 years ago

Seen: 309 times

Last updated: Jun 05 '17