Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
1

.BND output without running simulation

asked 2020-01-30 13:39:02 -0500

ngkhanh's avatar

updated 2020-01-30 20:46:45 -0500

.bnd file is standard output created after running energyplus on idf file. Have anyway to get .bnd file from IDF without running simulation (both sizing and annual periods) ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-01-31 09:57:27 -0500

The BND (Branch Node Details) output file created by EnergyPlus contains information for nodes, branches, and other model components related to fluid flow. You can read information about its contents here. To answer your main question, this BND file can only be written by the EnergyPlus engine when you simulate an IDF -- there is no PreProcess or PostProcess tool bundled with EnergyPlus that just does this functionality.

For more information, this BND output file is what EnergyPlus uses to generate the HVAC diagrams shown in the SVG output file. This specific step is done by default when you simulate an IDF in EP-Launch, but you could use the HVAC-Diagram.exe PostProcess tool to create this SVG diagram from a BND output file. You can read more about this in an Unmet Hours post here.

For any IDF, the BND output file doesn't change whether you simulate sizing/design days or annual periods -- the branch node details are the same for either case. So, what you could do is either simulate a single sizing/design day or simulate a one-day simulation with an EPW file instead of an annual simulation. This will be the quickest way to have EnergyPlus finish a simulation and create the BND file for you to use.

edit flag offensive delete link more

Comments

Thanks, I wonder how .BND file created in EP source code ?

ngkhanh's avatar ngkhanh  ( 2020-02-01 20:33:02 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2020-01-30 13:39:02 -0500

Seen: 105 times

Last updated: Jan 31 '20