-
Notifications
You must be signed in to change notification settings - Fork 222
V25.2.0-IOFreeze: new AFNCoilNames references #5479
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
Conversation
jmarrec
left a comment
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.
Seems like there's some potential inconsistency on the E+ side and a few objects might be missing, but otherwise this looks good to me.
| \key Coil:Cooling:WaterToAirHeatPump:EquationFit | ||
| \key Coil:Heating:WaterToAirHeatPump:EquationFit | ||
| \key Coil:Cooling:WaterToAirHeatPump:VariableSpeedEquationFit | ||
| \key Coil:Heating:WaterToAirHeatPump:VariableSpeedEquationFit |
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 was actually part of 25.1.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.
This matches the E+ IDD perfectly now.
Notice that Coil:Cooling:DX:SingleSpeed:ThermalStorage is not part of that list.
But that object does have \reference AFNCoilNames on it though...
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.
Similarly, i think the Coil:XXX:MultiStage are missing the reference AFNCoilNames too
I asked for it:
| case IddObjectType::OS_Coil_Cooling_DX_SingleSpeed_ThermalStorage: | ||
| return std::string("Coil:Cooling:DX:SingleSpeed:ThermalStorage"); |
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.
Technically this is NOT valid per E+ IDD
| case IddObjectType::OS_Coil_Cooling_WaterToAirHeatPump_EquationFit: | ||
| return std::string("Coil:Cooling:WaterToAirHeatPump:EquationFit"); | ||
| case IddObjectType::OS_Coil_Heating_WaterToAirHeatPump_EquationFit: | ||
| return std::string("Coil:Cooling:WaterToAirHeatPump:EquationFit"); | ||
| case IddObjectType::OS_Coil_Cooling_WaterToAirHeatPump_VariableSpeedEquationFit: | ||
| return std::string("Coil:Cooling:WaterToAirHeatPump:VariableSpeedEquationFit"); | ||
| case IddObjectType::OS_Coil_Heating_WaterToAirHeatPump_VariableSpeedEquationFit: | ||
| return std::string("Coil:Heating:WaterToAirHeatPump:VariableSpeedEquationFit"); |
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 is good.
But I'm still seeing stuff listed in the E+ AFN:Component:Coil that is NOT in this function
{'Coil:Heating:Electric:MultiStage',
'Coil:Heating:Gas:MultiStage',
'Coil:Heating:WaterToAirHeatPump:EquationFit'}
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.
Coil:Heating:WaterToAirHeatPump:EquationFit I didn't find because line 92 is a copy paste issue.
cb671df to
04ce630
Compare
|
CI Results for 7e7197d:
|
|
Merging for now |
Pull request overview
Pull Request Author
src/model/test)src/energyplus/Test)src/osversion/VersionTranslator.cpp)Labels:
IDDChangeAPIChangePull Request - Ready for CIso that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.