First time here? Check our help page!
2

OpenStudio Illuminance map shapes

Has the ability to add custom (i.e match the shape of the space floor surface ) illuminance map shapes in OpenStudio been implemented?

The answer to this question https://unmethours.com/question/8935/... suggests that this was going to be delivered in OS1.9

TomB's avatar
1.7k
TomB
asked 2017-09-05 20:39:32 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-09-06 07:12:01 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

Nope. Unfortunately, there really hasn't been funding for Radiance-related work in OpenStudio in a couple of years, save for bug fixes and package (installer) maintenance.

It's trivial to add illuminance maps to an OpenStudio model programmatically. Difficulty is introduced when you wish to make them non-rectangular. More difficulty is introduced when you wish to make use of these maps beyond EnergyPlus. The main intent of the illuminance map object in OS is to mimic the same object in EP, which can only be rectangular. Radiance has no such limitation, but again the OS illuminance map object is tied to EP compatibility and so is defined by an origin, length, and width.

Arbitrarily-shaped illuminance maps would be best handled outside of the OS model, directly generated off of the exported Radiance geometry or something like that.

rpg777's avatar
7k
rpg777
answered 2017-09-05 21:22:06 -0500, updated 2017-09-06 10:44:17 -0500
edit flag offensive 0 remove flag delete link

Comments

Could comment on how difficult this would be? And perhaps the key steps in the code/measure that would be required?

TomB's avatar TomB (2017-09-05 21:26:29 -0500) edit
add a comment see more comments