Space Solar Power

Well thanks to my friend SOWMYAN I got to know more about this beautiful technology and a latest trend. Let me get through this systematically:

IMPACT OF SSP ON THE GREENHOUSE EFFECT

AND PRESENTATION OF SSP RESEARCH IN JAPAN

by Nobuyuki KAYA

University of Kobe (Japan)

1 – The concept of Space Solar Power is simple The photovoltaic arrays, the microwave transmitter and the large reflectors are launched into the geosynchronous orbit. The electric energy generated by the photovoltaic arrays on the SPS is converted to microwave, which is transmitted to the receiving antenna and supplied for the ground use. SSP systems will be able to supply more than 1 GW of electricity above to the Earth, which is equivalent to a basic nuclear power station.

There are three arguments to consider for the environment : .

* One is the CO² emission from the Solar Power Satellite. The CO² emission is a very important factor to evaluate the Solar Power Satellite. These days, the greenhouse effect must be reduced to protect the Earth environment.

* The second is the effect of the high power microwave onto the human bodies. High power microwave is radiated from the Solar Power Satellite. Everybody can associate the high power microwave with the microwave oven, and every time I gave lectures on the Solar Power Satellite, everybody asked me if birds flying through the microwave beam could be “Yakitori-ed” by the microwave just like by the microwave oven. We call the grilled birds “Yakitori”, but we should remember the high power microwave is much weaker than the microwave oven, and it cannot grill the flying birds.

* The third point is interference of the high power microwave beam with ionospheric plasma and telecommunications.

2 – Research activities in Japan

We have three space organizations in Japan, one is NASDA, another is ISAS and the last is USEF (Unmanned Space Experiment Free Flyer). NASDA and ISAS belong to the Ministry of Education, while USEF belongs to the Ministry of Economy, Trade and Industry (METI). At the present, we have two independent studies on the Space Solar Power by USEF and NASDA. Concerning the research projects, we have many design projects, rocket experiments that I already mentioned, demonstrations on microwave power transmission, estimation of CO² emission and a test of the biological effects of high power microwaves. Concerning of the SPS concepts, we also have many proposals, the SPS-2000 strawman design by ISAS, and also USEF and NASDA concepts and our Sandwich SPS concepts. We have very active research on the development of the technologies and the environmental and economical assessments.

Microwave power transmission is one of the essential technologies for realization of Space Solar Power. We have performed many experiments and demonstrations to develop the microwave power transmission technology. The first demonstration was an airplane flying by microwave energy transmitted from a car. We made a small radio-controlled model airplane. The car carried a high power microwave transmitter of 1 kW on the roof. The car followed the model airplane while transmitting microwave, with controlled beam direction using phased array antenna technology. The airplane succeeded in flying for 20 seconds with microwaves.

The next demonstration was to transmit 10 kW high power microwave from the ground toward a small airship. The airship had two propellers to climb and change direction, which were driven by the microwave energy. The transmitter had a parabola antenna with a diameter of 3 m. The picture shows the receiving antennas and the airship driven by microwave power.

We are planning a microwave power transmission demonstration on a very long distance in Hawaii, in Maui where there are very high mountains, and in the other big islands. Our plan is to transmit microwave from Mount Haleakala to Mauna Lea at a distance of 120 km, which is a quarter of the distance between the Low Earth Orbit and the ground. We believe this experiment will be of great value for future space power transmission experiments.

3 – In summary

We believe the Solar Power Satellites are one of the very promising energy sources in the future. This recommendation was accepted by the UNISPACE III conference held by United Nation in 1999. As you know, Solar Power Satellites may supply very clean electricity anywhere and anytime in the world. We believe that international collaborations are essential and indispensable to realize the Solar Power Satellites, and we encourage concerned organizations, in the whole world, a) to pursue technical, economical and feasibility studies for SSP, b) to stimulate international cooperation and exchanges concerning SSP, c) to consider seriously SSP for a number of topics, for example in terms of health, environment, electromagnetic spectrum management and frequency allocation, etc…

This was the latest trend. Now the interesting thing is that the entire process is going to depend upon a transmitter/solar radiation to DC converter is an object called RECTENNA. But our friend here was interested in using SYNTENNA. Now the thing about SYNTENNA is as followsA nantenna (nanoantenna) is a solar collection device based on rectifying antennas. The idea of using antennas to collect solar energy was first proposed by Robert L. Bailey in 1972.

