Organic Solar Cells - Theory and Practice
renewable engergy:
Wind
solar
Tidal
Wave
Ocean
Bio
Etc.
How much energy we gonna need as following years:

The unit is of Tera Watts.
And how much we can get from the surroundings:

theoretically
Much of the wind energy are coming from the center of ocean. But it's only efficent now to get engergy by shore.
Biomass: 5-7 TW if we use it all, that would be half of the energy we gonna need. But not enough.
Hydroelectric: It is briiliant but it is limited to the place where there are are load of water and river at some altitude.
Geothermal: It's very tricky to extract energy from heat. And it's very limited to some places such as volcanos and somewhere hot under ocean.
Tide/Ocean currents: It depends on geography and some places of the planet.
Above all, perhaps the largest one is the wind energy.
Solar energy has vast potential. The potential energy has 10,000 TW on the earth.
How much solar energy we can get actually.

photon ---> useful
*['fәutɒn]
n. 光子, 光量子, 光度
【化】 光量子; 光子
【医】 光子
Sun + chemistry = Fuel
Solar fuel:
H20 __with_light__ ---> H2 + 1/2 02
Store energy from the sunlight.
Direct fixing of C02 ---> Liquid or gaseous fuel ( Methane, Formic acid, formaldehyde, Methanol)
methane
*['meθein]
n. 甲烷, 沼气
【化】 甲烷; 沼气
【医】 甲烷, 沼气
formic acid
【化】 甲酸
【医】 甲酸, 蚁酸
formaldehyde
*[fɒ:'mældihaid]
n. 甲醛
【化】 甲醛
【医】 甲醛
methanol
*['meθәnәul]
n. 甲醇
【化】 甲醇
【医】 甲醇, 木醇
Later we can burn it and get energy from it.
These sunlight can be transferred directly into electricity.
Solar thermal engery which means light into heat.
Solar fuel is the lest efficent of the moment.
Solar effience range:
Solar fuel (chemical ) < solar electric (10% -- 20% )< solar thermal ( 85% or more)
But what we get from solar thermal energy is heat. This can be used for industrial heating, process heating, domestic heating.
So we are looking for photovoltaics.
photovoltaic cell
光电池
光生伏打电池
What we need
Requirements:
Large surfaces
Materials
Manufacturing
Low energy payback time
Low carbon footprint
Efficiency
Low cost
Speed
Organic Solar Cells - Theory and Practice的更多相关文章
- Organic Solar Cells - Generations of Solar Cells
Sunlight --> Electricity A. E. Becquerel, 1839 . He stated that we can get energy from sunlight. ...
- Java theory and practice
This content is part of the series: Java theory and practice A brief history of garbage collection A ...
- OVS ARP Responder – Theory and Practice
Prefix In the GRE tunnels post I’ve explained how overlay networks are used for connectivity and ten ...
- Java theory and practice: Thread pools and work queues--reference
Why thread pools? Many server applications, such as Web servers, database servers, file servers, or ...
- Theory And Practice
实践出真知,建议不要一味地看Backbone源码和网上解析,自己动手实践吧少年们! 我是一个简单的简直无可救药的小栗子~ ——Silun Wang 我的几个小问题: 1. Rocket介绍没有Todo ...
- 石墨烯(转自wiki)
石墨烯(Graphene)是一种由碳原子以sp2杂化轨道组成六角型呈蜂巢晶格的平面薄膜,只有一个碳原子厚度的二维材料[1].石墨烯一直被认为是假设性的结构,无法单独稳定存在[1],直至2004年,英国 ...
- MPLS
Multiprotocol Label Switching From Wikipedia, the free encyclopedia "MPLS" redirects here. ...
- Java性能提示(全)
http://www.onjava.com/pub/a/onjava/2001/05/30/optimization.htmlComparing the performance of LinkedLi ...
- [z] 人工智能和图形学、图像处理方面的各种会议的评级
转载自:『http://www.cvchina.info/2010/08/31/conference-ranking-byar/』 澳大利亚政府和澳大利亚研究理事会做的,有一定考价值. 会议名称 会议 ...
随机推荐
- Socket 学习(三)
前2节,说的是 Server 与 Client 的数据交互.服务端IP.端口固定,客户端 网服务端发送消息的时候,他的Socket对面被服务端获取到了,而且链接没有中断,他当然可以很容易回复信息. 现 ...
- MVC验证07-自定义Model级别验证
原文:MVC验证07-自定义Model级别验证 在一般的自定义验证特性中,我们通过继承ValidationAttribute,实现IClientValidatable,只能完成对某个属性的自定义验证. ...
- CentOS 使用yum命令安装Java SDK(openjdk)
CentOS 6.X 和 5.X 自带有OpenJDK runtime environment (openjdk).它是一个在linux上实现开源的java 平台.CentOS yum 命令 安装 ...
- Linux server关闭自己主动
公司linux server发生错误.mysql server没有理由关闭,我找不到理由.Version: '5.6.13-enterprise-commercial-advanced' socket ...
- 如何运行代码apk安装
import java.io.File; import android.app.Activity; import android.content.Intent; import android.net. ...
- Java 之复合赋值运算符
1.引入问题 切入正题,看下面代码,结果应该是怎么样的 public class App{ public static void main( String[] args ){ byte a=1 ; i ...
- HDU 2079-课程时间(生成函数)
课程时间(标题已被修改,注意阅读题) Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Other ...
- 非接触式电子音乐控制器CHIMAERA
本篇文章,我将介绍个有意思的设备. 她就是Chimaera,一个基于电磁场效应的非接触式电子音乐控制器. <弹奏Chimaera的声音> 霍尔效应传感器阵列及其周围部件组成了一个连续的2D ...
- 谈一谈struts2和springmvc的拦截器
最近涉及到了两个项目,都需要考虑全局的拦截器,其功能就是判断session的登陆状态,如果session信息完好,可以从中取得相应的信息,则放行,否则拦截,进入重定向的uri. 既然是全局的拦截器,其 ...
- 读书笔记—CLR via C#委托和attribute
前言 这本书这几年零零散散读过两三遍了,作为经典书籍,应该重复读反复读,既然我现在开始写博了,我也准备把以前觉得经典的好书重读细读一遍,并且将笔记整理到博客中,好记性不如烂笔头,同时也在写的过程中也可 ...