ZoneHVAC:HybridUnitaryHVAC Second and Third fuel types - consumption is not metered #7520
Closed
3 tasks
Labels
Defect
Includes code to repair a defect in EnergyPlus
NotIDDChange
Code does not impact IDD (can be merged after IO freeze)
Milestone
Issue overview
Based on code review while removing fuel type synonyms, it appears that:
These energy consumption variables for ZoneHVAC:HybridUnitaryHVAC are not connected to a meter:
Zone Hybrid Unitary HVAC Secondary Fuel Consumption
Zone Hybrid Unitary HVAC Third Fuel Consumption Rate
Zone Hybrid Unitary HVAC Supply Fan Electric Energy is metered, that seems ok. But Zone Hybrid Unitary HVAC Electric Energy is also metered. If the fan energy is included in this, then it's gettting double-counted on the electric meter.
Field: First Fuel Type has a full range of choices, but the default it electricity (in code, noted in the IDD), but this appears to be connected to the Electric meter - not variable based on which fuel type is specified in the input. Actually, I'm not finding where this is metered.
There are several (maybe more) variables which have SetupOutputVariable statements but searching HybridUnitaryAirConditioners.cc for the variable name shows it does not appear to be used. Stopped looking after these three, there could be more?
Details
Some additional details for this issue (if relevant):
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered: