Fast and Accurate Daylighting Simulation

My PhD thesis from MIT, Validated Interactive Daylighting Analysis for Architectural Design, can be read in full as as a pdf.

Abstract

The conventional approach to predicting interior illumination and visual discomfort in buildings is to run a ray tracing simulation with high accuracy settings, wait while the simulation processes, and repeat as necessary with modifications to the scene and settings. This workflow lacks interactivity and usually occurs late in the design process to validate a completed design, if at all. For architecture to benefit from daylight as a practical, glare-free alternative to electric lighting, daylighting simulation and visual discomfort predictions must be available in real time during design. This thesis describes three innovations towards this goal: development of a parallel ray-tracing engine, validation against high dynamic range (HDR) photography and annual simulations, and human subject tests with interactive progressive rendering.

Lighting simulation can be sped up more than an order of magnitude by running it in parallel on readily available graphics processing units (GPUs). Accelerad is a GPU-accelerated version of Radiance synthetic imaging software for global illumination simulation developed by the author, introducing a novel method for parallel multiple-bounce irradiance caching. In validation studies comparing simulated and measured luminance and visual discomfort, Accelerad achieves similar accuracy to Radiance at a speedup of 16 to 44 times. Applied to annual simulation methods to calculate climate based daylighting metrics such as daylight autonomy and annual sun exposure, Accelerad is 10 times faster than DAYSIM and 25 times faster than the five-phase method. Additionally, a progressive path tracing option is explored that calculates glare probability in seconds and enables interactive visual discomfort simulation.

By providing accurate lighting simulation results to designers in real time, this information is expected to inform the design process in ways not previously possible. In human subject tests, the availability of real-time feedback was associated with increased exploration of the design space, higher confidence in proposed designs, higher satisfaction with the design task, and better performing designs with respect to daylight autonomy and daylight glare probability. This supports the theory that system response time affects users’ cognitive states and suggests that designers will be more likely to adopt building performance simulation tools if they produce reliable results at interactive speeds.

Thesis Defense

This is a recording of my thesis defense, which took place on April 3, 2017.

Accelerad

Accelerad is a free suite of programs for lighting and daylighting analysis and visualization that I developed at MIT's Sustainable Design Lab. The suite uses physically-based backward ray tracing algorithms inspired by Lawrence Berkeley National Laboratory’s popular Radiance software suite by Greg Ward. These algorithms are accelerated up to twenty times faster using OptiX™, a ray tracing engine built for the graphics processor unit (GPU). The acceleration factor scales with the number of available GPUs and is expected to increase on new generations of hardware. In order to allow for smooth adoption among Radiance users and software developers, Accelerad maintains compatibility with Radiance scene and output file formats and uses a subset of Radiance’s material modifiers and command-line arguments.

These images show false color comparisons of images created with Radiance's rpict program and the equivalent program in Accelerad.