نتایج جستجو برای: copper composite

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

2009
Lynn Trahey John T. Vaughey Harold H. Kung Michael M. Thackeray

Three-dimensional, microporous Cu6Sn5–Sn architectures were created by electrodeposition of copper and tin onto sintered copper foam substrates and evaluated as anodes for lithium-ion batteries. The electrodes were characterized before and after cycling by X-ray diffraction, scanning electron microscopy, and energy-dispersive X-ray spectrometry. Before cycling, the electrochemically deposited f...

2014
V.Balasubramaniam N.Baskar C.Sathiya Narayanan

Electrical Discharge Machining (EDM) is a time consuming process and the operating cost is high. Optimum machining conditions reduces the machining time in the EDM process and yield better performances. Electrode material is also having their significance in the performances. In this paper a work has been carried out with different electrode materials namely copper, brass and tungsten while EDM...

2014
Edwin Okoampa Boadu Yuan Lin

Copper-Graphite laminate material design has been analysed, and this proposed composite has the ability to enhance heat dispersing more efficiently compared to the traditional high thermal conductivity with weight associated copper and high thermal resistance graphite. A finite element analysis (FEA) is carried out using the material (Cu – Gr) properties to investigate this proof. The design, t...

Journal: :journal of ultrafine grained and nanostructured materials 2014
samaneh bernoosi rasoul azari khosroshahi reza taherzadeh mousavian

in this study, the elemental powders of aluminum and copper were initially subjected to mechanical alloying using an attrition ball mill under argon atmosphere to produce an al-4.5 wt% cu powder alloy. the wc nanoparticles were then added to the powder alloy and milled in a planetary ball mill to explore the role of the wc nanoparticles on the mechanical properties of the fabricated composite p...

Journal: :Molecules 2016
Amal Djelad Amine Morsli Mike Robitzer Abdelkader Bengueddach Francesco di Renzo Françoise Quignard

Chitosan-zeolite Na-X composite beads with open porosity and different zeolite contents were prepared by an encapsulation method. Preparation conditions had to be optimised in order to stabilize the zeolite network during the polysaccharide gelling process. Composites and pure reference components were characterized using X-ray diffraction (XRD); scanning electron microscopy (SEM); N₂ adsorptio...

2015
Kuiyang Wang Jinhua Tang

The background and necessity of application of numerical simulation method in research on friction materials of automotive brake are analysed. The numerical analysis methods of conversion of braking energy, distribution of friction heat, transfer of friction heat and thermal mechanical coupling, are discussed. The dynamic temperature field and thermal stress field of the same brake disc and two...

Journal: :Nature communications 2013
Youbin Kim Jinsup Lee Min Sun Yeom Jae Won Shin Hyungjun Kim Yi Cui Jeffrey W Kysar James Hone Yousung Jung Seokwoo Jeon Seung Min Han

Graphene is a single-atomic-layer material with excellent mechanical properties and has the potential to enhance the strength of composites. Its two-dimensional geometry, high intrinsic strength and modulus can effectively constrain dislocation motion, resulting in the significant strengthening of metals. Here we demonstrate a new material design in the form of a nanolayered composite consistin...

2011
Sang Hoon Nam Yong Seok Kim Hee-Sang Shim Jong Guk Kim Won Bae Kim

We prepared a composite electrode structure consisting of copper nanofiber-networked cobalt oxide (CuNFs@CoOx). The copper nanofibers (CuNFs) were fabricated on a substrate with formation of a network structure, which may have potential for improving electron percolation and retarding film deformation during the discharging/charging process over the electroactive cobalt oxide. Compared to bare ...

1999

The effect of pH and electrochemical potential on copper uptake, xanthate adsorption and the hydrophobicity of sphalerite were studied from flotation practice point of view using electrochemical and micro-flotation techniques. Voltammetric studies conducted using the combination of carbon matrix composite (CMC) electrode and surface conduction (SC) electrode show that the kinetics of activation...

2013
Ahsan I. Nawroj John P. Swensen Aaron M. Dollar

This paper introduces a concept that allows the creation of low-resistance composites using a network of compliant conductive aggregate units, connected through contact, embedded within the composite. Due to the straight-forward fabrication method of the aggregate, conductive composites can be created in nearly arbitrary shapes and sizes, with a lower bound near the length scale of the conducti...

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

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

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