نتایج جستجو برای: solid lubricant

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

Journal: :Journal of composites science 2023

Carbon-fiber-reinforced epoxy composite (CEC) has gained widespread acceptance as a structural material in various applications. Drilled holes are essential for assembling components. Reducing drilling-induced damage and temperature effects is crucial improved surface quality integrity of the drilled composite. In present work, drilling experiments were conducted on CEC, hexagonal-boron nitride...

Journal: :Lubricants 2023

This study compares the film thickness, lubricant temperature, and traction curves of two groups commonly used constitutive models for lubricants in thermo-elastohydrodynamic lubrication (TEHL) modelling. The first group consists Tait equation state, Doolittle Newtonian viscosity model, Carreau shear thinning model. second includes Dowson Roelands–Houpert Eyring simulations were conducted using...

Journal: :International journal of engineering science technologies 2022

The use of petro-lubricants in metal forming leads to lamination oxide on the extrudates due temperature increase and reaction base with some elements lubricant, hence resulting poor surface quality end product. non-biodegradability these lubricants also environmental pollution. Although De-oiled Jatropha Caked has been volarised for so many applications, oil left cake it can still be employed ...

2012
Constantin Ionut MATEI Bogdan MUNTEANU Pierre MIOSSEC Pierre BOULANGER Saw-See HONG

Recent studies have shown the existence of two types of discontinuous lipid structures in the synovial fluid lubricant film: (i) the lipid multilayers which form the synovial fluidcartilage interface [Purbach, Clin.Orthop.Relat.Res.2002], and (ii) lipid vesicles present within lubricant films [Watanabe, Med.Electron.Microsc.2000]. The size of these lipid vesicles, compared to the thickness of t...

Journal: :Sexually transmitted infections 2016
Eric P F Chow Vincent J Cornelisse Tim R H Read David Lee Sandra Walker Jane S Hocking Marcus Y Chen Catriona S Bradshaw Christopher K Fairley

BACKGROUND Apart from penile-anal intercourse, other anal sexual practices (rimming, fingering and saliva use as a lubricant for anal sex) are common among men who have sex with men (MSM). The aim of this study is to evaluate whether these anal sexual practices are risk factors for rectal gonorrhoea in MSM. METHOD A cross-sectional survey was conducted among MSM attending Melbourne Sexual Hea...

Journal: :journal of dental school, shahid beheshti university of medical sciences 0
جابر یقینی j yaghini dental school, isfahan university of medical sciences, isfahan-iran.دانشکده دندانپزشکی، دانشگاه علوم پزشکی اصفهان نرگس نقش n naghsh dental school, isfahan university of medical sciences, isfahan-iran.دانشکده دندانپزشکی، دانشگاه علوم پزشکی اصفهان محمد توکلی m tavakkoli dental school, isfahan university of medical sciences, isfahan-iran.دانشکده دندانپزشکی، دانشگاه علوم پزشکی اصفهان سعیده قریشی s ghoreishi dental school, babol university of medical sciences, babol-iran.دانشکده دندانپزشکی، دانشگاه علوم پزشکی بابل علیرضا آذری a azari dental school, babol university of medical sciences, babol-iran.دانشکده دندانپزشکی، دانشگاه علوم پزشکی بابل احمد مقاره عابد a mogharehabed dental school, isfahan university of medical sciences, isfahan-iran.دانشکده دندانپزشکی، دانشگاه علوم پزشکی اصفهان سیما کیانی

objective: microbial plaque is among the main etiologies of periodontal disease, and tooth brushing with toothpaste is the most commonly used method of plaque control. this study aimed to compare the efficacy of tooth brushing with and without three different dentifrices.   methods: thirty dental students were randomly selected to participate in this clinical trial and were asked to refrain fro...

2007
N. L. McCook D. L. Burris N. H. Kim W. G. Sawyer

bstract Solid lubricating coatings comprise a large segment of tribological materials and under a spherical contact the coating/substrate interface xperiences cyclic shear stress that leads to delamination of the coatings from the substrate and premature failure. The polymeric solid lubricating oating used in this study is an expanded PTFE/epoxy composite. The coatings experience cumulative dam...

2005
Jim Pfaendtner Linda J. Broadbelt Jane Wang

Quantum chemical investigations of the action of hindered phenol radical stabilizers in lubricant degradation chemistry have been completed. We are currently developing the first mechanistic models of lubricant degradation with the aim of including the chemistry of additives such as radical stabilizers that are found in commercial lubricant formulations. A key component of development of these ...

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

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

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