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

is there a possibility to enter the occupation planing or the density of occupancy in beopt if not how beopt takes into consideration the occupation ?

asked 2018-07-26 08:51:04 -0500

youssra's avatar

is there a possibility to enter the occupation planing or the density of occupancy in beopt if not how beopt takes into consideration the occupation ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-07-26 10:12:04 -0500

There is an equation for number of occupants as a function of the number of bedrooms.

You can modify this equation in the _processOccupants() method in \modeling\sim.py:

occ.num_occupants = 0.63 + 0.92 * unit.num_bedrooms for single family or

occ.num_occupants = 0.87 + 0.59 * unit.num_bedrooms for multifamily

edit flag offensive delete link more

Comments

1

Note that this only adjusts the heat gain of the occupants. Energy use for appliances, hot water use, etc., will still be derived by number of bedrooms.

shorowit's avatar shorowit  ( 2018-07-26 10:31:58 -0500 )edit

So, an easy way to change the occupant density is to change the number of bedrooms. However this only has the resolution of five discrete options: 1,2,3,4,5.

Eric Wilson's avatar Eric Wilson  ( 2018-07-26 10:48:31 -0500 )edit

is there a schedule of occupation because the occuppants are not always at home and that has an influence on the results. i also want to know how much of the power dissipated per person that beopt takes in the calculations

youssra's avatar youssra  ( 2018-08-03 11:07:07 -0500 )edit

That can be found in Figure 25 of the House Simulation Protocols document accessible via the BEopt help menu.

Eric Wilson's avatar Eric Wilson  ( 2018-08-03 17:23:09 -0500 )edit

yeees, thanks Eric for your answers

youssra's avatar youssra  ( 2018-08-04 09:18:16 -0500 )edit

Your Answer

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

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 2018-07-26 08:51:04 -0500

Seen: 142 times

Last updated: Jul 26 '18