Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
1

Total GSF For Building

asked 2019-04-25 13:11:21 -0500

k's avatar

updated 2019-04-25 17:58:39 -0500

I need to compute the total Gross Square Feet (GSF) for each building that I simulate with EnergyPlus. Is there an easy way to extract GSF from the IDF or simulation output, preferably in an automated way?

edit retag flag offensive close merge delete

Comments

Do you have multiple buildings in the same IDF file?

Luis Lara's avatar Luis Lara  ( 2019-04-25 13:29:24 -0500 )edit

Nope - one building per IDF in my case.

k's avatar k  ( 2019-04-25 13:54:00 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
2

answered 2019-04-25 14:24:03 -0500

updated 2019-04-25 14:24:29 -0500

For an automated way, you could query the output SQLite file with:

SELECT Value from tabulardatawithstrings WHERE ReportName='AnnualBuildingUtilityPerformanceSummary' AND ReportForString='Entire Facility' AND TableName='Building Area' AND RowName='Total Building Area'

edit flag offensive delete link more
2

answered 2019-04-25 14:04:44 -0500

When you successfully run your simulation, you will get a file named eplustbl (normally eplustbl.html but you can change to other extensions such as .tab or .xml).

If you navigate to the Annual Building Utility Performance Summary you will find a section for the Building Area.

edit flag offensive delete link more

Comments

Thank you! This is exactly what I need!

k's avatar k  ( 2019-04-25 14:11:17 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2019-04-25 13:11:21 -0500

Seen: 139 times

Last updated: Apr 25 '19