نتایج جستجو برای: az31

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

Journal: :Journal of materials science. Materials in medicine 2013
Nicole J Ostrowski Boeun Lee Abhijit Roy Madhumati Ramanathan Prashant N Kumta

Polymeric film coatings were applied by dip coating on two magnesium alloy systems, AZ31 and Mg4Y, in an attempt to slow the degradation of these alloys under in vitro conditions. Poly(lactic-co-glycolic acid) polymer in solution was explored at various concentrations, yielding coatings of varying thicknesses on the alloy substrates. Electrochemical corrosion studies indicate that the coatings ...

2002
Abdel-Wahab El-Morsy Ken-ichi Manabe Hisashi Nishimura

Superplastic behaviour of Mg-alloy AZ31 was investigated to clarify the possibility of its use for superplastic forming (SPF) and to accurately evaluate material characteristics under a biaxial stress by utilizing a multi-dome test. The material characteristics were evaluated under three different superplastic temperatures, 643, 673, and 703 K in order to determine the most suitable superplasti...

2014
Nan Zhao Donghui Zhu Jie Zheng

Magnesium (Mg) biomaterials are a new generation of biodegradable materials and have promising potential for orthopedic applications. After implantation in bone tissues, these materials will directly interact with extracellular matrix (ECM) biomolecules and bone cells. Type I collagen, the major component of bone ECM, forms the architecture scaffold that provides physical support for bone cell ...

2010
S. Feliu A. Pardo R. Arrabal

The present work uses X-ray photoelectron spectroscopy (XPS) analysis to compare the chemical composition of native oxide films formed spontaneously on commercial pure magnesium and AZ31, AZ80 and AZ91D magnesium alloys. The study considers both the outer surface and inner regions of the films with the assistance of argon ion bombardment. Possible relationships are established between the alloy...

FATEMI-VARZANEH S.M., , ZAREI-HANZAKI A., ,

AZ31 magnesium alloy is considered as a promising alloy in various applications and industries. Furthermore, to design a proper hot working process (rolling, forging and extrusion), the assessment of hot working behaviour of the alloy is necessary. Accordingly, the hot deformation behaviour of AZ31 alloy was studied through hot compression testing method This was carried out in a wide range of ...

2016
Jinpeng Zhuang Yongbin Jing Yaming Wang Jinghuai Zhang Huanxin Xie Jinglong Yan

BACKGROUND Degraded and osteogenic property of coated magnesium alloy was evaluated for the fracture fixation in rabbits. METHODS Magnesium alloy AZ31 with a different coating thickness by microarc oxidation was used, and the bilateral radial fracture model was created by the bite bone clamp. Thirty-six New Zealand white rabbits in weight of 2.5~3.0 kg were randomly divided into A, B, and C g...

2014
Fang Chai Datong Zhang Yuanyuan Li

Hot-rolled AZ31 (Mg-2.57Al-0.84Zn-0.32Mn, in mass percentage) magnesium alloy is subjected to friction stir processing in air (normal friction stir processing, NFSP) and under water (submerged friction stir processing, SFSP). Thermal history of the two FSP procedures is measured, and its effect on microstructures and mechanical properties of the experimental materials is investigated. Compared ...

Journal: :Materiali in Tehnologije 2023

This study investigates the effect of ZrO2 reinforcement (5, 10 and 15) vol.% on dry sliding wear behaviour AZ31 Mg alloy composites produced using stir casting. The test (pin disc) was conducted at different loads (10, 20, 30 40) N velocities (1, 3 5) m/s. variation in rate friction co-efficient with change load a constant distance determined. Results showed that exhibited lower higher speeds ...

2016
Haitao Li Shoufan Rong Pengfei Sun Qiang Wang

Composite titanium carbonitride (TiCN) thin films deposited on AZ31 by DC/RF magnetron sputtering were vacuum annealed at different temperatures. Vacuum annealing yields the following on the structure and properties of the films: the grain grows and the roughness increases with an increase of annealing temperature, the structure changes from polycrystalline to single crystal, and the distributi...

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

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

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