Sunlight --> Electricity

A. E. Becquerel, 1839 . He stated that we can get energy from sunlight. It took a very long time until we made that.

Bell labs, 1950s , Solar panel was invented. Efficiency 6% at that moment. Very expensive. Only for satellites and so on.

People thought a lot about that.

Energy crisis, 1970s.

1st generation

Crystalline silicon, Expensive, High material usage, Embodies a lot of energy

crystalline
结晶的
晶质的

2nd generation

Think file solar cells

Amorphous silicon: Lower temperature ( few hundred degress), Inherent problems (Staebler–Wronski effect

http://en.wikipedia.org/wiki/Staebler%E2%80%93Wronski_effect)

Here is a brife introductions of Staebler–Wronski effect:

The Staebler–Wronski Effect (SWE) refers to light-induced metastable changes in the properties of hydrogenated amorphous silicon.[1]

The defect density of hydrogenated amorphous silicon (a-Si:H) increases with light exposure, causing an increase in the recombination current and reducing the efficiency of the conversion of sunlight into electricity.

It was discovered by David L. Staebler and Christopher R. Wronski in 1977. They showed that the dark current and photoconductivity of hydrogenated amorphous silicon can be reduced significantly by prolonged illumination with intense light. However, on heating the samples to above 150 °C, they could reverse the effect.[2]

amorphous
*[ә'mɒ:fәs]
a. 无定形的, 无组织的
【化】 非晶形的; 无定形的
【医】 无定形的, 非晶形的

But the 2nd generation solar technology has solved the problems as the followings:

1) high embodied energy

2) high manufacturing temperatrue

3) high materials use

But introduced

1) Poor stability

Thin film thechnologies

1) Amorphous silicon

2) Cadmium telluride

3) CIGS  (Copper indium gallium selenide. more from wiki: http://en.wikipedia.org/wiki/Copper_indium_gallium_selenide)

cadmium
*['kædmiәm]
n. 镉
【化】 镉Cd
【医】 镉(48号元素)

telluride
*['teljuraid]
n. 碲化物
【医】 碲化物

All inherently unstable

1) back contacts

2) sensitivity to atmosphere (water / oxygen)

3rd generation

1) lower cost

2) thinner films

3) Lower temperatures

1) > 10% efficiency

2) Thin

3) low materials usage

4) Fast manufacture

what 3rd generation publications are going on?

Publication shows something. But comparing to computer technology, solar energy is upgrading way too slow...

Organic photovoltacis ( poor performance at the present )

1) Scalable

2) no toxic material

3) low environment impact

cycling

Maybe this is the future. but at the present  this kind of organic solar cells need real technology improvements.

Organic Solar Cells - Generations of Solar Cells的更多相关文章

  1. A Systems-Level Characterization of the Differentiation of Human Embryonic Stem Cells into Mesenchymal Stem Cells (解读人:王欣然)

    文献名:A Systems-Level Characterization of the Differentiation of Human Embryonic Stem Cells into Mesen ...

  2. Organic Solar Cells - Theory and Practice

    renewable engergy: Wind solar Tidal Wave Ocean Bio Etc. How much energy we gonna need as following y ...

  3. C#使用Aspose.Cells导出Excel简单实现

    首先,需要添加引用Aspose.Cells.dll,官网下载地址:http://downloads.aspose.com/cells/net 将DataTable导出Xlsx格式的文件下载(网页输出) ...

  4. 使用Aspose.Cells读取Excel

      最新更新请访问: http://denghejun.github.io Aspose.Cells读取Excel非常方便,以下是一个简单的实现读取和导出Excel的操作类: 以下是Aspose.Ce ...

  5. C# WinForm 导出导入Excel/Doc 完整实例教程[使用Aspose.Cells.dll]

    [csharp] view plain copy 1.添加引用: Aspose.Cells.dll(我们就叫工具包吧,可以从网上下载.关于它的操作我在“Aspose.Cells操作说明 中文版 下载 ...

  6. Aspose.Cells 导出 excel

    Aspose.Cells.Workbook book = new Aspose.Cells.Workbook(); Aspose.Cells.Worksheet sheet = book.Worksh ...

  7. Aspose.Cells 首次使用,用到模版填充数据,合并单元格,换行

    Aspose.Cells 首次使用,用到模版填充数据,合并单元格,换行 模版格式,图格式是最简单的格式,但实际效果不是这种,实际效果图如图2 图2 ,注意看红色部分,一对一是正常的,但是有一对多的订单 ...

  8. Aspose Cells 添加数据验证(动态下拉列表验证)

    参考 :http://www.componentcn.com/kongjianjishu/kongjianjishu/2015-06-04/2781.html Aspose Cells是一款操作和处理 ...

  9. c# winForm使用Aspose.Cells读取CSV文件中文乱码问题

    不废话直接上代码 主要注意是 红色代码部分 Aspose.Cells.TxtLoadOptions lo = new TxtLoadOptions();                      lo ...

随机推荐

  1. EF结合SqlBulkCopy

    EF结合SqlBulkCopy在项目中的使用 这是我第一次写博客,由于水平有限,写不出什么好东西,还望见谅. 我现在参与的这个项目采用的是EF框架,方便了数据库的访问.但在实际中,发现项目中导入市县E ...

  2. 解决方案命名空间“System.Web.Mvc”中不存在类型或命名空间名称“Ajax”(是否缺少程序集引用?)

    首先对System.Web.Mvc这个dll文件重新引用本地的,添加引用,搜索mvc就可以出来,选择相应的版本.如果还不能正常运行, 然后右键打开这个项目引用System.Web.Mvc, 将复制本地 ...

  3. Android Studio非gradleproject编译后的apk文件在哪?

    非gradle的apk文件位置和gradle有一些差别,怎样找到apk文件在哪?我直接上图吧,选中project,右键: 在windows是选择"show in exlporer" ...

  4. 第1章2节《MonkeyRunner源码剖析》概述:边界(原创)

    天地会珠海分舵注:本来这一系列是准备出一本书的,详情请见早前博文“寻求合作伙伴编写<深入理解 MonkeyRunner>书籍“.但因为诸多原因,没有如愿.所以这里把草稿分享出来,所以错误在 ...

  5. 浅谈 js eval作用域

    原文:浅谈 js eval作用域 就简单聊下如何全局 eval 一个代码. var x = 1; (function () { eval('var x = 123;'); })(); console. ...

  6. firefox 对WebRTC支持

    本文原创自 http://blog.csdn.net/voipmaker  转载注明出处. firefox pc和android 最新版本号已经默认支持webrtc, 同一时候,firefox在支持V ...

  7. POJ 3602 Typographical Ligatures

    [题意简述]:题意就是输入一串字符串,问我们有多少种不同的字符,也就是说出现过一次的字符,下次就不记到种数中了,特别的有  ff, fi ,fl ,ffi ,ffl,'',``, 这几个每一个算是一种 ...

  8. 如何使用AdvancedInstaller在安装包中运行一个.bat文件

    原文:如何使用AdvancedInstaller在安装包中运行一个.bat文件 1,  首先要保证你的Files and Folders模块下的Application Folder文件夹下包含你要运行 ...

  9. 【工作笔记一】【转】Visual Studio 2012常用快捷键总结

    Visual Studio 2012常用快捷键总结 原文  http://blog.csdn.net/yl2isoft/article/details/9886379   写在前面: 都知道,合理使用 ...

  10. 【转】Android学习系列–App离线下载功能实现

    原文:http://www.cnblogs.com/qianxudetianxia/archive/2011/07/20/2108965.html 宜未雨而绸缪,毋临渴而掘井.----朱用纯<治 ...