First time here? Check our help page!
3

Change occupancy profile in BeOpt

I am trying to model various cases for a home; one with a regular working schedule (away 7a-6p) and a working from home schedule where the occupancy is 1.0 the entire day. Any suggestions for doing this? I know that # of bedrooms impacts occupancy, but I can't find anything to adjust the time the occupants are home aside from changing limited appliance schedules.

Thank you in advance for the help!

jtsly9's avatar
41
jtsly9
asked 2020-09-27 09:54:51 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

BEopt allows changing schedules for plug loads, most appliances, and heating/cooling setpoints. That comprises the majority of the building energy use, but you are correct that not every energy use can be scheduled in BEopt. Certain complex schedules (e.g., hot water and lighting) that significantly change based on other inputs (e.g., number of bedrooms, location) cannot currently be user-specified.

shorowit's avatar
11.8k
shorowit
answered 2020-09-30 16:49:24 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks for the confirmation. Is there any way to access the input file for the occupancy schedule and change it that way using code?

jtsly9's avatar jtsly9 (2020-10-01 18:40:31 -0500) edit

The only real option is to modify the C:\Program Files (x86)\NREL\BEopt_2.8.0\Modeling\energyplus.py file, which is a python script that controls translating the BEopt inputs to the EnergyPlus IDF input file. You could override the schedules there.

(There is an option where you could export the EnergyPlus IDF from BEopt and manually edit/run it, but I would strongly discourage going this route. BEopt uses a lot of custom EnergyPlus reports and you would be likely to misinterpret the simulation outputs.)

shorowit's avatar shorowit (2020-10-02 09:56:21 -0500) edit
add a comment see more comments