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的更多相关文章

  1. Organic Solar Cells - Generations of Solar Cells

    Sunlight --> Electricity A. E. Becquerel, 1839 . He stated that we can get energy from sunlight. ...

  2. Java theory and practice

    This content is part of the series: Java theory and practice A brief history of garbage collection A ...

  3. OVS ARP Responder – Theory and Practice

    Prefix In the GRE tunnels post I’ve explained how overlay networks are used for connectivity and ten ...

  4. 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 ...

  5. Theory And Practice

    实践出真知,建议不要一味地看Backbone源码和网上解析,自己动手实践吧少年们! 我是一个简单的简直无可救药的小栗子~ ——Silun Wang 我的几个小问题: 1. Rocket介绍没有Todo ...

  6. 石墨烯(转自wiki)

    石墨烯(Graphene)是一种由碳原子以sp2杂化轨道组成六角型呈蜂巢晶格的平面薄膜,只有一个碳原子厚度的二维材料[1].石墨烯一直被认为是假设性的结构,无法单独稳定存在[1],直至2004年,英国 ...

  7. MPLS

    Multiprotocol Label Switching From Wikipedia, the free encyclopedia "MPLS" redirects here. ...

  8. Java性能提示(全)

    http://www.onjava.com/pub/a/onjava/2001/05/30/optimization.htmlComparing the performance of LinkedLi ...

  9. [z] 人工智能和图形学、图像处理方面的各种会议的评级

    转载自:『http://www.cvchina.info/2010/08/31/conference-ranking-byar/』 澳大利亚政府和澳大利亚研究理事会做的,有一定考价值. 会议名称 会议 ...

随机推荐

  1. Uva 409-Excuses, Excuses!(串)

    Judge Ito is having a problem with people subpoenaed for jury duty giving rather lame excuses in ord ...

  2. UIAppDelegate介绍

    #import "GLAppDelegate.h" @implementation GLAppDelegate // 当应用程序启动完毕的时候就会调用(系统自动调用) - (BOO ...

  3. Ubuntu 14.04 编译newLISP 10.6.0

    1. 确保安装了gcc4.8.2 2. 安装须要的库: apt-get install libreadline6 libreadline6-dev 3. 下载并解压newLISP源码,这个不多说了,去 ...

  4. Cf 444C DZY Loves Colors(段树)

    DZY loves colors, and he enjoys painting. On a colorful day, DZY gets a colorful ribbon, which consi ...

  5. 去除a标签链接触摸时产生边框

    排除误解 网络资料说这个属性只用于iOS(iPhone和iPad),其实是错误的,android手机大部分也是支持的,只是显示效果不一样,移动开发并不成熟,更多的还需要大家去实践来辨别真伪- - -w ...

  6. How to:installshield安装包怎样才能出现选择路径的界面?

    原文:How to:installshield安装包怎样才能出现选择路径的界面? 这个问题新手问的很多,installshield的安装包默认设置下选择路径的界面藏在Custom安装类型下.在做完安装 ...

  7. 【hoj】2651 pie 二分查找

    二分查找是一个非常主要的算法,针对的是有序的数列,通过中间值的大小来推断接下来查找的是左半段还是右半段,直到中间值的大小等于要找到的数时或者中间值满足一定的条件就返回,所以当有些问题要求在一定范围内找 ...

  8. Ninject.Extensions.

    最近在使用IoC进行一个较复杂的项目进行架构,在IoC的选择上让我很是纠结.首先我不喜欢大量的配置文件进行配置,那简直是噩梦,比学习一门编程语言还痛苦.我喜欢前一段时间看EF的CodeFirst的那种 ...

  9. 快速构建Windows 8风格应用8-贴靠视图

    原文:快速构建Windows 8风格应用8-贴靠视图 本篇博文主要介绍如何切换出贴靠视图.关于贴靠视图的设计.关于贴靠视图的应用程序栏和如何实现贴靠视图. 如何切换出贴靠视图 第一步:水平方向全屏视图 ...

  10. java 转成字符串 json 数组和迭代

    当你需要转成一串一串的json 排列 .当内容和遍历它们. 首页进口 net.sf.json.JSONArray和net.sf.json.JSONObject 两个jar 包 String str = ...