-
Notifications
You must be signed in to change notification settings - Fork 394
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
Node duplication in some of the AirflowNetwork example files #7762
Comments
I discovered the difficult AirflowNetwork layout to interpret in the AirflowNetwork_Attic_Duct.idf example file which is discussed in this UnmetHours post.
|
AirflowNetwork_MultiZone_House_OvercoolDehumid.idf
|
AirflowNetwork_MultiZone_House_FanModel.idf
|
I went through all the energyplus example files with AirflowNetwork:Distribution:Node objects, AirflowNetwork_Attic_Duct.idf and the files in the previous comments had two AFN nodes referencing the same AirLoop node. |
@mldichter @jasondegraw I changed an object from AirflowNetwork:Distribution:Node, To: AirflowNetwork:Distribution:Node, by removing duplicated "Air Loop Inlet Node" in the following 7 example files: AirflowNetwork_Attic_Duct.idf No differences of simulation results were found. Here is my suggestion to fix this issue.
Please let me know what you think. |
@lgu1234 That's sort of what I had expected. The information that the pressure network is passing back to the rest of the code isn't really changing the computations that EnergyPlus does. Your plan sounds good to me. |
Issue overview
Some of the the AirflowNetwork example files have duplicate nodes: multiple AFN nodes are pointing toward the same feature/component. See, for example, AirflowNetwork_Attic_Duct.idf, where MainInletNode and FanInletNode both reference Air Loop Inlet Node. The example files still run successfully, but the networks are possibly more complex than necessary. One possible solution is to upgrade the auditing script to warn about this, but it would also work to just check all of the files to make sure that the networks represent what is intended.
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered: