نتایج جستجو برای: specific wear rate

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

, E. Mir Mohammad Sadeghi M. badakhshian M. Karimian, M. Mokhles Pour Esfahani,

In industrial production systems, including the most important factors in the economic field machining operations, reduce tool wear due to abrasive nature of the phenomenon on many factors, including temperature Lathe tool, influences, machining conditions (cutting speed, speed losses, forcing to rebuild parts of the manufacturing tolerances disassemble tool wear is caused by the phenomenon, as...

Journal: :The Journal of bone and joint surgery. British volume 2009
A H Krieg B M Speth P E Ochsner

Polyethylene wear of acetabular components is a key factor in the development of periprosthetic osteolysis and wear at the articular surface has been well documented and quantified, but fewer data are available about changes which occur at the backside of the liner. At revision surgery for loosening of the femoral component we retrieved 35 conventional modular acetabular liners of the same desi...

2013
Mazen Al-Hajjar John Fisher Sophie Williams Joanne L Tipper Louise M Jennings

Metal-on-metal (MoM) bearings have shown low-wear rates under standard hip simulator conditions; however, retrieval studies have shown large variations in wear rates and mechanisms. High-wear in vivo has caused catastrophic complications and has been associated with steep cup-inclination angle (rotational malpositioning). However, increasing the cup-inclination angle in vitro has not replicated...

2012
C.H.Chandra Rao G. Raghavendra Venkateswara Rao

In present investigation the wear behavior of treated and untreated coir dust filled epoxy resin matrix composites were studied. The effect of treated and un treated coir dust concentration (10%, 20% and 30%), varying loads (10, 20 and 30N) and varying velocities (300, 400 and 500) on the abrasive wear rate of composite has been analyzed. The abrasive wear property of the composite is examined ...

Journal: :Journal of biomechanics 2016
Matej Daniel Boris Rijavec Drago Dolinar David Pokorný Aleš Iglič Veronika Kralj-Iglič

In vivo linear penetration in total hip arthroplasty (THA) exhibits similar values for 28mm and 32mm femoral head diameter with considerable variations between and within the studies. It indicates factors other than femoral head diameter influence polyethylene wear. This study is intended to test the effect of patient׳s individual geometry of musculoskeletal system, acetabular cup orientation, ...

A. Mostafapour S. T. Khandani

Friction stir processing was applied for fabricating an aluminum alloy based hybrid nano composite reinforced with nano sized Al2O3 and micro sized graphite particles. A mixture of Al2O3 and graphite particles was packed into a groove with 1 mm width and 4.5 mm depth, which had been cut in 5083 aluminum plate of 10 mm thick. Packed groove was subjected to friction stir processing in order to im...

2017
Yueting Liu

The wear of pipelines, used in slurry transport, results in high costs for maintenance and replacement. The wear mechanism involves abrasion, corrosion, impact, and the interaction among them. In this work, we study the effect of impact on the wear mechanism and wear rate. Results show that when the effect of impact is small, the wear mechanism is dominated by electrochemically induced surface ...

2015
Harpinder Singh Sandhu Vidhata Mehta Jatin Manchanda Gurpreet Singh Phull

Electric Discharge Machining is a non-conventional machining process, used to machining difficult to machine materials. The major problem faced while doing EDM is high tool wear rate, end wear, corner wear , surface roughness and low material removal rate,. In this research work experimental investigations have been made to find the machining characteristics of high density ultra fine graphite ...

Journal: :IOP Conference Series: Materials Science and Engineering 2022

Carbon filled PTFE material has been used in various engineering applications due to its properties of self-lubrication and minimal porosity. In Paper Industry carbon composite is as a mechanical face seal prevent the leakage steam. During sealing application, subjected wear hence, it necessary determine rate compute life when different loading conditions. Researchers have studied tribological ...

2017
Zhiqiang Liu Tianyu Zhu Hugo F. Lopez

In the metal cutting process, the friction and wear behavior between the cutting tool and machined surface is the most important factor that affects the surface quality and the service life of the cutter. The irregular pore structure of porous titanium alloy has changed its mechanical properties and the processing technology. The friction and wear mechanism of the cutting tool and the machined ...

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

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

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