1

how to set inside air temperature as an output variable in warehouse model

How to Set inside air temperature as an output variables in Warehouse model. there are only two variables shown ie inside and outside surface temperature. i am trying to find the inside air temperature of warehouse without any air conditioning.

gulabm77's avatar
23
gulabm77
asked 2017-02-20 07:29:43 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-05-08 18:20:48 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

You didn't tag which software you're using, but I'll assume it's rooted in EnergyPlus. You need to add the following Output:Variable object.

Output:Variable,
  ,                         !-Key Value
 Zone Mean Air Temperature, !- Variable Name
 Hourly;                    !- Reporting Frequency

Look at the *.rdd file in the E+ output directory of your *.idf for more variable names.

Adam Hilton's avatar
3.5k
Adam Hilton
answered 2017-02-20 07:57:07 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments