نتایج جستجو برای: niti alloy

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

Journal: :Materials science & engineering. C, Materials for biological applications 2014
T Rey J-B Le Cam G Chagnon D Favier M Rebouah F Razan E Robin P Didier L Heller S Faure K Janouchova

This paper deals with composite structures for biomedical applications. For this purpose, an architectured tubular structure composed of Nickel Titanium (NiTi) Shape Memory Alloy (SMA) and silicone rubber was fabricated. One of the main interests of such structures is to ensure a good adhesion between its two constitutive materials. A previous study of the authors (Rey et al., 2014) has shown t...

2004
Jong-Bin Lee Yutaka Toi Minoru Taya

The previous study by thefor the finite element analysis of superelastic, large deformation behaviors of one-dimensional shape memory alloy (SMA) devices is extended to the magneto-superelastic analysis of ferromagnetic shape memory alloy (FSMA) devices. The commercial code ANSYS/ Emag for magnetic analysis is combined with the SMA superelastic analysis program developed by the authors. The num...

2014
Jiang Jin-gang Wang Zhao

The archwire bending is one of processes the most frequently used in the orthodontic treatment. Furthermore, the springback of sheet metal, which is defined as elastic recovery of the part during unloading, should be taken into consideration so as to produce formed archwire within acceptable tolerance limits. In this paper, the springback angle of different alloy archwires (including NiTi alloy...

2017
Jana Markhoff Martin Krogull Christian Schulze Christian Rotsch Sandra Hunger Rainer Bader

The biomaterials used to maintain or replace functions in the human body consist mainly of metals, ceramics or polymers. In orthopedic surgery, metallic materials, especially titanium and its alloys, are the most common, due to their excellent mechanical properties, corrosion resistance, and biocompatibility. Aside from the established Ti6Al4V alloy, shape memory materials such as nickel-titani...

2004
Wenyi Yan

Shape memory alloys are well recognized functional and smart materials, which have been exploited to develop intelligent structures and devices in many fields. Of particular importance is its exciting application in the field of biomechanical engineering. In addition, further potential applications of shape memory alloys are being investigated, such as shape memory alloys-based functional compo...

2016
Paras Mull Gehlot Vinutha Manjunath Mysore Krishnaswamy Manjunath

OBJECTIVES The purpose of this in vitro study was to evaluate the accuracy of working length (WL) determination of four electronic apex locators (EALs), namely, Root ZX (RZX), Elements diagnostic unit and apex locator (ELE), SybronEndo Mini Apex locator (MINI) and Propex pixi (PIXI) using Stainless steel (SS) and nickel-titanium (NiTi) hand files. The null hypothesis was that there was no diffe...

Electrochemical depositions of calcium phosphate (Ca-P) film on NiTi alloy in concentrated simulated body flood (SBF×5) were carried out by cathodic polarization. The Ca-P layer was successfully deposited on Ni-Ti alloy substrate under 10mA/cm2 current density for 2 hours at room temperature. Then, in order to investigate the bioactivity of the pre-calcified samples, they were immersed in SBF f...

Journal: :Metals 2022

This work studies the effect that argon and nitrogen atmospheres have on structure, phase composition, cytocompatibility, functional properties of porous NiTi alloys obtained by self-propagating high-temperature synthesis. Porous in atmosphere (NiTi-(N)) are characterized brittle interstitial phases Ti4Ni2O(N) appearance a finely dispersed TiNi3 comparison with alloy an (NiTi-(Ar)). An increase...

2015
Ernar Amanov Thien-Dang Nguyen Jessica Burgner-Kahrs

Tubular continuum robots, which are composed of multiple concentric, precurved, elastic tubes, provide more dexterity than traditional surgical instruments at the same diameter. The tubes can be precurved such that the resulting manipulator fulfills surgical task requirements. Up to now the only material used for the component tubes of those manipulators is NiTi, a superelastic shape-memory all...

2013
Chao Zhang Xinhua Sun Xu Hou Hongmei Li Daqian Sun

In this paper, the corrosion resistance of laser-welded composite arch wire (CoAW) with Cu interlayer between NiTi shape memory alloy and stainless steel wire in artificial saliva with different concentrations of protein was studied. It was found that protein addition had a significant influence on the corrosion behavior of CoAW. Low concentration of protein caused the corrosion resistance of C...

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

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

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