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. sgu139Help Needed!推断15数码是否有解,以及推断N数码是否有解的推论

    是这种,要你推断一个15数码是否有解. 我不会,找了这样一个方法. 将16个数按出现顺序存放在一维数组里面, 然后累加每一个数的逆序对数目, 还要加上0到终态的曼哈顿距离,得到一个数x. 因为最后的状 ...

  2. Quartz使用-入门使用(java定时任务实现)

    注:这里使用的是Quartz1.6.5版本号(包:quartz-1.6.5.jar) //測试main函数 //QuartzTest.java package quartzPackage; impor ...

  3. ADS-B 雷达 显示终端5.8

    改动日志 1  更新背景地图. 增加了全国范围内的国际航路.区域航路信息,全部航路信息来自网络及中国民用航空局公布的公开资料:航路採用深蓝色画笔绘制航路中包括有航路代码.高度及报告点信息.代码及报告点 ...

  4. 《C语言及程序设计初步》网络课程主页

    题记 CSDN要开在线教育频道,向我发出邀请,看能否开些课程. 我近日一直在关注着翻转课堂,试图在传统课堂中引入新的元素,这须要资源建设的积累.没有时间表的工作,非常难把握. 为CSDN做在线课程,为 ...

  5. 调试javascript

    Chrome 控制台 如何调试javascript 上面的文章已经大致介绍了一下console对象具体有哪些方面以及基本的应用,下面简单介绍一下如何利用好chrome控制台这个神器好好调试javasc ...

  6. ComponentName意思

    ComponentNameActivity Intent i=new Intent(); i.setComponent(new ComponentName(String packageName,Str ...

  7. RabbitMq install on Centos6.3

    安装服务(root) step 1:  启用EPEL:EPEL是一个Fedora Project 推出的 EPEL(Extra Packages for Enterprise Linux),EPEL是 ...

  8. setTimeout与setInterval的区别

    setTimeout与setInterval的区别:1.setTimeout设置后隔指定时间后只会执行一次2.setInterval设置后会每隔指定时间执行一次3.setTimeout一般在方法内部使 ...

  9. Node填坑教程——过滤器

    所谓“过滤器”,只是一个概念,可以理解是一个路由,也可以理解为一个中间件.原理非常简单,就是利用匹配规则,让其有限匹配在正常的路由前面处理就行了. 比如有如下路由 app.get('/', funct ...

  10. Visual Studio 换颜色

    --- 给 Visual Studio 换颜色 “为革命,保护视力,预防近视,眼保健操开始......” 这个应该是最老版本的眼保健操了,你听过? 一堆废话 且不说上面这个眼保健操到底有木有用,让眼睛 ...