-
Notifications
You must be signed in to change notification settings - Fork 425
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
Add air terminal unit sizing option, allow air loops with no return path, and partially allow multiple air loops serving the same zone #6248
Conversation
…loop Conflicts: src/EnergyPlus/SingleDuct.cc
…loop Conflicts: src/EnergyPlus/HVACSingleDuctInduc.cc src/EnergyPlus/ReportSizingManager.cc src/EnergyPlus/SingleDuct.cc
Diff's from MacOS look OK. This is hopeful. |
@mjwitte can you take a quick look at this. I took the new example file DOASDXCOIL_wADPBFMethod_NoReturnPath and compared it to DOASDXCOIL_wADPBFMethod. The last several columns do not line up, but those shown below do line up and show diff's. Can you explain? This is the last few columns in the spreadsheet that have diff's. Diff's are *NoReturn - original exam;ple file. I'll email the spreadsheet separately. |
Spreadsheet sent, please acknowledge. |
OK, now I'm a little confused. The coils operate the exact same way and the air flow rate is the same. Yet the heating coil outlet temp is different? There is no return in one case which means the system entering air temp is different. So this might be doing what it should be doing but I would think the coils would operate differently. @mjwitte might be able to explain. Original:
NoReturnPath:
|
And the coils are fighting each other, but that is the same as the original file. This may be due to humidity control but if there is no return in one case then shouldn't the coil operation change?
|
It appears in the figures above that when there is air flow, the results are identical. That's good, but I still can't figure out why since the inlet air temp is different, right? |
This should be 100% OA so the return air gets relieved and has no impact.
…-------- Original message --------
From: Richard Raustad <[email protected]>
Date: 8/19/17 2:15 PM (GMT-06:00)
To: NREL/EnergyPlus <[email protected]>
Cc: "Michael J. Witte" <[email protected]>, Mention <[email protected]>
Subject: Re: [NREL/EnergyPlus] Add air terminal unit sizing option, allow air
loops with no return path, and partially allow multiple air loops serving the
same zone (#6248)
It appears in the figures above that when there is air flow, the results are identical. That's good, but I still can't figure out why since the inlet air temp is different, right?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/NREL/EnergyPlus","title":"NREL/EnergyPlus","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/NREL/EnergyPlus"}},"updates":{"snippets":[{"icon":"PERSON","message":"@rraustad in #6248: It appears in the figures above that when there is air flow, the results are identical. That's good, but I still can't figure out why since the inlet air temp is different, right?"}],"action":{"name":"View Pull Request","url":"#6248 (comment)"}}}
|
That's obvious. Why doesn't the coil operation change? |
The node name has changed but the conditions at the first coil inlet should be identical. In both cases it should be OA conditions plus maybe fan heat ( I forget where the fan is).
…-------- Original message --------
From: Richard Raustad <[email protected]>
Date: 8/19/17 3:33 PM (GMT-06:00)
To: NREL/EnergyPlus <[email protected]>
Cc: "Michael J. Witte" <[email protected]>, Mention <[email protected]>
Subject: Re: [NREL/EnergyPlus] Add air terminal unit sizing option, allow air
loops with no return path, and partially allow multiple air loops serving the
same zone (#6248)
That's obvious. Why doesn't the coil operation change?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/NREL/EnergyPlus","title":"NREL/EnergyPlus","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/NREL/EnergyPlus"}},"updates":{"snippets":[{"icon":"PERSON","message":"@rraustad in #6248: That's obvious. Why doesn't the coil operation change?"}],"action":{"name":"View Pull Request","url":"#6248 (comment)"}}}
|
So the heating coil outlet temp is not different when air flow > 0. Since there is no OA mixer, the system inlet temp = OAT now when air flow = 0. Consider this reviewed and accepted. |
This is a little weird. The compiler says this is unused: line 543 DataZoneEquipment. This is a glitch not a show stopper. |
No, it's the header file, saying ZoneEquipConfig isn't used. extern Array1D< EquipConfiguration > ZoneEquipConfig; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree. Put this in place for future revisions.
Reviewed and merged. |
I don't know what issue this relates to nor the Pivotal ticket. |
Pull request overview
This new feature
5ZoneAirCooledWithDOASAirLoop (demostrates two air loops serving the same zones and DesignSpecification:AirTerminal:Sizing and no return path) and DOASDXCOIL_wADPBFMethod_NoReturnPath (demonstrates no return path, results identical to DOASDXCOIL_wADPBFMethod)
Note that there some limitations in the multiple air loop implementation related to room air models, output reporting, etc.
See #6272 for part 2 of this feature implementation.
Work Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
Review Checklist
This will not be exhaustively relevant to every PR.