First time here? Check our help page!
2

TemperingValve object not recognizing outlet node of pump object

I'm getting an error that

   ** Severe  ** TemperingValve object needs to reference a node that is the outlet of a pump on its loop
   **  Fatal  ** Errors found in input, TemperingValve object LGSTORE1 ZN SERVICE WATER LOOP TEMPERINGVALVE

but the TemperingValve IS referencing the outlet node of a pump on its loop.

Here is the TemperingValve object with Node 137 as the pump outlet node.

image description

Here is the pump with outlet Node 137.

image description

Here is the branch with that pump on it.

image description

And here is the BranchList with the pump and tempering valve on it. The first branch is a Pipe:Adiabatic, the second and third branches is a splitter mixer setup with the TemperingValve object and a WaterHeater:Mixed object, and the fourth branch contains a Pump:ConstantSpeed, WaterHeater:Mixed, and Pipe:Adiabatic from the previous screenshot.

image description

Lastly, here is the splitter and mixer.

image description

image description

It looks like everything is connected correctly to me. Can anyone shed any light on this? Here is a link to download the IDF file.

https://drive.google.com/file/d/1nLap...

mldichter's avatar
2.6k
mldichter
asked 2019-01-16 18:58:55 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2019-01-17 20:00:26 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Turns out that putting the pump object before the TemperingValve rather than after in the plantloop resulted in no errors from energyplus. This is not explicitly stated in the IO Reference, but other objects have similar conditions on relative placement of dependent objects in loops.

I will report this as a documentation bug.

Here is the working idf file if anyone cares.

mldichter's avatar
2.6k
mldichter
answered 2019-01-17 18:15:48 -0500, updated 2019-01-18 10:16:25 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments