First time here? Check our help page!
0

EnegyPlus: interior radiation and convection output command

Hi,

Could anyone teach me the command for outputting interior radiation and convection in EnegyPlus? Thanks.

llfan_123's avatar
49
llfan_123
asked 2021-08-04 23:15:12 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

First read this. Summarily, a user can add an object to the IDF to get all possible outputs for that IDF. So, adding something like Output:VariableDictionary, IDF, Unsorted; will result a text file (with the file extension RDD) that contains a complete list of all Output:Variable objects for that specific model. Then find the output variables of interest in the RDD file. In this case one might be Output:Variable,*,Surface Inside Face Convection Heat Gain Energy,hourly; !- Zone Sum [J]. Next, add all output variable objects of interest to the IDF and rerun the model.

Finally, read this for ways to get that output into a more user-friendly format (such as CSV).

bonnema's avatar
191
bonnema
answered 2021-08-05 07:34:25 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments