First time here? Check out the Help page!
1 | initial version |
Let me start by saying that if you are a new user of OpenStudio / EnergyPlus, what you want to do is quite complicated.
In order to change a window construction assembly based upon the SHGC, you can use the Energy Management System (EMS) capability of EnergyPlus. This will require that for EACH window surface, you create:
The remaining EMS objects you will require are:
There is a worked out example of changing construction assembly surface assignment in the EMS Application Guide you can refer to.
Note that this approach will only work if the window construction assemblies are defined as individual layers using WindowMaterial:Glazing and similar objects instead of the WindowMaterial:SimpleGlazingSystem that assumes constant SHGC.
You cannot create or edit EMS objects within the OpenStudio application, so you will need to write a measure to incorporate this. There are EMS objects that have recently been added to the OpenStudio SDK, so you can write an OpenStudio measure instead of an EnergyPlus measure.