0

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

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...

LeoN's avatar
1
LeoN
asked 2022-06-06 13:52:37 -0500, updated 2022-06-07 10:28:03 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

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.

JasonGlazer's avatar
6.8k
JasonGlazer
answered 2022-06-17 14:14:08 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you so much!

LeoN's avatar LeoN (2022-06-26 02:33:45 -0500) edit
add a comment see more comments