// Theme bootstrap (pre-paint): apply persisted theme before CSS renders // Default is LIGHT unless a theme was explicitly stored. (function () { try { var t = localStorage.getItem('minsungkim.theme'); if (t === 'dark') document.documentElement.classList.add('dark-mode'); else if (t === 'light') document.documentElement.classList.remove('dark-mode'); } catch (e) {} })(); sci6125

Natural Ventilation & Radiation Simulation

Gropius House, Walter Gropius (1883-1969), 1938

SCI6125: Building Simulations
Instructor: Ali Malkawi
Team: Hugo Ho, Min Sung Kim
Spring 2020, GSD