Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit ventilator with cycling fan results in simultaneous heating-cooling and negative cooling coil loads #7420

Closed
1 of 3 tasks
mjwitte opened this issue Jul 29, 2019 · 4 comments · Fixed by #7443
Closed
1 of 3 tasks
Assignees
Labels
Defect Includes code to repair a defect in EnergyPlus

Comments

@mjwitte
Copy link
Contributor

mjwitte commented Jul 29, 2019

Issue overview

This was noticed while testing #7386. A test file with variable percent outdoor air and cycling fan operation has 1000s of warnings like this:

   ** Warning ** GetSpecificHeatGlycol: Temperature is out of range (too low) for fluid [WATER] specific heat supplied values **
   **   ~~~   ** ..Called From:UpdatePlantLoopInterface,Temperature=[-0.67], supplied data range=[0.00,125.00]
   **   ~~~   **  Environment=RUN PERIOD 1, at Simulation time=01/01 00:00 - 00:15

Looking at the output reveals times when the heating and cooling coils are both operating and times when the cooling coil output is negative. For example, look at the variables output, columns BJ and BM on 01/01.

Details

Some additional details for this issue (if relevant):

Checklist

Add to this list or remove from it as applicable. This is a simple templated set of guidelines.

@RKStrand RKStrand self-assigned this Jul 29, 2019
@RKStrand RKStrand added Defect Includes code to repair a defect in EnergyPlus EnergyPlus labels Jul 29, 2019
@RKStrand
Copy link
Contributor

@mjwitte Hmmm...negative cooling coil rates but also cooling coil loads when there is clearly a heating load. Would you agree that both of those are a problem? Should there ever be a cooling coil load in a unit ventilator if it is in heating mode and the heating coil is on? Or am I forgetting something here?

@mjwitte
Copy link
Contributor Author

mjwitte commented Jul 30, 2019

Actually, to be sure of what's going on, you should re-run the defect file with "detailed" output instead of hourly. But my guess is that the control logic is calling the cooling coil when it shouldn't be.

@RKStrand
Copy link
Contributor

RKStrand commented Jul 30, 2019

@mjwitte That would be my guess too. One additional data point that I just discovered. Zone1UnitVent is the only one that did not have a Supply Air Fan Operating Mode Schedule Name. When I added one similar to the other unit ventilators, the problem went away...interesting... Actually, just checked...the output is already detailed on the variables that we are interested in here.

@mjwitte
Copy link
Contributor Author

mjwitte commented Jul 30, 2019

Without the schedule name it's always in cycling mode. If you added a schedule that's always 1 then it's in continuous fan mode. The problem appears to be related only to cycling fan operation - perhaps a mis-step in adjusting for the cycling output vs continuous output?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Defect Includes code to repair a defect in EnergyPlus
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants