2

AirLoopHVAC:SupplyPath / AirLoopHVAC:ReturnPath Input

I was trying to modify an existing IDF file to include a certain zones within the file. I am keep getting the below error for a certain air loops. All the details are the same for these air loops and others. Could anybody give me a hint on how to fix this problem.

** Severe  ** During AirLoopHVAC:SupplyPath Input, Invalid Component Name input=VAV_POD_2 SUPPLY AIR SPLITTER
**   ~~~   ** Component type=AIRLOOPHVAC:ZONESPLITTER
** Severe  ** During AirLoopHVAC:SupplyPath Input, Invalid Component Name input=VAV_POD_3 SUPPLY AIR SPLITTER
**   ~~~   ** Component type=AIRLOOPHVAC:ZONESPLITTER
** Severe  ** During AirLoopHVAC:SupplyPath Input, Invalid Component Name input=VAV_POD_4 SUPPLY AIR SPLITTER
**   ~~~   ** Component type=AIRLOOPHVAC:ZONESPLITTER
** Severe  ** During AirLoopHVAC:SupplyPath Input, Invalid Component Name input=VAV_POD_5 SUPPLY AIR SPLITTER
**   ~~~   ** Component type=AIRLOOPHVAC:ZONESPLITTER
** Severe  ** During AirLoopHVAC:ReturnPath Input, Invalid Component Name input=VAV_POD_2 RETURN AIR MIXER
**   ~~~   ** Component type=AIRLOOPHVAC:ZONEMIXER
**   ~~~   ** In AirLoopHVAC:ReturnPath = VAV_POD_2 RETURN AIR PATH
** Severe  ** During AirLoopHVAC:ReturnPath Input, Invalid Component Name input=VAV_POD_3 RETURN AIR MIXER
**   ~~~   ** Component type=AIRLOOPHVAC:ZONEMIXER
**   ~~~   ** In AirLoopHVAC:ReturnPath = VAV_POD_3 RETURN AIR PATH
** Severe  ** During AirLoopHVAC:ReturnPath Input, Invalid Component Name input=VAV_POD_4 RETURN AIR MIXER
**   ~~~   ** Component type=AIRLOOPHVAC:ZONEMIXER
**   ~~~   ** In AirLoopHVAC:ReturnPath = VAV_POD_4 RETURN AIR PATH
** Severe  ** During AirLoopHVAC:ReturnPath Input, Invalid Component Name input=VAV_POD_5 RETURN AIR MIXER
**   ~~~   ** Component type=AIRLOOPHVAC:ZONEMIXER
**   ~~~   ** In AirLoopHVAC:ReturnPath = VAV_POD_5 RETURN AIR PATH
**  Fatal  ** GetZoneEquipmentData1: Errors found in getting Zone Equipment input.
Esmail's avatar
41
Esmail
asked 2016-08-08 01:44:47 -0500
Jamie Bull's avatar
5.1k
Jamie Bull
updated 2016-08-08 09:16:22 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Hard to say without seeing your IDF, but it looks like you may not have defined the AIRLOOPHVAC:ZONESPLITTER and AIRLOOPHVAC:ZONEMIXER for each of your new zones.

Jamie Bull's avatar Jamie Bull (2016-08-08 09:18:05 -0500) edit
add a comment see more comments

1 Answer

2

The problem here was that the splitter and mixer objects were not terminated with a semicolon. (The IDF came in to the helpdesk.)

Archmage's avatar
7.2k
Archmage
answered 2016-08-10 13:43:39 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments