نتایج جستجو برای: hertz contact model

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

2005
George C. Shields

Laboratory exercises that illustrate quantum phenomena provide students with motivation for the study of quantum mechanics. That microscopic matter exists in quantized states can be demonstrated with modem versions of historic experiments: atomic line spectra (I), resonance potentials, and blackbody radiation. The resonance potentials of mercury were discovered by Franck and Hertz in 1914 (2). ...

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2007
L Bonneau B Andreotti E Clément

Due to the nonlinearity of Hertzian contacts, the speed of sound c in granular matter is expected to increase with pressure as P(1/6). A static layer of grains under gravity is thus stratified so that the bulk waves are refracted toward the surface. The reflection at the surface being total, there is a discrete number of modes (both in the sagittal plane and transverse to it) localized close to...

Journal: :International Journal of Precision Engineering and Manufacturing 2022

Abstract Diamond burnishing is a widely used finishing machining that can have positive effect on both the roughness of cut surfaces and its stress state. This paper focused examination theoretical real machined by sliding burnishing. In determining roughness, surface structure created pre-burnishing cutting (turning) was also considered. Two different modelling methods were to obtain data: CAD...

Journal: :Coatings 2023

For the wear problem of real rough surface during sliding friction, based on fractal theory and Hertz contact theory, a 3-D with random characteristics is constructed, relationship between deformation depth peak its area process derived. Furthermore, considering pit scratch phenomena surfaces in different states, time-varying calculation model worn compensation unworn are established, respectiv...

Journal: :Lubricants 2023

The present study proposes the further validation of a simple mathematical procedure recently proposed by authors to describe contact and wear evolution in line point contacts. assumed that maximum pressure could be determined using Hertz equations parabolic profile. half-width was obtained equilibrium equation Archard law. Several cases were selected from literature, reporting experimental dat...

2013
Junhua Zhao Shijo Nagao Gregory M Odegard Zhiliang Zhang Helge Kristiansen Jianying He

Anisotropic conductive adhesives (ACAs) are promising materials used for producing ultra-thin liquid-crystal displays. Because the mechanical response of polymer particles can have a significant impact in the performance of ACAs, understanding of this apparent size effect is of fundamental importance in the electronics industry. The objective of this research is to use a coarse-grained molecula...

Journal: :Discrete and Continuous Dynamical Systems - Series S 2023

For a Hertz chain model, by using the methodology of dynamical systems and singular traveling wave theory developed Li Chen [9] to its system defined on two-dimensional foliations in three-dimensional space, under different parameter conditions, existence all possible bounded solutions (solitary solutions, periodic peakons, compactons) is proved. nonlinearity exponent $ k = \frac32, 2 3 as many...

The mechanical properties of microscopic particles have been a heated research object for it takes the deformation of micro-beads in the microfluidic environment into account. Sufficient knowledge on mechanical properties of micro-beads would lead to better device design and application for cell mechanics, tissue engineering, etc. The physical properties of alginate beads were examined both in ...

Journal: :Nanomanufacturing and Metrology 2023

Abstract In this study, a modeling approach based on smooth particle hydrodynamics (SPH) was implemented to simulate the nanoscale scratching process using conical tools with different negative rake angles. The model enables study of topography groove profiles, forces, and residual plastic strain beneath groove. An elastoplastic material employed for workpiece, tool–workpiece interaction define...

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

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

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