CIGS-based micro solar cells coupled to Luminescent Solar Concentrator 

Get Complete Project Material File(s) Now! »

High Concentration PhotoVoltaics HCPV

HCPV is the most common CPV systems with the best industrial maturity. HCPV concerns concentration factors higher than 150, which are mainly obtained using Fresnel lenses and to a lesser extent micro-dish or dense array receivers [19]. All these technologies are called “imaging” (by definition they form the source image on the focal point) and consequently can concentrate only direct sunlight. As seen above, they are interesting only in sunny regions.
Fresnel lenses have the same optical function than conventional lenses, their particularity lies in the fact that all the material not needed to perform concentration has been removed (see fig. 1.8). This design makes lens more compact, which eases their implementation, reduces the con-centrator weight as well as wind pressure. More details on Fresnel lens concentrator can be found in this seminal paper [21].
Common HCPV concentration factors vary between 400 and 700, but values higher than 2000 have been reported [22]. The world record, (in terms of module efficiency) is hold by Semprius with 35.5% efficiency for Cgeo = 1100 (ηopt ≈ 0.8) [23]. It is worth noting that eq. (1.6) corollary is that sun tracking system must be extremely accurate to achieve good light concentration with such high concentration factors. In addition, HCPV requires active cooling to keep a reasonable temperature in the solar cells.
What should be understood is that HCPV goal is to achieve cost reduction through expensive semi-conductor material saving. Because concentrating optics is expensive (mainly tracker), targeted solar cells for HCPV are the most efficient (III-V multi-junctions). High concentra-tion optics cost plus additional cost of highly efficient cells (compared to c-Si or thin film) is counterbalanced by the material saving granted by HCPV. Rather, HCPV seems not adapted to concentration on “low cost” solar cells because the material saving induced cost reduction is not high enough.

Medium Concentration PhotoVoltaics MCPV

Medium CPV is a kind of trade off between high optical concentration and high industrial capacity (10 < Cgeo < 150). It is usually done on c-Si PV cells and requires less accurate sun tracker than HCPV. Even a one axis tracking system is sometimes sufficient [24]. Popular optics for MCPV is Fresnel mirror, which are based on the same technology than Fresnel lens. Fresnel mirror enables to make thin a parabola cutting it in different segments. Concentration factors are lower than parabolic compounds but industrialization is easier and cheaper. Figure 1.9 illustrates an example of MCPV: Achieving higher concentration requires other optics, such as prismatic lenses reaching Cgeo = 120 [26]. Going lower in concentration level, we end up with low concentration photovoltaics.

Low Concentration PhotoVoltaics LCPV

Concentration factor lower than 10 belongs to low CPV. Generally LCPV does not require sun tracking system (or simple ones) and consequently are not expensive. Furthermore, the low concentration factor does not require heat dissipation systems. Compatible with low cost cells (thin films or c-Si), LCPV can be a way to increase module performances with a soft extra-cost. Different technologies have been studied. Among them we can highlight:
• Prism Array Concentrator.
• Parabolic mirror.
• Non fluorescent flat plate concentrator.
• Luminescent solar concentrator.

Luminescent Solar Concentrator place in CPV landscape & consistency with low size PV cells

Working with low cost photovoltaic cells (thin films), concentrator must be low-cost to preserve the whole system competitiveness. In this respect, concentration optics should not comprise expensive sun-tracker, and consequently θacc should not be to low. Typically, a value of θacc ≈ 7.5◦ allows to track the sun only one time per hour. HCPV is therefore not adapted (see eq. (1.6)). Taking this line of thought further, any concentration system with θacc 6=π/2 concentrates light on a focal point, which can be an additional challenge if used with extremely low size PV cells. Superimposing micron-size focal points to micron-size solar cells taking into account Sun movement is challenging. As such, θacc = π/2 systems become even more interesting when PV cell has micron size. In addition, these systems can concentrate diffuse light, whose proportion exceeds 50% in temperate regions. Unfortunately, eq. (1.6) greatly limits the concentration factor.
Luminescent Solar Concentrator may be an alternative because this technology has numerous desired benefits (θacc = π/2, low-cost) but also may have concentration factors exceeding the n2 limit derived of eq. (1.6). For all these reasons, we have chosen to evaluate the light concentration potential on micro CIGS-based solar cell with a luminescent solar concentrator (part I). Part II of this work intends to study an innovative light concentration alternative inspired from LSC, in response to LSC fundamental limitations.

