-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Description:
PV Panels are considered a different geometry type in IES and their geometry is really difficult to handle in the software. it is not possible to draw an element then set it as a PV panel, they must be either drawn with a specific tool or imported via GEM file.
It would be really useful to be able to define the PV Panel geometry in another tool (e.g. Rhino/Grasshopper) then import these into IES via GEM. For this, the IES_Toolkit will need to recognise that the BHoM Panel type = SolarPanel (or other implementation if more appropriate) means that the geometry body in GEM is of Category = 3, Type = 202 and SubType = 0, as shown in the snapshot below.
Will need to take care with surface normals when implementing this. Frustratingly, in IES, PV Panels look exactly the same on the front and the back but will inhibit different characteristics if they are facing the wrong direction (basically the sun shines on to the back of the panel therefore there's no electricity generated!). Users will somehow need to understand which way the panel is orientated before import. It'll also be tricky to check that these things are importing correctly during testing!
