What problem does it solve?
This Skill provides comprehensive knowledge and tools for optimizing building daylighting, addressing visual comfort, glare control, and energy efficiency through daylighting strategies and solar geometry calculations.
Core Features & Use Cases
- Daylight Metrics Calculation: Calculate Daylight Factor (DF), Spatial Daylight Autonomy (sDA), Annual Sunlight Exposure (ASE), and other metrics for daylighting performance evaluation.
- Daylighting Strategies: Explore various daylighting strategies including side-lighting, top-lighting, atriums, light shelves, clerestory windows, and more for different architectural applications.
- Solar Geometry and Shading: Calculate solar position, design shading devices like overhangs and fins, and analyze shading effects on building facades.
- Glare Control: Assess glare sources, calculate Daylight Glare Probability (DGP), and implement glare control strategies.
- Artificial Lighting Integration: Design lighting zones, implement daylight-linked dimming, and optimize for circadian lighting.
- Daylighting Design Process: Follow an eight-step workflow for successful daylighting design, including establishing performance targets, orienting the building, sizing windows, designing shading devices, selecting glazing, and more.
- Exemplar Buildings: Reference real-world case studies for each daylighting strategy.
Quick Start
Calculate the Daylight Factor for a room with a single 3 m x 1.8 m window located 2.7 m above the floor.
df = calculate_daylight_factor(window_height=3, window_width=1.8, room_depth=4.5, window_head_height=2.7)
print(df)