Organic Solar Cells - Generations of Solar Cells
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的更多相关文章
- 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 ...
- Organic Solar Cells - Theory and Practice
renewable engergy: Wind solar Tidal Wave Ocean Bio Etc. How much energy we gonna need as following y ...
- C#使用Aspose.Cells导出Excel简单实现
首先,需要添加引用Aspose.Cells.dll,官网下载地址:http://downloads.aspose.com/cells/net 将DataTable导出Xlsx格式的文件下载(网页输出) ...
- 使用Aspose.Cells读取Excel
最新更新请访问: http://denghejun.github.io Aspose.Cells读取Excel非常方便,以下是一个简单的实现读取和导出Excel的操作类: 以下是Aspose.Ce ...
- C# WinForm 导出导入Excel/Doc 完整实例教程[使用Aspose.Cells.dll]
[csharp] view plain copy 1.添加引用: Aspose.Cells.dll(我们就叫工具包吧,可以从网上下载.关于它的操作我在“Aspose.Cells操作说明 中文版 下载 ...
- Aspose.Cells 导出 excel
Aspose.Cells.Workbook book = new Aspose.Cells.Workbook(); Aspose.Cells.Worksheet sheet = book.Worksh ...
- Aspose.Cells 首次使用,用到模版填充数据,合并单元格,换行
Aspose.Cells 首次使用,用到模版填充数据,合并单元格,换行 模版格式,图格式是最简单的格式,但实际效果不是这种,实际效果图如图2 图2 ,注意看红色部分,一对一是正常的,但是有一对多的订单 ...
- Aspose Cells 添加数据验证(动态下拉列表验证)
参考 :http://www.componentcn.com/kongjianjishu/kongjianjishu/2015-06-04/2781.html Aspose Cells是一款操作和处理 ...
- c# winForm使用Aspose.Cells读取CSV文件中文乱码问题
不废话直接上代码 主要注意是 红色代码部分 Aspose.Cells.TxtLoadOptions lo = new TxtLoadOptions(); lo ...
随机推荐
- 从WebBrowser中取得Cookie 和 WebClient设置cookie!
原文:从WebBrowser中取得Cookie 和 WebClient设置cookie! 从WebBrowser中取得Cookie 的代码 CookieContainer myCookieContai ...
- 收集的VS2013的使用小技巧( 不断总结中)
对于经常使用vs的朋友,如果能用键盘直接做的事,还是键盘更便捷点,现在我就把自己遇到的一些给写下来. 1.对一个函数的说明 先写一个函数,以及参数,完成后,在函数上输入///,vs会自动补全说明的信息 ...
- MAC中在eclipse luna上搭建移动平台自动化测试框架(UIAutomator/Appium/Robotium/MonkeyRunner)关键点记录
这几天因为原来在用的hp laptop的电池坏掉了,机器一不小心就断电,所以只能花时间在自己的macbook pro上重新搭建整套环境,大家都知道搭建环境是个很琐碎需要耐心的事情,特别是当你搭建的安卓 ...
- 从一道数学题弹程序员的思维:数学题,求证:(a+b%c)%c=(a+b)%c
在学校论坛看到这道题目,全忘了的感觉. 如果你是高中的,那我觉得你完全没问题.但是,在这个博客园的圈子,觉得全部人都是程(ban)序(zhuan)员(gong)相关的人员,解决这个问题有点难度,毕竟, ...
- PHP 11:函数
原文:PHP 11:函数 本文章介绍PHP的函数.如何学习呢?可以从以下几个方面考虑 函数是如何定义的?区分大小写吗? 函数的参数是如何定义的? 函数是否支持重载? 函数的返回值是如何定义的. 函数有 ...
- 查询在应用程序运行得很慢, 但在SSMS运行得很快的原因探究
原文:查询在应用程序运行得很慢, 但在SSMS运行得很快的原因探究 查询在应用程序运行得很慢, 但在SSMS运行得很快的原因探究 -理解性能疑点 1 引言 内容来自http://www.so ...
- 利用Delphi监视注册表的变化
转帖:利用Delphi监视注册表的变化 2009-12-23 11:53:51 分类: 利用Delphi监视注册表的变化 我们在编写软件的时候,常常需要把一些信息保存到系统的注册表中.如果 ...
- JAVA中ClassPath妙用
初学java的人肯定都配置过java三大环境变量 . JAVA_HOME:JDK目录 PATH:jdkbin目录 jre目录 CLASSPATH:一般指向类库lib,也可自定义使用 以下例子是个小例 ...
- EF Code First Migrations, 支持MySQL
1.Enable-Migrations 2. Add-Migration TagName 3. Update-Database 注意,每次更改cs后,注意Build,再运行命令. MySql参考: h ...
- HtmlParser的使用-爬虫学习(三)
关于这个HtmlParser的学习资料,网上真的很匮乏,这个好用的东西不要浪费啊,所以我在这里隆重的介绍一下. HtmlParser是一个用来解析HTML文件的Java包,主要用于转换盒抽取两个方面. ...