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

How do I implement edited boiler algorithm source code for modeling?

asked 2022-06-06 13:52:37 -0500

LeoN's avatar

updated 2022-06-07 10:28:03 -0500

Hello everyone! Student here,

I plan to change the source code for the boiler calculations and use it to do modeling. How can I use that new source code for modeling? I see the source code on Github, but I am having trouble on how to implement the changed code. I only see the source code on Github but not in my EnergyPlus folder that lives on my C drive. Where do I put this new changed code within my EnergyPlus folder, that lives on my C drive, to do modeling with the new code?

I found the specific source code on the Github, and it is written in C++ and is available at:

https://github.com/NREL/EnergyPlus

For example for the boilers, I found the source code here:

https://github.com/NREL/EnergyPlus/bl...

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-06-17 14:14:08 -0500

Instructions on how to build a new EnergyPlus executable file is here:

https://github.com/NREL/EnergyPlus/wi...

Then you can run it in either VisualStudio or copy the created exe into your current EnergyPlus folder. Make sure you rename the old exe first.

edit flag offensive delete link more

Comments

Thank you so much!

LeoN's avatar LeoN  ( 2022-06-26 02:33:45 -0500 )edit

Your Answer

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

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 2022-06-06 13:52:37 -0500

Seen: 181 times

Last updated: Jun 17 '22