Solar-cell efficiencySolar-cell efficiency refers to the portion of energy in the form of sunlight that can be converted via photovoltaics into electricity by the solar cell. The efficiency of the solar cells used in a photovoltaic system, in combination with latitude and climate, determines the annual energy output of the system. For example, a solar panel with 20% efficiency and an area of 1 m2 will produce 200 kWh/yr at Standard Test Conditions if exposed to the Standard Test Condition solar irradiance value of 1000 W/m2 for 2.
Timeline of solar cellsIn the 19th century, it was observed that the sunlight striking certain materials generates detectable electric current – the photoelectric effect. This discovery laid the foundation for solar cells. Solar cells have gone on to be used in many applications. They have historically been used in situations where electrical power from the grid was unavailable. As the invention was brought out it made solar cells as a prominent utilization for power generation for satellites.
Electron mobilityIn solid-state physics, the electron mobility characterises how quickly an electron can move through a metal or semiconductor when pulled by an electric field. There is an analogous quantity for holes, called hole mobility. The term carrier mobility refers in general to both electron and hole mobility. Electron and hole mobility are special cases of electrical mobility of charged particles in a fluid under an applied electric field. When an electric field E is applied across a piece of material, the electrons respond by moving with an average velocity called the drift velocity, .
Perovskite (structure)A perovskite is any material with a crystal structure following the formula ABX3, which was first discovered as the mineral called perovskite, which consists of calcium titanium oxide (CaTiO3). The mineral was first discovered in the Ural mountains of Russia by Gustav Rose in 1839 and named after Russian mineralogist L. A. Perovski (1792–1856). 'A' and 'B' are two positively charged ions (i.e. cations), often of very different sizes, and X is a negatively charged ion (an anion, frequently oxide) that bonds to both cations.
Program optimizationIn computer science, program optimization, code optimization, or software optimization, is the process of modifying a software system to make some aspect of it work more efficiently or use fewer resources. In general, a computer program may be optimized so that it executes more rapidly, or to make it capable of operating with less memory storage or other resources, or draw less power. Although the word "optimization" shares the same root as "optimal", it is rare for the process of optimization to produce a truly optimal system.
Energy conversion efficiencyEnergy conversion efficiency (η) is the ratio between the useful output of an energy conversion machine and the input, in energy terms. The input, as well as the useful output may be chemical, electric power, mechanical work, light (radiation), or heat. The resulting value, η (eta), ranges between 0 and 1. Energy conversion efficiency depends on the usefulness of the output. All or part of the heat produced from burning a fuel may become rejected waste heat if, for example, work is the desired output from a thermodynamic cycle.
PerovskitePerovskite (pronunciation: pə'rɒvskaɪt) is a calcium titanium oxide mineral composed of calcium titanate (chemical formula ). Its name is also applied to the class of compounds which have the same type of crystal structure as (XIIA2+VIB4+X2−3), known as the perovskite structure. Many different cations can be embedded in this structure, allowing the development of diverse engineered materials. The mineral was discovered in the Ural Mountains of Russia by Gustav Rose in 1839 and is named after Russian mineralogist Lev Perovski (1792–1856).
Interprocedural optimizationInterprocedural optimization (IPO) is a collection of compiler techniques used in computer programming to improve performance in programs containing many frequently used functions of small or medium length. IPO differs from other compiler optimizations by analyzing the entire program as opposed to a single function or block of code. IPO seeks to reduce or eliminate duplicate calculations and inefficient use of memory and to simplify iterative sequences such as loops.
Nanocrystal solar cellNanocrystal solar cells are solar cells based on a substrate with a coating of nanocrystals. The nanocrystals are typically based on silicon, CdTe or CIGS and the substrates are generally silicon or various organic conductors. Quantum dot solar cells are a variant of this approach which take advantage of quantum mechanical effects to extract further performance. Dye-sensitized solar cells are another related approach, but in this case the nano-structuring is a part of the substrate.
Optimizing compilerIn computing, an optimizing compiler is a compiler that tries to minimize or maximize some attributes of an executable computer program. Common requirements are to minimize a program's execution time, memory footprint, storage size, and power consumption (the last three being popular for portable computers). Compiler optimization is generally implemented using a sequence of optimizing transformations, algorithms which take a program and transform it to produce a semantically equivalent output program that uses fewer resources or executes faster.