A nantenna is an electromagnetic collector designed to absorb specific wavelengths that are proportional to the size of the nantenna. Currently, Idaho National Laboratories has designed a nantenna to absorb wavelengths in the range of 3-15 μm. These wavelengths correspond to photon energies of 0.08-0.4 eV. Based on antenna theory, a nantenna can absorb any wavelength of light efficiently provided that the size of the nantenna is optimized for that specific wavelength. Ideally, nantennas would be used to absorb light at wavelengths between 0.4-1.6 μm because these wavelengths have higher energy than infrared (shorter wavelength) and make up about 85% of the solar radiation spectrum

http://en.wikipedia.org/wiki/Nantenna

The noticeable thing here is that the Nantenna production uses only one system so far and that is ELECTRON BEAM LITHOGRAPHY which is a slow and expensive method and it appears to be a little unstable to consider the heat produced by the microwave, but once again my friend told me that the spectrum is gonna be around 2.5Ghz so it should be totally fine.

Also check out the following videos

Any updates or arguments are more than welcome researchers!!

// 0 &&
result.transliterations[0].transliteratedWords.length > 0) {
var res = result.transliterations[0].transliteratedWords[0];
if(callback){
return callback(ele, res);
}
ele.innerHTML = res;
}
}
});
},
getLang: function(code){
for (l in google.language.Languages) {
if(google.language.Languages[l] == code){
return l;
}
}
},
getLanguageForCode: function(code){
var lang = Transliterate.getLang(code);
if(lang){
lang = Transliterate.getCamelizedStr(lang);
}
return lang;
},

getCamelizedStr: function(str){
str = str.toLowerCase();
str = str.substring(0, 1).toUpperCase()+str.substring(1, str.length);
return str;
},

languageChangeHandler: function(defaultev) {
var dropdown = document.getElementById(‘languageDropDown’);
var selOpt = dropdown.options[dropdown.selectedIndex];
var selectedLang = selOpt.value;
if (!selectedLang.match(“Turn”)) {
Transliterate.transliterationControl.setLanguagePair(google.elements.transliteration.LanguageCode.ENGLISH, selectedLang);
Transliterate._controlDiv.title = ‘Type in ‘+selOpt.title + ‘. Click on the checkbox to turn on/off the language setting.’;
if(!defaultev){
Transliterate.setCookie(‘Transliterate_LANG’, selectedLang);
}
Transliterate.currentLanguage = selectedLang;
}
},

afterChange: function() {
var dropdown = document.getElementById(‘languageDropDown’);
var selOpt = dropdown.options[dropdown.selectedIndex];
var selectedLang = selOpt.value;
if (selectedLang.match(“Turn”)) {
for (var i = 0; i < dropdown.options.length; i++) {
if (dropdown.options[i].value == Transliterate.currentLanguage) {
dropdown.selectedIndex = i;
var lang = dropdown.options[i].text;
}
}

if (document.getElementById("checkboxId").checked) {
document.getElementById("checkboxId").checked = false;
document.getElementById("languageDropDown").style.background = "#CDCDCD";
document.getElementById("languageDropDown").style.color = "#8A8384";
document.getElementById("languageDropDown").parentNode.style.background = "#CDCDCD";
document.getElementById("languageDropDown").style.fontWeight = "normal";
dropdown.options[0].text = "Turn " + lang + " ON";
dropdown.options[0].title = "Turn " + lang + " ON";
dropdown.options[0].value = "Turn " + lang + " ON";
} else {
document.getElementById("checkboxId").checked = true;
document.getElementById("languageDropDown").style.background = "#92C166";
document.getElementById("languageDropDown").style.color = "#000000";
document.getElementById("languageDropDown").parentNode.style.background = "#92C166";
document.getElementById("languageDropDown").style.fontWeight = "bold";
dropdown.options[0].text = "Turn " + lang + " OFF";
dropdown.options[0].title = "Turn " + lang + " OFF";
dropdown.options[0].value = "Turn " + lang + " OFF";
}
Transliterate.transliterationControl.toggleTransliteration();
Transliterate.setCookie('Transliterate_ENABLED', Transliterate.transliterationControl.isTransliterationEnabled());

} else {
if (!document.getElementById("checkboxId").checked) {
document.getElementById("checkboxId").click();
} else {
if (!this.is_local) {
var currLang = dropdown.options[dropdown.selectedIndex].text;
if (document.getElementById("checkboxId").checked) {
dropdown.options[0].text = "Turn " + currLang + " OFF";
dropdown.options[0].title = "Turn " + currLang + " OFF";
dropdown.options[0].value = "Turn " + currLang + " OFF";
} else {
dropdown.options[0].text = "Turn " + currLang + " ON";
dropdown.options[0].title = "Turn " + currLang + " ON";
dropdown.options[0].value = "Turn " + currLang + " ON";
}
}
}
}
},

