-
Notifications
You must be signed in to change notification settings - Fork 392
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
Add Boiler:HotWater
parasitic fuel field
#9925
Conversation
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.
I tested this compared to an IDF where we are resorting to EMS to model a boiler pilot light, and the results are essentially identical.
…ff Cycle"; update testfiles, docs, transition notes, expand objects.
…ler_parasitic_fuel
@shorowit it has been 16 days since this pull request was last updated. |
@shorowit it has been 7 days since this pull request was last updated. |
7 similar comments
@shorowit it has been 7 days since this pull request was last updated. |
@shorowit it has been 7 days since this pull request was last updated. |
@shorowit it has been 7 days since this pull request was last updated. |
@shorowit it has been 7 days since this pull request was last updated. |
@shorowit it has been 7 days since this pull request was last updated. |
@shorowit it has been 7 days since this pull request was last updated. |
@shorowit it has been 7 days since this pull request was last updated. |
@shorowit it has been 9 days since this pull request was last updated. |
@shorowit it has been 7 days since this pull request was last updated. |
1 similar comment
@shorowit it has been 7 days since this pull request was last updated. |
@shorowit Is this ready for review? There are some conflicts with develop, and it's still marked draft. |
…ler_parasitic_fuel # Conflicts: # src/EnergyPlus/Boilers.cc # src/EnergyPlus/OutputReportTabular.cc # src/Transition/InputRulesFiles/Rules23-1-0-to-23-2-0.md
I ran these two files using the Denver TMY3:
Annual results are close enough:
|
@mjwitte This is now ready for review. |
…ler_parasitic_fuel
@shorowit it has been 8 days since this pull request was last updated. |
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.
Minimal comments on these changes. This could be merged as is or a few small corrections added. I am OK either way.
…ler_parasitic_fuel # Conflicts: # doc/input-output-reference/src/overview/group-plant-equipment.tex # src/Transition/InputRulesFiles/Rules23-1-0-to-23-2-0.md
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.
This looks great. I'm going to hold off from marking it approved until I get a reply about the warning message. In the meantime I'll do local testing to get it ready for merge.
@rraustad @Myoldmopar All of your comments have been addressed in the last two commits. |
@@ -299,6 +299,15 @@ void GetBoilerInput(EnergyPlusData &state) | |||
} | |||
|
|||
thisBoiler.ParasiticElecLoad = state.dataIPShortCut->rNumericArgs(8); | |||
thisBoiler.ParasiticFuelCapacity = state.dataIPShortCut->rNumericArgs(10); | |||
if (thisBoiler.FuelType == Constant::eFuel::Electricity && thisBoiler.ParasiticFuelCapacity > 0) { |
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.
Yes, that looks better now, thanks!
Alright, a quick build test of the latest commit with develop pulled in looks good. Unit/integration is fully happy. There is one regression in VAVSingleDuctConstFlowBoiler; the meter file but not time series output. At first glance it seems like big diffs, but they are in monthly Joules, and actually only a tiny part of a percent difference. I'm happy with this and ready to merge. Thanks @shorowit ! |
An extra field was added for Boiler:HotWater in #9925 ```shell $ /Applications/EnergyPlus-23-2-0/energyplus -D -d out -x /Applications/EnergyPlus-23-2-0/ExampleFiles/VAVSingleDuctConstFlowBoiler.idf $ cat out/eplusout.experr ExpandObjects: SEVERE: Too many fields were found for the object: Boiler:HotWater, Number expected=[17], Number found=[18] ` ``
Pull request overview
NOTE: ENHANCEMENTS MUST FOLLOW A SUBMISSION PROCESS INCLUDING A FEATURE PROPOSAL AND DESIGN DOCUMENT PRIOR TO SUBMITTING CODE
Pull Request Author
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
Reviewer
This will not be exhaustively relevant to every PR.