This project, developed by students at Danmarks Tekniske Universitet, explores the efficiency and optimization of solar panels, delving into the mathematical, physical, and technological aspects of solar energy conversion. The project aligns with the broader goal of enhancing the use of solar energy as a sustainable and effective energy source.
- Yuxuan Zhang (s234807)
- Oscar Thorsted Svendsen (s224177)
- Carl Schmidt-Svejstrup (s234840)
- Mikkel Broch-Lips (s234860)
- David Lindahl (s234817)
- Nikolaj Holst Jakobsen (s234818)
- Solar Cell Technology: Introduction to the evolution and technology behind solar cells, focusing on silicon-based cells with over 20% efficiency.
- Mathematical Modeling: Usage of flux integrals to quantify energy received by the solar panels under Standard Test Conditions (STC).
- Numpy Analysis: Scripts for calculating the zeros of functions using the bisection method (
script_numpy.py
). - Solar Position Modeling: Various Python scripts (
koordinatsystem.py
,solarposition_models.py
,Solhverv.py
, and others) to calculate the optimal position and efficiency of solar panels based on the sun's position. - Energy Calculation: Techniques for calculating daily and annual energy output from solar panels, considering optimal angles and positioning.
- Optimization: Analysis of the best installation angles and positions for maximizing solar panel efficiency in Danish households.
- Energy Output Modeling: Year-round simulation to determine the daily and annual energy production, considering changes in sun elevation and panel orientation.
- Curved Surface Analysis: Exploration of whether using a curved surface (quarter-sphere) increases the energy collection efficiency compared to a flat panel.
- Economic Impact: Consideration of energy prices and consumption patterns to determine the most cost-effective solar panel orientations.