toggleLanguage: function(event) {
var dropdown = document.getElementById('languageDropDown');
if (event.target.innerHTML == dropdown.options[dropdown.selectedIndex].text) {
if (!document.getElementById("checkboxId").checked) {
document.getElementById("checkboxId").click();
}
}
},

_controlDiv: undefined,
createComponents: function(){
// HRef
var controlHTML = "

“+

“+
“+
““+
“”+
“+

“+

“+

“;
var dDiv = document.createElement(‘div’);
dDiv.innerHTML = controlHTML;
Transliterate._controlDiv = dDiv.firstChild;
//document.importNode(Transliterate._controlDiv, true);
document.body.appendChild(Transliterate._controlDiv);
Transliterate._controlDiv.dimension = {‘width’: Transliterate._controlDiv.offsetWidth, ‘height’: Transliterate._controlDiv.offsetHeight};

if (this.is_local) {
Transliterate._controlDiv.style.display = ‘block’;
} else {
Transliterate._controlDiv.style.display = ‘none’;
}
},
parentWin: undefined,
performAction: function(){
google.load(‘language’, “1″);
google.load(“elements”, “1″, {
packages: ["transliteration"],
});
google.setOnLoadCallback(Transliterate.init);
},
setCookie: function(cookieName, cookieValue, nDays) {
var today = new Date();
var expire = new Date();
if (nDays==null || nDays==0) nDays=30;
expire.setTime(today.getTime() + 3600000*24*nDays);
document.cookie = cookieName+”=”+escape(cookieValue)
+ “;expires=”+expire.toGMTString();
},

getCookie: function(name) {
var theCookies = document.cookie.split(/[; ]+/);
for (var i = 0 ; i < theCookies.length; i++) {
var aName = theCookies[i].substring(0,theCookies[i].indexOf('='));
if (aName == name) {
var c = theCookies[i];
var index = c.lastIndexOf('=');
c = c.substring(index+1, c.length);
return c;
}
}
},

eventAdded: false,
onLoad: function(loadCallback){
if(Transliterate.loaded){
return loadCallback();
}
document.write = function(scr){
var d = document.createElement('div');
d.innerHTML = scr;
document.body.appendChild(d.firstChild);
};
var callBack = function(){
Transliterate.addStyles();
Transliterate.createComponents();
Transliterate.performAction();
loadCallback();
};
Transliterate.addScript('http://www.google.com/jsapi', callBack);
Transliterate.loaded = true;
},
addEvents: function(){
if(Transliterate.eventAdded){
return;
}
Transliterate.eventAdded = true;
document.addEventListener('mousedown', Transliterate.handleEvent, true);
document.addEventListener('focus', Transliterate.handleEvent, true);
/*document.addEventListener('blur', function(ev){
var tar = ev.target;
tar.removeEventListener('click', Transliterate.handleEvent, false);
tar.removeEventListener('focus', Transliterate.handleEvent, false);
}, false);*/
},
autoIdCntr: 1,
isEditableElement: function(el){
var tag = el.tagName;
if(!tag || el.disabled == true || el.readOnly == true){
return false;
}
if(tag.toLowerCase() == 'textarea'){
return true;
}
if(Transliterate.supportTextBoxes && tag.toLowerCase() == 'input' && el.type.toLowerCase() == 'text'){
return true;
}
if(tag.toLowerCase() == 'div' && el.contentEditable.toLowerCase() == 'true'){
return true;
}
if(tag.toLowerCase() == 'iframe'){
var iframedoc = el.contentWindow.document;
if(iframedoc.designMode.toLowerCase() == "on" || iframedoc.body.contentEditable.toLowerCase() == "true") {
return true;
}
}
},
handleEvent: function(event){
try{
// HRef
if (this.is_local) {
var el = document.getElementById('myTextarea');
} else {
var el = event.target;
}
if(Transliterate.isEditableElement(el)){
var lazyLoader = function(){
Transliterate.lazyLoadObjects(el);
};
var initer = function(){
Transliterate.checkAndWaitTillInit(lazyLoader);
};
Transliterate.onLoad(initer);
return;
}
if(!Transliterate.isCntrlsDiv(el)){
Transliterate.showControl(el, true);
}
}catch(e){
}
},
waitCounter: 0,
checkAndWaitTillInit: function(callback){
try{
Transliterate.init();
}catch(e){
if(Transliterate.waitCounter == 15){
return;
}
Transliterate.waitCounter++;
var f = function(){
Transliterate.checkAndWaitTillInit(callback);
};
setTimeout(f, 200);
return;
}
callback();
},
isInTheList: function(el){
for(var i=0; i

Advertisement

~ by vpr2noir on August 22, 2010.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

 
Follow

Get every new post delivered to your Inbox.