Lowering front loss: Photonic Band Stop & dye anisotropic emission

As previously written, front trapping is performed by TIR whose efficiency depends only on refractive indexes and photons angle. Enhancing TIR efficiency requires:
1. Increase Δn = nmat − nair.
2. Anisotropic dye emission to reduce emission in the escape cone.
Implementing the first solution implies an increase of Lext not mentioning difficulties to find a proper material which is still transparent and able to host dyes. Nevertheless clearly a trade-off must be found on refractive index between Lext and Lfront, which will be done later. The second solution would have been far more efficient except that anisotropic dye molecules are hard to conceive and not as efficient (PLQY, absorption and emission spectra). Some work on this field can be found in [38]. A third solution is to take advantage of the fact that photon wavelength after dye emission is red shifted and use an optical filter designed to reflect luminescence. This concept was first proposed by U. Rau [39]. Indeed, the incoming solar spectrum is broad-band but the dye action enables to differentiate three spectral regions illustrated in fig. 2.6.

READ  Perturbations and sharp interface: normal field

Modeling: Algorithm & Flowchart

Following the LSC description adopted in this thesis, there are two main technical solutions to compute a LSC: ray trace and thermodynamic modeling. Thermodynamics-based calculation was not addressed in this thesis, but explanations can be found in A. Chatten and co-workers publications [68, 69], as well as a comparison between the two approaches [70], which concludes that both methods are accurate. A third way of modeling, in Finite-Difference Time-Domain (FDTD), has been investigated [71] in the case of LSC embedded in a photonic crystal (to reduce Self-Absorption). Although efficient, it was done only in 2D.
Ray trace technique is a very common way of modeling LSC using a Monte Carlo algorithm [72, 73, 74]. A home-made code (LSC Vectorized Monte-Carlo Algorithm LSC-VMCA) has been written during this thesis in order to be able to modify it and obtain all the desired data. This section describes its principle, considered events and the inputs/outputs.
By definition a Monte-Carlo method is based on random events to determine a numerical nb. incoming photons value. In our case the numerical value will be the LSC optical efficiency ηopt = . nb. collected photons.
Derive η opt is interesting but do not help to understand the physics of LSC. Yet, knowing how the remaining photons (1 − ηopt) have been lost (which loss channels, which spectral reparti-tion) contributes to understand the value of ηopt. Monte-Carlo technique is really well suited for this task since no additional work is required, except putting flags on the correct code lines. Finally, since Monte Carlo is based on random events, statistics must be done to have accurate results. Statistical data are also available and will be used in this thesis.
This code runs in 3 dimensions and uses Cartesian coordinates. 105 photons coming at normal incidence will be tested to be in a statistical regime and are treated independently. The independence property enables to parallelize the code to run faster. The photons have a spectral density similar to the AM1.5G which can be found on this website [12] 3. LSC-VMCA flowchart is shown in fig. 2.7 and the main blocks will be described.

Table of contents :

