1

Daily temperature variables as output.

Hello, does anyone know what should I edit in IDF editor in order to be able to get as Output:Variables the each and every temperature(24 hours) of each and every day of my simulation?? I need the temperatures of my building. I use the same schedule on my every zone, so I am of the belief that I need the hourly setpoints of each and every day of my simulation. I want to use them via BCVTB and change them with the aid of MATLAB GAs. Thank you in advance.

nikossif's avatar
31
nikossif
asked 2017-03-02 17:06:48 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-03-03 08:44:47 -0500
edit flag offensive 0 remove flag close merge delete

Comments

May want to specify what temperatures you are looking, surface, zone, setpoint etc.

David Goldwasser's avatar David Goldwasser (2017-03-02 18:12:25 -0500) edit

Well, I need the temperatures of my building. I use the same schedule on every zone, so I am of the belief that I need the hourly setpoints of each and every day of my simulation.

nikossif's avatar nikossif (2017-03-03 02:08:56 -0500) edit
add a comment see more comments

1 Answer

1

Sounds like you are trying to get daily average zone temperature, is this correct?

You can request timestep or hourly zone mean air temperatures with the Output:Variable object:

Output:Variable,*,Zone Mean Air Temperature,daily;

Or hourly (likely what you want instead):

Output:Variable,*,Zone Mean Air Temperature,hourly;

mdahlhausen's avatar
9.5k
mdahlhausen
answered 2017-03-08 12:57:34 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments