Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
3

How to set site ground reflectance in OpenStudio?

asked 2017-05-09 20:34:18 -0500

TomB's avatar

Using OpenStudio, how can I set the Site:Ground:Reflectance?

Related Question setting Ground Temperatures

Related Documentation Site Ground Reflectance sdk docs

edit retag flag offensive close merge delete

Comments

FYI, this property is not linked to the Radiance model. Something for the wish list...

rpg777's avatar rpg777  ( 2017-05-12 11:23:02 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
1

answered 2017-05-10 08:33:43 -0500

updated 2017-05-10 08:34:24 -0500

Here is the documentation for the SiteGroundReflectance class (not the "Site_GroundReflectancefields" class, which is something different).

The setJanuaryGroundReflectance (etc.) methods should work to set the ground reflectance by month.

edit flag offensive delete link more
3

answered 2017-05-10 23:26:15 -0500

TomB's avatar

Through Sketchup, via the Ruby Console:

sketchup_model = Sketchup.active_model
model = sketchup_model.model_interface.openstudio_model
gr = model.getSiteGroundReflectance()
gr.setJanuaryGroundReflectance(0.2)
... rinse and repeat...
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2017-05-09 20:34:18 -0500

Seen: 177 times

Last updated: May 10 '17