Variable volume fan won't shut off
I am modeling a heating only unit, in OpenStudio, and am having trouble getting the fan to shut off when zone heating setpoint is met. Even through summer, the fan runs at a low, constant speed. Fan power minimum flow fraction and rate are both set to 0 and the fan availability manager is set to always on discrete (Am I correct in thinking that these inputs shouldn't matter though? e.g. if there is no need for heating, the fan should shut off rather than just ramp down to minimum speed).
Is there any basic controls troubleshooting or input that can be used to ensure fans shutoff when there is no demand for space conditioning (or ventilation)?
I found this, which might be helpful. https://bigladdersoftware.com/epx/doc...
"The actual action of turning on or off a loop is taken by the loop prime movers: fans for AirLoopHVACs... For instance when a fan is deciding whether it is on or off, it checks its on/off schedule and whether the loop availability status flag is CycleOn or ForceOff. If the schedule is on and the status flag is ForceOff, the fan will be off. If the fan schedule says off and the status flag is CycleOn, the fan will be on."
I would try to force the loop availability status flag to be ForceOff, so that even if the fan schedule is on (i.e. non-zero for that timestep), the fan will be off.
Look at AvailabilityManager:ScheduledOff object: "If the current schedule value is = 0.0, the availability status flag is set to ForceOff; otherwise it is set to NoAction."
What object are you using? Is this set up as an airloop, or zone equipment?
I'm using the fan
Fan:VariableVolume
object as part of an HVAC loop. The loop includes a heating coil and VAVs serving heating-only zones. I don't want to schedule/force the fan off, I simply want it to shut off when there is no demand from the zone (i.e. no need to deliver flow). Let me know if I should provide more info.