3

Modelling retractable aluminised insulation

I’m modelling a greenhouse where an aluminised insulation screen covers the entire roof (internally) whenever internal temperature falls below 16℃ to protect the crops. Does anybody know if it is possible to model this in EP?

Mroy's avatar
127
Mroy
asked 2015-12-31 13:54:22 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2016-01-01 09:37:16 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Next time, try to use tags that already exist. This makes it more likely your question will appear when users search for questions related to specific topics. Check out the help page for more info on how to use tags.

Aaron Boranian's avatar Aaron Boranian (2015-12-31 15:58:32 -0500) edit
add a comment see more comments

1 Answer

4

It is possible to use the EMS actuator object for Surface Construction State and EMS Construction Index Variable object, where you can apply conditions where a surface will change the construction assembly it references. There is an example in the EMS Application guide about how to change the construction of a window to account for thermochromic technology that changes window transmittance in response to changes in window surface temperature. The application is close to what you want to do, but should only require creation of two Construction objects: one for the greenhouse roof with the aluminised insulation screen and one for the greenhouse roof without the insulation. If you want to control according to the greenhouse internal temperature, you will also need to reference the zone's mean air temperature as an EMS Sensor object so that it can be used as an EMS variable. Finally, you'll want to use an EMS Program object to tell EnergyPlus the conditions for the changes you want to make to the model and an EMS Program Calling Manager object to tell EnergyPlus when to execute the EMS program during the simulation.

Aaron Boranian's avatar
14.1k
Aaron Boranian
answered 2015-12-31 14:51:47 -0500, updated 2015-12-31 14:53:48 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks a lot Aaron for your comprehensive reply.

Mroy's avatar Mroy (2016-01-02 06:36:25 -0500) edit

You're welcome @Mroy! If you feel the answer addresses your question, click on the check circle next to it so that other users know it's a good answer.

Aaron Boranian's avatar Aaron Boranian (2016-01-03 12:28:21 -0500) edit
add a comment see more comments