Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lighting gains are not included into occupancy model #879

Closed
icupeiro opened this issue Aug 7, 2018 · 5 comments
Closed

lighting gains are not included into occupancy model #879

icupeiro opened this issue Aug 7, 2018 · 5 comments
Assignees
Milestone

Comments

@icupeiro
Copy link
Member

icupeiro commented Aug 7, 2018

The occupancy model only accounts for internal gains coming from the occupants, but no relating to the lighting. This gains are mainly radiative

To solve this my first approach is extending the model IDEAS.Buildings.Components.InternalGains.Simple and assuming that lighting is on if at least one occupant is in the zone. Default value for this gains are 3*A_zone (3 W/m2), but it could be modified by the user to directly introduce the manufacturer power of the lighting. I will push this first version soon (EDIT: see https://github.com/open-ideas/IDEAS/tree/issue879_lightingGains). Nevertheless it should be improved to account also for the lighting coming through the windows, or using some sort of schedule, since lights does not have to be on all the time.

Heat gains for appliances (computers in offices, etc..) can be also included

@Mathadon
Copy link
Member

Mathadon commented Aug 8, 2018

@icupeiro I have considered such a model before and I'm not sure whether it should be part of the occupant model since some people may want to simulate lighting without occupants and vice versa. Integrating the models too much may also be less transparant in terms of what assumptions we make. I'd like to discuss into more detail before we implement such a model to avoid having to revert it later on, which is backwards incompatible.

@Mathadon Mathadon modified the milestones: Release 2.x, Release 2 Aug 8, 2018
@icupeiro
Copy link
Member Author

icupeiro commented Aug 8, 2018

@Mathadon Then I suggest creating a lightingGains model with three options: occupant-based, schedule-based and light-based (for the latter one we would need to compute the amount of light which enters through the windows)
PS I'll be back next Monday to discuss it further

@Mathadon
Copy link
Member

Mathadon commented Aug 8, 2018

yup, to be discussed!

@icupeiro
Copy link
Member Author

icupeiro commented Aug 13, 2018

@Mathadon
From 2017 ASHRAE Fundamentals :
Light gains are explained in Chapter 18, with two ways of calculating the light gains

  • Computing them from the total light wattage, special allowance factor and use factor. The latter one could be computed as discussed (either active when at least one occupant is in the zone or by means of schedule) while the former ones could be provided by the manufacturer
  • Estimation on a per-square-metre basis (A table with lighting power densities is provided)
    An additional table provides factors to divide the heat between room/ballast and radiative/convective

Based on this I have developed a model and pushed it to the branch
At this point I only took into consideration that the lights are on if nOcc is >0
A schedule option should be implemented

@Mathadon
Copy link
Member

closed through #900
Thanks @icupeiro for the implementation work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants