1

Get Illuminance at Reference Point (Daylight + Lamp)

Dear all,

I want to get the illuminance [lux] of a zone which depend on daylighting and on the lamp intensity. Unfortunatelly, there is no "illuminance at reference point" output. There is just a "daylighting at reference point" ignoring the light from the lamps. Do you have an idea how to calculate the sum of both light sources? In concrete I am looking for the value a real light sensor would measure at a reference point.

Thank you in advance! P

EDIT: I am using EnergyPlus

Chelydrae's avatar
125
Chelydrae
asked 2020-12-27 17:51:10 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2020-12-29 10:12:09 -0500
edit flag offensive 0 remove flag close merge delete

Comments

@Chelydrae based on your solution, it looks like you're using EnergyPlus, but could you confirm so that others can provide better help?

Aaron Boranian's avatar Aaron Boranian (2020-12-28 11:40:39 -0500) edit

I am using EnergyPlus. I will try to add this to my post.

Chelydrae's avatar Chelydrae (2020-12-28 18:01:09 -0500) edit

@Chelydrae great, in the future you should also include the energyplus tag to let others know the tool that you're using and so that others who follow that tag can get notifications or emails and provide help.

Aaron Boranian's avatar Aaron Boranian (2020-12-29 10:10:58 -0500) edit
add a comment see more comments

1 Answer

1

Dear all,

I have implemented a workaround but still look for a better solution. For anyone having the same problem, here is what I did:

  1. Daylighting Reference Point 1 Illuminance [lux]
  2. Zone Lights Visible Radiation Heating Rate [W]
  3. Divide Zone Lights Visible Radiation Heating Rate by Zone Floor Area [W/m2]
  4. Transform [W/m2] into lux (1 W/m2 = 684 lux)
  5. Sum up daylight and artificial light

This is working. I need to check whether the results are realistic though. If you have a better solution please let me know!

Have a nice day!

Best Regards, P

Chelydrae's avatar
125
Chelydrae
answered 2020-12-28 10:32:01 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments