نتایج جستجو برای: multi wall carbon nanotubes

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

2008
David Tomanek

A bstract. Detailed growth mechanism of single-wall nanotube bundles and of multiwall nanotubes of carbon is investigated using ab initio and parametrized calculations. Our results show that single-wall tubes grow only in presence of a catalyst, whereas multi-wall tubes, stabilized at the growing edge by a covalent "lip-lip" interaction, may form in a pure carbon atmosphere. The individual tube...

Journal: :Journal of electron microscopy 2005
Renu Sharma Peter Rez Michael M J Treacy Steven J Stuart

We report in situ environmental transmission electron microscope observations of the nucleation and growth of multi-wall and single-wall carbon nanotubes formed by the catalytic decomposition of acetylene (C2H2) on Ni/SiO2 catalyst. The growth rate, structure and morphology of the carbon nanotubes formed depended upon reaction temperature and pressure. Under 20-100 mTorr of gas pressures at 480...

The present paper focuses on numerical study for an inclined magneto-hydrodynamic effect on free convection flow of a tangent hyperbolic nanofluid embedded with Carbon nanotubes (CNTs) over a stretching surface taking velocity and thermal slip into account. Two types of nanoparticles are considered for the study; they are single and multi-walled nanotubes. The presentation of single-parameter g...

2013
Mateusz Wierzbicki Ewa Sawosz Marta Grodzik Marta Prasek Slawomir Jaworski André Chwalibog

Angiogenesis is vital for tumour formation, development and metastasis. Recent reports show that carbon nanomaterials inhibit various angiogenic signalling pathways and, therefore, can be potentially used in anti-angiogenic therapy. In the present study, we compared the effect of different carbon nanomaterials on blood vessel development. Diamond nanoparticles, graphite nanoparticles, graphene ...

2000
L. P. Biró G. I. Márk J. Gyulai P. A. Thiry

Carbon nanotubes are a new allotrope of carbon which emerged from the fullerene family [1]. Carbon nanotubes have been discovered by high resolution transmission electron microscopy (HRTEM) in 1991 by Iijima [2]. A single wall carbon nanotube is constituted of one atomic plane with a graphite-like arrangement of C atoms – called a graphene sheet – which is perfectly rolled into a cylinder (Fig....

2016
Tasawar Hayat Khursheed Muhammad Muhammad Farooq Ahmad Alsaedi

Unsteady flow of nanofluids squeezed between two parallel plates is discussed in the presence of viscous dissipation. Heat transfer phenomenon is disclosed via convective boundary conditions. Carbon nanotubes (single-wall and multi-wall) are used as nanoparticles which are homogeneously distributed in the base fluid (water). A system of non-linear differential equations for the flow is obtained...

Journal: :international journal of nanoscience and nanotechnology 2008
h. delavari amrei m. r. mehrnia a. ghanizadeh m. m. montazer-rahmati

volumetric techniques were employed to study the adsorption of co2 on a purified multi-wall carbon nanotubes (mwnt’s) sample, as a mesoporous material, at isothermal conditions of 288, 293 and 298 k and pressures ranging from 30 to 150 kpa. langmuir, freundlich and sips equations were used to represent the isotherms. also the parameters of these fitted isotherm models have been determined. the ...

Journal: :iranian journal of analytical chemistry 2014
jahanbakhsh raoof mohammad ali karimi leila asadian-zarrinabadi mohaddeseh amiri-aref

the electrochemical oxidation and determination of tryptophan (trp) and glutathione (gsh) in the presence of catechol as a homogeneous redox in the aqueous medium were investigated at the surface of a carbon paste electrode modified with multi-walled carbon nanotube (mwcnt-cpe) using cyclic voltammetry (cv), double step potential chronoamperometry and differential pulse voltammetry (dpv) techni...

2008
A. Goyal D. A. Wiegand F. J. Owens Z. Iqbal

Uniform dispersion of pre-synthesized nanotubes in metal matrices is difficult to achieve, and there is substantial damage to the nanotubes during subsequent composite fabrication. The demonstration of an in-situ process involving chemical vapor deposition of single-wall and multi-wall carbon nanotubes into iron matrices without the concomitant formation of iron carbides is reported here. It wa...

Journal: :iranian journal of pharmaceutical research 0
mahmoud jafari department of physics, k. n. toosi university of technology, tehran, iran danial heidari department of physics, k. n. toosi university of technology, tehran, iran pedram ebrahimnejad -department of pharmaceutics, faculty of pharmacy, mazandaran university of medical sciences, sari, iran

multifunctional nanomaterials showed graet advantages in drug delivery. folic acid (fa) binding protein, a glycosyl phosphatidyl inositol anchored cell surface receptor for folate, is overexpressed in several human tumors, whereas it is highly restricted in normal tissues. therefore, in this study, fa, polyethylene glycol (peg), and fe3o4 nanoparticles multifunctionalized short multiwall carbon...

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

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

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