You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SystemAirFlowSizing is called for the fans. This defect file has fans in the DOAS.
AirLoopHVAC:OutdoorAirSystem:EquipmentList,
DOAS loop Outdoor air Equipment List, !- Name
Fan:SystemModel, !- Component 1 Object Type
DOAS loop DOAS AHU Supply Fan, !- Component 1 Name
Fan:SystemModel, !- Component 2 Object Type
DOAS loop DOAS AHU Extract Fan; !- Component 2 Name
I don't see any checks for DOAS in this part of the SystemAirFlow sizing module, such as directly above in the heat recovery block or this from HeatingAirFlowSizing:
Issue overview
User file fails here in debug:
EnergyPlus/src/EnergyPlus/Autosizing/SystemAirFlowSizing.cc
Lines 779 to 782 in ec7398a
this->curSysNum
= 2, butstate.dataSize->SysSizPeakDDNum
size is only 1.Seems related to the fixes in #10334 ?
Here's the call stack.
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: