-
Notifications
You must be signed in to change notification settings - Fork 460
Add Coil:*:WaterToAirHeatPump:EquationFit as valid AirflowNetwork:Distribution:Component:Coil
#10972
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
| } else if (SELECT_CASE_var == "COIL:COOLING:WATERTOAIRHEATPUMP:EQUATIONFIT") { | ||
| ValidateComponent(m_state, | ||
| "Coil:Cooling:WaterToAirHeatPump:EquationFit", | ||
| DisSysCompCoilData(i).name, | ||
| IsNotOK, | ||
| format(RoutineName) + CurrentModuleObject); | ||
| if (IsNotOK) { | ||
| ErrorsFound = true; | ||
| } | ||
|
|
||
| } else if (SELECT_CASE_var == "COIL:HEATING:WATERTOAIRHEATPUMP:EQUATIONFIT") { | ||
| ValidateComponent(m_state, | ||
| "Coil:Heating:WaterToAirHeatPump:EquationFit", | ||
| DisSysCompCoilData(i).name, | ||
| IsNotOK, | ||
| format(RoutineName) + CurrentModuleObject); | ||
| if (IsNotOK) { | ||
| ErrorsFound = true; | ||
| } |
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 Coil:*:WaterToAirHeatPump:EquationFit objects as a possible valid coil choice.
|
@lymereJ Any chance you could support the |
|
I think so. I'll look to add it shortly. |
jasondegraw
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.
This looks good to go in as far as I can see.
@lymereJ we need to start compiling example models that use all of these coils. They probably won't fit in the example file set here, but that's OK. I'll follow up via email soonish.
Pull request overview
Follow-up to #10791, but focuses on
Coil:*:WaterToAirHeatPump:EquationFitcoils.Pull Request Author
Reviewer