نتایج جستجو برای: coadsorption of co2 h2o

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

Nanoparticles of coordination polymer [Co2(pydc)2(H2O)6]n.2n H2O [H2pydc = pyridine-2,5-dicarboxylic acid] have been synthesized by sonochemical method and characterized by elemental analysis, infrared spectroscopy, powder X-ray diffraction, scanning electron microscopy, DLS particle size analysis and TGA/DTA. The structure of single crystalline coordination polymer developed from nanosized coo...

Journal: :journal of nanostructures 2014
h. n. sheikh m. yawer s. sanotra m. kariem

nanoparticles of coordination polymer [co2(pydc)2(h2o)6]n.2n h2o [h2pydc = pyridine-2,5-dicarboxylic acid] have been synthesized by sonochemical method and characterized by elemental analysis, infrared spectroscopy, powder x-ray diffraction, scanning electron microscopy, dls particle size analysis and tga/dta. the structure of single crystalline coordination polymer developed from nanosized coo...

2007
Youxue Zhang Zhengjiu Xu Mengfan Zhu Haoyue Wang

[1] Knowledge about the properties of silicate melts is needed by volcanologists and petrologists to evaluate the dynamics of volcanic eruptions and magmatic processes. These properties include the solubility and diffusivity of volatile components in silicate melts, silicate melt viscosity, and the fragmentation condition. Data and models of each property are reviewed and assessed. For rhyoliti...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تربیت مدرس - دانشکده علوم پایه 1390

طراحی و سنتز پلیمر های کئوردینانسیونی متخلخل یا چارچوب های فلز- آلی به علت ساختارهای جالب این ترکیبات و قابلیت های کاربردی آنها برای ذخیره و جداسازی گاز، کاتالیز، تشخیص و جداسازی انانتیومرها، خواص مغناطیسی، تنظیم لومینسانس و غیره توجه زیادی را به خود جلب کرده است. اخیرا مشخص شده است که برخی لیگاندهای آلی مسطح صلب مثل ایمیدازول-5،4-دی کربوکسیلیک اسید (h3idc) برای تشکیل چارچوب های فلز- آلی مناسب ...

2010
Hsin-Ta Hsueh Chi-Liang Hsiao Hsin Chu

Ammonia was used for the major absorbent while sodium hydroxide was used as a reference in either a bubble column (semi-batch reaction) or a packed tower (continuous reaction) to absorb CO2 in this study. In the bubble column, bubbling time as a function of temperature, pH, and dissolved inorganic carbon concentration in the solution was measured to see the characteristics of the reaction and t...

Journal: :journal of particle science & technology 2015
mohammad taghi behnamfar

the mononuclear gd(iii) complex, [gd(l)3(h2o)5] (where l is alizarin yellow r (nac13h8n3o5)), has been prepared in h2o under reflux condition. the gd(iii) complex has been characterized by elemental analysis and spectroscopic methods (uv–vis and ft–ir). the gd2o3 nanoparticles were prepared by the calcination of the gd(iii) complex in air at different temperatures up to 600 °c for 2 h. the calc...

2013
Sauro Pierucci Jiří J. Klemeš Cláudia F. S. Lirio Fernando L. P. Pessoa

The enthalpy of dissociation is an important property of clathrate hydrates. Through it is possible to obtain some conclusions about the microscopic structure formed. It can be obtained by direct methods of measurement or estimated by indirect methods. However, the inherent difficulties of direct methods influence the accuracy of this methodology. Given this, the direct or indirect methods show...

Journal: :Carbon 2021

This work investigates the pore development in biochar during gasification using synchrotron small angle X-ray scattering (SAXS) as an situ characterization technique. The influence of gasifying agents (H2O, CO2 or H2O/CO2) and temperature on structure was studied by carrying out hour-long mallee wood (106–250 μm) in: (i) H2O at 700, 800 900 °C respectively, (ii) 700 °C, (iii) a mixture (H2O/CO...

2017
Wim Buijs Stijn de Flart

Several reactions, known from other amine systems for CO2 capture, have been proposed for Lewatit R VP OC 1065. The aim of this molecular modeling study is to elucidate the CO2 capture process: the physisorption process prior to the CO2-capture and the reactions. Molecular modeling yields that the resin has a structure with benzyl amine groups on alternating positions in close vicinity of each ...

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

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

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