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

DOATToUnitVentilator node connection errors #6273

Closed
1 of 3 tasks
mjwitte opened this issue Aug 25, 2017 · 3 comments
Closed
1 of 3 tasks

DOATToUnitVentilator node connection errors #6273

mjwitte opened this issue Aug 25, 2017 · 3 comments
Labels
PriorityHigh This defect or feature has been declared high priority

Comments

@mjwitte
Copy link
Contributor

mjwitte commented Aug 25, 2017

Issue overview

Not sure when this slipped in, but DOATToUnitVentilator is now throwing node connection errors. Checked all of the DOATo* files and the others are OK.

   ** Severe  ** Node Connection Error, Node="ZONE1UNITVENTOAMIXEROUTLETNODE", The same node appears as a non-parent Inlet node more than once.
   **   ~~~   ** Reference Object=ZONEHVAC:UNITVENTILATOR-OA MIXER, Name=TU1
   **   ~~~   ** Reference Object=FAN:CONSTANTVOLUME, Name=ZONE1UNITVENTFAN
   ** Severe  ** Node Connection Error, Node="ZONE2UNITVENTOAMIXEROUTLETNODE", The same node appears as a non-parent Inlet node more than once.
   **   ~~~   ** Reference Object=FAN:CONSTANTVOLUME, Name=ZONE2UNITVENTFAN
   **   ~~~   ** Reference Object=ZONEHVAC:UNITVENTILATOR-OA MIXER, Name=TU2
   ** Severe  ** Node Connection Error, Node="ZONE3UNITVENTOAMIXEROUTLETNODE", The same node appears as a non-parent Inlet node more than once.
   **   ~~~   ** Reference Object=FAN:CONSTANTVOLUME, Name=ZONE3UNITVENTFAN
   **   ~~~   ** Reference Object=ZONEHVAC:UNITVENTILATOR-OA MIXER, Name=TU3
   ** Severe  ** Node Connection Error, Node="ZONE4UNITVENTAIRINLETNODE", The same node appears as a non-parent Inlet node more than once.
   **   ~~~   ** Reference Object=FAN:CONSTANTVOLUME, Name=ZONE4UNITVENTFAN
   **   ~~~   ** Reference Object=ZONEHVAC:UNITVENTILATOR-OA MIXER, Name=TU4
   ** Severe  ** Node Connection Error, Node="ZONE5UNITVENTAIRINLETNODE", The same node appears as a non-parent Inlet node more than once.
   **   ~~~   ** Reference Object=FAN:CONSTANTVOLUME, Name=ZONE5UNITVENTFAN
   **   ~~~   ** Reference Object=ZONEHVAC:UNITVENTILATOR-OA MIXER, Name=TU5
   ************* There were 5 node connection errors noted.

Details

Some additional details for this issue (if relevant):

  • Version of EnergyPlus Version 8.8.0-ddaa5689de

Checklist

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

  • Defect file testfiles\DOATToUnitVentilator.idf
  • Ticket added to Pivotal for defect (development team task)
  • Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
@mjwitte mjwitte added this to the EnergyPlus 8.8.0 milestone Aug 25, 2017
@mjwitte mjwitte added the PriorityHigh This defect or feature has been declared high priority label Aug 25, 2017
@mjwitte
Copy link
Contributor Author

mjwitte commented Aug 25, 2017

The only commit since v8.7 that touched UnitVentilators.cc is #6248 but I can't see the diffs from that anymore 'cause the pages have been deleted already . Will try a build just before that merge and see if that's where it came in.

@mjwitte
Copy link
Contributor Author

mjwitte commented Aug 25, 2017

Found the problem (moved GetATMixer after a block that's checking if ATMixerExists), will fix along with other changes to multiple airloop stuff.

@mjwitte
Copy link
Contributor Author

mjwitte commented Sep 29, 2017

Closed via #6272

@mjwitte mjwitte closed this as completed Sep 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PriorityHigh This defect or feature has been declared high priority
Projects
None yet
Development

No branches or pull requests

2 participants