نتایج جستجو برای: hydrogen storage capacity

تعداد نتایج: 584822  

Journal: :International Journal of Hydrogen Energy 2022

We have investigated the hydrogen storage capabilities of scandium decorated holey graphyne, a recently synthesized carbon allotrope, by applying density functional theory and molecular dynamics simulations. observed that one unit cell graphyne can adsorb 6 Sc atoms, each atom up to 5 H$_2$ molecules with an average binding energy desorption temperature -0.36 eV/H$_2$ 464 K, respectively. The g...

Journal: :The Journal of clinical investigation 1949
G R Meneely N L Kaltreider

The use of the foreign gas, helium, for determination of the pulmonary capacity has been reported previously in preliminary form (1). The present report concerns further experience with this method and comparison of results obtained with results by the Christie method (2) and by the Lassen, Cournand, and Richards modification of the Christie method (3, 4) in normal and emphysematous subjects. F...

Journal: :Science and Technology of Advanced Materials 2003

Journal: :Zeitschrift für anorganische und allgemeine Chemie 2022

H2 is regarded to play a crucial role in the transition from fossil fuel-based energy economy towards an environmentally friendly one. However, storage of still challenging, but palladium (Pd) based materials show exciting properties. Therefore, nanoparticulate Pd has been intensely studied for hydrogen past years. Here, we stabilize nanoparticles by intercalation between inorganic nanosheets h...

2014
S. E. Moradi

Development of hydrogen-fueled vehicles can bring economic and environmental benefits through decreased use of oil, and, consequently, a decrease in air pollution and other greenhouse gases.1 However, one of the most important drawbacks of the use of hydrogen as a fuel is that it has to be stored. There are different techniques to store hydrogen. All those techniques have to meet the provisiona...

2000
Y. Ye C. C. Ahn J. J. Zinck

Hydrogen desorption and adsorption properties of the fullerene materials C60 , C70, and fullerite ~a mixture of C60 and C70) were measured volumetrically using a Sievert’s apparatus. Over several cycles of isotherm measurements at 77 K, the hydrogen storage capacities of one of the fullerite samples increased from an initial value of 0.4 wt % for the first cycle to a capacity of 4.4 wt % for th...

2017
Huaiyu Shao

Mg-based materials have been investigated as hydrogen storage materials, especially for possible onboard storage in fuel cell vehicles for decades. Recently, with the development of large-scale fuel cell technologies, the development of Mg-based materials as stationary storage to supply hydrogen to fuel-cell components and provide electricity and heat is becoming increasingly promising. In this...

2015
Feyyaz Durap Salim Caliskan Saim Özkar Kadir Karakas Mehmet Zahmakiran

Intensive efforts have been devoted to the development of new materials for safe and efficient hydrogen storage. Among them, ammonia-borane appears to be a promising candidate due to its high gravimetric hydrogen storage capacity. Ammonia-borane can release hydrogen on hydrolysis in aqueous solution under mild conditions in the presence of a suitable catalyst. Herein, we report the synthesis of...

2017
Antonio Carlos Pavão

Electrical generation from hydrogen, the element with higher energy density per unit mass, requires appropriated materials that can be used in its storage [1]. Palladium, with a high capacity to dissociate, absorb and desorb gaseous hydrogen, has been widely used for hydrogen storage [2], in separation membranes [3] and catalytic hydrogenation [4]. The present DFT calculations on clusters model...

2014
Dan Liu Chao Zeng Haolin Tang Dong Zheng Rong Li Deyu Qu Zhizhong Xie Jiahen Lei Liang Xiao Deyang Qu

*Correspondence: Deyu Qu, Wuhan University of Technology, 122 Luoshi Road, Wuhan, Hubei, China 430070 e-mail: deyuquwuhan@163.com; Deyang Qu, University of Massachusetts Boston, 100 Morrissey Blvd., Boston, MA 02482, USA e-mail: deyang.qu@umb.edu A highly ordered mesoporous carbon (HOMC) has been synthesized through a strongly acidic, aqueous cooperative assembly route. The structure and morpho...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->