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

How to Report EFLH for schedules in Open Studio?

asked 2019-08-13 12:22:34 -0500

nsimhai's avatar

updated 2019-08-13 13:58:15 -0500

Is there a way to output the equivalent full load hours for a given fractional or on/off schedule, or is there some location in OS that displays this value?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
3

answered 2019-08-14 09:11:31 -0500

pow_skier's avatar

Use the custom reporting measure to edit a sql query from the Energy Meters EPlus table of whichever end use you are looking for.

EFLH = Annual / Max

https://bcl.nrel.gov/node/83274

edit flag offensive delete link more

Comments

2

Thanks, this is a helpful measure I didn't know about, and could be useful for other things as well. Is there some more information on what methods are required to get the different model outputs - e.g. whether to get it from the model as in "model.getBuilding.name.to_s" or from the SQL file or from the SQL tabular data?

nsimhai's avatar nsimhai  ( 2019-08-14 11:12:13 -0500 )edit
3

In a reporting measure you will most likely be using the SQL output file as well as the energy plus table data. Both are accessible via queries accompanied with the .execAndReturn methods to the sqlFile object that is already set up for you in the template!

ParticleSwarm's avatar ParticleSwarm  ( 2019-08-15 12:04:12 -0500 )edit
2

answered 2019-08-14 06:58:18 -0500

I usually calculate the equivalent full load hours based on the resulting energy use of the equipment associated with the fractional or on/off schedule. The calculation is EFLHs = annual energy use / peak energy demand.

An example would be a light fixture with input power of 1 kW that has an annual energy use of 1,126 kWh and a peak energy demand of 0.9 kW. The calculated EFLHs of the schedule assigned to this light fixture would be 1,251.1 hours/year. Note that you use the peak demand and not the input power. If the peak demand is less than the input power, that means that the schedule doesn't include an hour with a fractional value of 1.0.

edit flag offensive delete link more

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

3 followers

Stats

Asked: 2019-08-13 12:22:34 -0500

Seen: 359 times

Last updated: Aug 14 '19