Skip to content
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

RoomAir:Node:AirflowNetwork:HVACEquipment does not work with air terminal units #8419

Closed
1 of 3 tasks
mjwitte opened this issue Dec 11, 2020 · 0 comments · Fixed by #9498
Closed
1 of 3 tasks

RoomAir:Node:AirflowNetwork:HVACEquipment does not work with air terminal units #8419

mjwitte opened this issue Dec 11, 2020 · 0 comments · Fixed by #9498
Assignees

Comments

@mjwitte
Copy link
Contributor

mjwitte commented Dec 11, 2020

Issue overview

When RoomAir:Node:AirflowNetwork:HVACEquipment is used with an air terminal unit, such as AirTerminal:SingleDuct:ConstantVolume:NoReheat, the simulation fails with a fatal error.

   ** Severe  ** GetRoomAirflowNetworkData: The equipment listed in ZoneEquipList is not found in the lsit of RoomAir:Node:AirflowNetwork:HVACEquipment objects =
   **   ~~~   ** NORTH_ZONE PTAC ADU. Please check inputs of both objects.

The room air model is checking if every item on the ZoneHVAC:EquipmentList has a corresponding RoomAir:Node:AirflowNetwork:HVACEquipment object, but air terminal units do not appear directly on the equipment list, they are inside a ZoneHVAC:DistributionUnit object.

Prior to v9.3, AirTerminal:SingleDuct:Uncontrolled ran ok, because that type of terminal unit did go directly on the zone equipment list. But that object was transitioned to AirTerminal:SingleDuct:ConstantVolume:NoReheat which does live inside an air distribution unit, so now it's broken.

RoomAir:Node:AirflowNetwork:HVACEquipment in the IDD lists many other AirTerminal:* as options, but it appears that those never worked.

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.

  • Defect file added EnergyPlusDevSupport\DefectFiles
  • Ticket added to Pivotal for defect (development team task)
  • Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants