First time here? Check our help page!
1

Surface list report

Is there a way to report a list of exterior surfaces along with the zone each surface belongs to? Basically what I need is a envelope summary (in EPlus table output) with additional column indicating the zone location of each surface. Is there a way I can get this from standard EPlus outputs?

Ery Djunaedy's avatar
355
Ery Djunaedy
asked 2019-11-28 23:47:17 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2019-11-29 03:20:14 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

I don't believe that you can add report content to add the name of the zone that a surface belongs to. There is a list of pre-defined summary tables, including the Envelope Summary that you mentioned, as well as custom tables that can contain any output variable or meter. However, there are no output variables for "Parent Zone of Surface" or something similar, as these custom tables are meant to look at dynamic outputs that change each timestep.

You can use an Output:Surfaces:List object that appears to include a "Detailed Surface Data Report" option to add content to the EIO output file about surfaces -- including parent zone names. However, this would be difficult to interpret as the EIO file is text-based.

An alternative would be to provide clear indications to the parent zone name within the name of all surfaces. That way, when you look at the Envelope Summary tables, you know what zone each surface belongs to. DesignBuilder (an interface for EnergyPlus) does a great job of automatically applying such a surface naming scheme. Below is a screenshot example of the Envelope Summary created by a DesignBuilder simulation.

image description

Aaron Boranian's avatar
14.1k
Aaron Boranian
answered 2019-11-29 03:34:20 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments