Fix Coil Sizing Report for Coil:Heating:Gas:MultiStage and Coil:Heating:Electric:MultiStage#11063
Conversation
… former is not a valid object type
|
|
|
|
||
| heatingCoil.HeatingCoilType = "Heating"; | ||
| heatingCoil.HeatingCoilModel = "ElectricMultiStage"; | ||
| heatingCoil.HeatingCoilModel = "Electric:MultiStage"; |
There was a problem hiding this comment.
This results in a CompType of Coil:Heating:ElectricMultistage in the sizing routines which leads to information in the CoilSelectionReport object to be ignored because that is not a valid coil type name.
|
Diffs are attributed to correction of coil type: Need to check what the result is from this branch for: |
|
There are still issues with the reporting of sizing data but the coil type has been corrected. Total and Sensible capacity should both show 45000 W and the air flow and conditions used during sizing should be reported correctly, this is a separate issue. |
|
I do not know how to address this other issue. Someone else will have to do that. |
|
@Myoldmopar this branch is ready to merge. |
|
Looks like Decent decided it wanted one more pass here. I'll give it a few more minutes, then this can merge. |


Pull request overview
Description of the purpose of this PR