نتایج جستجو برای: scanning electron mi

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

Journal: :Geofluids 2023

The micropore-throat structure is a controlling factor on the capacity of storage and seepage for tight sandstone reservoirs. Therefore, quantitatively analyzing pore-throat crucial realizing oil accumulated in To study micropore-throat, battery experiments such as casting thin sections, scanning electron microscopy, high-pressure mercury injection, petrophysical characteristics reservoirs were...

2007
Weilie Zhou Robert P. Apkarian Zhong Lin Wang David Joy

The scanning electron microscope (SEM) is one of the most versatile instruments available for the examination and analysis of the microstructure morphology and chemical composition characterizations. It is necessary to know the basic principles of light optics in order to understand the fundamentals of electron microscopy. The unaided eye can discriminate objects subtending about 1/60 ̊ visual a...

Journal: :International Journal of Chemical Engineering 2023

Tannery hair wastes are becoming a challenge for tanners regarding environmental pollution control and human health. In this study, an experiment had been designed to hydrolyse sheep in alkaline medium, the operational condition extraction of KH has modeled optimized. The structure, morphology, functional groups, particle size, molecular mass extracts were evaluated experimentally by scanning e...

Journal: :iranian journal of chemistry and chemical engineering (ijcce) 2010
abdolmajid bayandori moghaddam samanesadat hosseini jalil badraghi aghdas banaei

cofe2o4 magnetic nano particles (mnps) were synthesized by an efficient method in aqueous medium with the particle sizes of about 20-50 nm. then, a hybrid nanocomposite of polyaniline (pani)-cofe2o4 mnps has been electrodeposited directly on a stainless steel wire by the potentiostatic method. microscopic images of electrodeposited pani and pani-cofe2o4 nanocomposite coatings were obtained by s...

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

تحقیق حاضر مربوط به واکنشهای شیمیایی و فازهای حاصل از نفوذ سرباره با ترکیب متغیر ایجاد شده در تاندیش به درون ساختار متخلخل پلاستر میباشد اکسید پایه در پلاسترهای متداول mgo است که شامل مقادیری از افزودنیها میباشد و سرباره فولاد حاوی اکسیدهایی نظیر mno,al2o,cao,sio2 و مقادیر ناچیزی از tio2,feo, fe میباشد. نتایج پراش پرتو ایکس و مطالعات میکروسکوپ الکترونی روبشی نشان میدهد که سرباره هنگامیکه به درو...

2011
K. A. Juggernauth K. Sun A. J. Hart

K. A. Juggernauth , K. Sun , A. J. Hart , and S. Daly c a Macromolecular Science and Research Center, University of Michigan, 2455 Hayward St, Ann Arbor, MI 48105 b Electron Microbeam Analysis Laboratory, Department of Materials Science and Engineering, University of Michigan, 2455 Hayward St, Ann Arbor, MI 48105 c Department of Mechanical Engineering, University of Michigan, 2350 Hayward St, A...

Journal: :Geofluids 2022

To explore the dynamic response and damage evolution of coal under multiple high-pressure air blasting (HPAB), simulated specimens were used in HPAB experiments, variation laws stress field, vibration cumulative fracture failure process analyzed from a macro point view. A scanning electron microscope (SEM) mercury intrusion porosimetry (MIP) to observe pore distribution near blasthole specimen ...

Journal: :Advances in Civil Engineering 2021

High autogenous shrinkage property is one of the disadvantages ultra-high-performance concrete (UHPC), which may induce early age cracking and threaten safety structure. In present study, different dosages calcium sulfoaluminate (CSA) cement were added in UHPC as an effective expansive binder. Hydration mechanism, property, compressive strength carried out to investigate effect CSA addition on ...

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

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

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