Acknowledgements
Abbreviations and acronyms list
General introduction
1 Photovoltaics, one answer to energy challenge 
1.1 Energy issues
1.1.1 Current situation
1.1.2 PV in the electricity mix
1.2 Photovoltaics: from principles to technology
1.2.1 PV basic principles
1.2.1.1 Photo-carriers generation
1.2.1.2 Charge carrier separation
1.2.1.3 Charge collection
1.2.1.4 Efficiency
1.2.2 PV technologies
1.3 State of the Art on photovoltaics light concentration
1.3.1 CPV: interests & features
1.3.2 Different concentration levels for different targets
1.3.2.1 High Concentration PhotoVoltaics HCPV
1.3.2.2 Medium Concentration PhotoVoltaics MCPV
1.3.2.3 Low Concentration PhotoVoltaics LCPV
1.3.2.4 Luminescent Solar Concentrator place in CPV landscape & consistency with low size PV cells
1.4 Big picture
I Luminescent solar concentrator based concentration 
2 Basics of Luminescent Solar Concentrators 
2.1 Luminescent Solar Concentrator: State of the art
2.1.1 Motivations
2.1.2 Description via geometrical optics
2.1.3 Loss channels
2.1.4 Lowering front loss: Photonic Band Stop & dye anisotropic emission
2.1.5 Thermodynamics consideration
2.1.6 Record efficiencies
2.2 Modeling: Algorithm & Flowchart
2.2.1 Flowchart: global-description
2.2.2 Flowchart: quantitative description
2.2.3 Inputs/Outputs
2.2.4 Algorithmics
2.3 Big picture
3 LSC Physics 
3.1 Thermodynamics limit: ideal dye case
3.1.1 Method
3.1.2 All-ideal system
3.1.3 Semi-ideal case: sensitivity analysis
3.1.3.1 Matrix absorption
3.1.3.2 Back loss
3.1.3.3 RPBS loss
3.1.3.4 PLQY loss
3.1.4 Non ideality comparison
3.1.5 Interdependencies of non ideality
3.2 Mismatch effect between dye and solar cell bandgap
3.3 Toward realistic LSC
3.3.1 Semi-ideal dye
3.3.2 Real dye
3.3.3 Realistic system
3.4 Semi-analytical formulation with MBEOs
3.4.1 Expressions derivation
3.4.2 Validation
3.4.3 Reducing MBEOs only to d
3.5 Big picture & LSC fundamental contradiction
4 CIGS-based micro solar cells coupled to Luminescent Solar Concentrator 
4.1 Microcell array and LSC, a winning duo?
4.2 Prototype fabrication & LSC-VMCA validation – Generation 1
4.2.1 Fabrication
4.2.1.1 Microcell array fabrication
4.2.1.2 LSC fabrication
4.2.2 Coupling of generation 1 prototype
4.2.2.1 Measurements
4.2.2.2 Discussion
4.2.2.3 Base-Line case
4.2.2.4 Lowering side loss
4.2.2.5 Back reflection schemes
4.3 Air-gap LSC – Generation 2
4.3.1 Motivations
4.3.1.1 Geometrical effects
4.3.2 Pillar-induced loss
4.3.3 Fabrication
4.3.4 Measurements
4.4 Opal filter on LSC – Generation 2
4.4.1 Experimental
4.4.2 Optical characterization
4.4.3 Conclusion & Perspectives
4.5 Big picture
Part I Conclusions 
II Nanophotonic-based concentration 
5 Nano-antenna for PV applications 
5.1 Nano-antenna and spectral convertor coupling
5.2 Strategies to improve light absorption in a PV absorber
5.2.1 Back surface reflector and classical limit
5.2.2 Nanophotonic light trapping grating and photonic crystal
5.2.3 Nano-wire-based light trapping
5.2.4 Plasmonics-based light trapping
5.2.5 Conclusions
5.3 Optical nano-antenna based on Metal-Insulator-Metal geometry
5.3.1 Description
5.3.2 Resonance mechanisms in a MIM structure
5.3.2.1 Fabry-Perot resonance
5.3.2.2 Plasmonic resonance
5.3.2.2.a Surface plasmon polaritons (SPP)
5.3.2.2.b Plasmonic resonance coupling
5.3.2.3 Guided-mode resonance
5.4 Rigorous Maxwell Constitutive Approximation
5.5 Big picture
6 Mono-Resonant Concentration Device (MRCD) 
6.1 Optical design
6.1.1 Specifications
6.1.2 Modeling: a multi-scale problem
6.1.2.1 Algorithmic
6.1.2.2 Comprehensive approach
6.1.2.2.a Results
6.1.2.2.b Discussion
6.1.2.3 Statistical approach
6.1.2.3.a Global optimization & a particular case
6.1.2.3.b Antenna analysis
6.1.2.3.c Size and material robustness
6.1.2.4 Photon recycling
6.1.3 MRCD improvements
6.1.3.1 Reducing back loss: contacts removal
6.1.3.2 Reducing front (ext.) loss: High matrix refractive index (antireflection coating)
6.1.3.3 Combining high refractive index, no contact layers and ARC
6.1.3.4 Summary
6.2 Fabrication
6.2.1 pin junction reported on pyrex
6.2.2 Top metal patches preparation
6.2.3 Top metal patches & etching
6.2.4 Electrical connection
6.3 Electrical performances
6.3.1 Nano-diode fabrication
6.3.2 Current-Voltage measurements by AFM-CP
6.3.3 Passivation with polyphosphazen
6.3.3.1 Polyphosphazen formation
6.3.3.2 Polyphosphazen characterization
6.3.3.2.a In-situ characterization
6.3.3.2.b Others characterizations (XPS,EDX)
6.3.3.3 Polyphosphazen influence on surface recombination
6.3.3.3.a Luminescence measurements
6.4 Big picture
Part II Conclusions
General conclusions & Perspectives
Résumé en Français
Bibliography 

GET THE COMPLETE PROJECT

Related Posts