First time here? Check our help page!
3

get system node temperature using AddOutputVariable measure

How to report the "System Node Temperature" for a specific node in OS? I am thinking about using AddOutputVariable measure, but it seems I can only input the variable name and get temperature for all nodes.

In EnergyPlus, I input the node name in the "Key Value" item of the "Output:Variable" section. Where could I input the node name in OS? I am using OS1.7.0.

Yan's avatar
1.2k
Yan
asked 2015-10-01 13:50:17 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2015-11-08 10:35:16 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

3

I don't think there is an existing Measure on the BCL that will do that, but here is one that I use for my own purposes. You enter a node name and a reporting frequency and it will give you all of the important state information for the node including temperature, flow, and humidity ratio (if it is air).

image description

Kyle Benne's avatar
6k
Kyle Benne
answered 2015-10-01 13:57:21 -0500
edit flag offensive 0 remove flag delete link

Comments

3

We should probably update the generic add output variable measure to have a field identifying which object to add, which could be single object or all objects.

David Goldwasser's avatar David Goldwasser (2015-10-01 13:59:42 -0500) edit
add a comment see more comments
3

Here is a measure where you can pick an airloop or plant loop, specify whether you also want demand nodes (it'll include the supply nodes by default) and to pick which output variables and the frequency you do want and it'll add them for all the requested nodes: BCL

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2016-05-30 10:05:33 -0500, updated 2016-05-30 10:05:59 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments