-
Notifications
You must be signed in to change notification settings - Fork 208
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
BoilerHotWater: new Off Cycle Parasitic Fuel Load field #4949
Conversation
resources/model/OpenStudio.idd
Outdated
N10; \field Off Cycle Parasitic Fuel Load | ||
\units W | ||
\note parasitic fuel load when the boiler is not operating (i.e., standing pilot) |
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.
Add required-field. And adjust \min-fields above.
Following E+ and putting it as the end. I know this is less work because no VT needed, but it's lazy. It should have been next to the On Cycle Parasitic Electric Load in E+.
Perhaps we should do it anyways.
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.
That was me. Yes, I was being lazy efficient.
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.
Can't blame you. Especially since Transition in E+ forces you to go to fortran hell :)
For us, VT will need to happen anyways to hard code it to zero, so it's two lines extra to move it in the right location
Model m; | ||
BoilerHotWater boiler(m); | ||
|
||
ASSERT_TRUE(boiler.parasiticElectricLoad()); |
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.
(Side note but this should never have returned an optional)
Aside from the last two minor comments, this looks great! |
CI Results for 6f98eea:
|
Pull request overview
Boiler:HotWater
.Pull Request Author
src/model/test
)src/energyplus/Test
)src/osversion/VersionTranslator.cpp
)Labels:
IDDChange
APIChange
Pull Request - Ready for CI
so that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.