-
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
HeatPump:PlantLoop:EIR:*: new fields #4962
Conversation
@@ -390,6 +462,11 @@ namespace model { | |||
|
|||
setReferenceCoefficientofPerformance(7.5); // IDD default |
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 IDD default has changed to 3.0. Should that be captured here?
@@ -450,6 +527,11 @@ namespace model { | |||
|
|||
setReferenceCoefficientofPerformance(7.5); |
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.
Here too.
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.
Model tests, FT tests, required-field, all good.
Missing a min fields update, and some resetXXXCurve function and this is good to go!
@jmarrec segfault in tests - presumably related to new reset curve methods. do you see anything obvious? |
bbdd44c
to
3709fbc
Compare
void HeatPumpPlantLoopEIRHeating::resetMinimumSupplyWaterTemperatureCurve() { | ||
getImpl<detail::HeatPumpPlantLoopEIRCooling_Impl>()->resetMinimumSupplyWaterTemperatureCurve(); | ||
} |
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.
Segfault is here @joseph-robertson (couldn't see it, I had to use a debugger to notice)
-HeatPumpPlantLoopEIRCooling_Impl
+HeatPumpPlantLoopEIRHeating_Impl
CI Results for 9c1449e:
|
We forgot VT! cf #4977 |
Pull request overview
HeatPump:PlantLoop:EIR:Cooling
:HeatPump:PlantLoop:EIR:Heating
: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.