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 ?

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 ?

youssra's avatar
145
youssra
asked 2018-07-26 08:51:04 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

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

Eric Wilson's avatar
1.9k
Eric Wilson
answered 2018-07-26 10:12:04 -0500
edit flag offensive 0 remove flag delete link

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
add a comment see more comments