نتایج جستجو برای: underground storage

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

Journal: :The APPEA Journal 2023

As Australia and the world transition to net zero emissions, hydrogen will continue grow in importance as a clean energy source, with underground storage (UHS) expected be key component of this new industry. Salt (halite) caverns are preferred option for hydrogen, given their scale, stability high injection withdrawal rates they can support. The use salt storing gas is an established industry N...

Journal: :تحقیقات آب و خاک ایران 0
بابک ابراهیمی دانشجوی دکتری، دانشکده جغرافیا، دانشگاه اصفهان حمید یوسفیان کارشناس ارشد سازه، شرکت آب منطقه ای اصفهان مهرداد پسندی استادیار، دانشکده علوم، دانشگاه اصفهان

underground dams have recently been considered as hydrological structures for the development of water resources, especially in the dry regions of iran. in this investigation along with the basic studies and the aquifer flow modeling, the probable hydrogeological effects of an underground dam are investigated. the proposed place for the ganjeh underground dam is chehel-khaneh aquifer located in...

2004
Fuat Celik Eric D. Larson Robert H. Williams

We present energy and carbon balances and cost estimates based on detailed Aspen Plus process simulations for five plant designs to co-produce dimethyl ether (DME) and electricity from coal. Four of the designs include capture of CO2 for long-term underground storage. We also illustrate the potential DME offers for reducing emissions by facilitating a shift to more energy-efficient vehicles.

Journal: :gas processing 0
alireza sanaei school of petroleum and geological engineering, university of oklahoma, usa seyed hamidreza yousefi department of petroleum engineering, amirkabir university of technology, iran ehsan khamehchi department of petroleum engineering, amirkabir university of technology, iran

nowadays one of the most important energy sources is natural gas. by depletion of oil reservoirs in the world, natural gasâ will emerge as the future energy source for human life. one of the major concerns of gas suppliers is being able to supply this source of energy the entire year. this concern intensifies during more consuming seasons of the year when the demand for natural gas increases, r...

2008
David B. Cline

We discuss the major scientific issues of the search for proton decay to 10 years lifetime and search for CP violation with a VLBL superbeam ( 2000 km distance). The 100 kT LANNDD liquid Argon TPC is well matched to these goals. We describe the progress in the R&D program for the detector as well as the possible location in an underground laboratory in the USA called DUSEL.

Journal: Gas Processing 2013
Alireza Sanaei Ehsan Khamehchi, Seyed Hamidreza Yousefi

Nowadays one of the most important energy sources is natural gas. By depletion of oil reservoirs in the world, natural gas will emerge as the future energy source for human life. One of the major concerns of gas suppliers is being able to supply this source of energy the entire year. This concern intensifies during more consuming seasons of the year when the demand for natural gas increases, r...

2009
Jae Woon Ahn So-Young Song

To investigate a new method which can reduce hazard distance by accidental explosion in underground ammunition storage facilities, several hazard reducing devices were reviewed. And the portal barricade in front of the portal was one of the IBD reducing devices studied. To investigate the effectiveness of portal barricades, a series of tests were conducted with concave shape portal barricades. ...

Journal: :journal of mining and environment 2015
a. ghasemloonia s. d. butt

underground caverns in rock salt deposits are the most secure disposal method and a type of gas-storing facility. gas storage plays a vital role in ensuring that a strategic relationship is secured between an established energy infrastructure provider and a midstream energy company. the fischells brook area is a pillow-shaped body of salts located in the st. george's bay area of southwest newfo...

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

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

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"; } -->