1

How can we assign lights in a zone that have zero electrical load but have lighting load?

Hello! I am trying to model a solar illuminated vertical farm in Energyplus. For this, I have some lights that uses the sunlight carried with optical fibers, therefore they have zero electrical load. However, I want to take their thermal load into account in my analysis, therefore I want to assign a lighting density but make it seem like they do not consume electricity.

asli.kaya's avatar
33
asli.kaya
asked 2022-04-20 00:36:59 -0500, updated 2022-04-20 00:39:56 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

2

The typical way to add/remove heat from a zone without also adding electricity or fuel use is to use an OtherEquipment object and set its Fuel Type field to "None" (or leave it blank). As the documentation states:

If the None fuel type is selected (the default if left blank), no end uses will be associated with the object, only the zone gains.

You can read more about how this object works here, for example.

shorowit's avatar
11.8k
shorowit
answered 2022-04-20 03:31:38 -0500, updated 2022-04-20 03:32:42 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you so much, I wasn't sure if other equipment could contribute to the heat gain, therefore energy consumption for thermal loads. It helped a lot, thanks.

asli.kaya's avatar asli.kaya (2022-04-20 04:16:11 -0500) edit
add a comment see more comments
1

There is also an EnergyPlus Object DaylightingDevice:Tubular which you may be able to use for this purpose. This object will respond to the weather conditions outside and may give a more accurate representation of the light and loads inside the space.

kwalkerman's avatar
1.5k
kwalkerman
answered 2022-04-20 07:10:53 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments