نتایج جستجو برای: titanium sheet

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

Journal: :Materials transactions 2021

The effects of the thickness (t), grain size (d), ratio t/d, and tensile direction on properties were carefully examined using ASTM grade 1 pure titanium having a strong B texture with controlled (0.2–0.4 mm), (20–175 µm), t/d (2.3–19.4). 0.2%-proof stress followed Hall-Petch relationship in each regardless thickness, this indicates that does not depend t/d. On other hand, strength uniform elon...

2009
D. Vasconcelos A. C. Alves G. Barreto P. Pedrosa D. Freitas F. Vaz C. Fonseca

A dry bracelet electrode for electrocardiographic (ECG) signal monitoring was developed and successfully tested in human volunteers. The new electrode dispenses with the usual gel application and the previous skin preparation to monitor the signal. It was fabricated from a polyethylene tereftalate (PET) polymer sheet that was coated with a thin conductive titanium nitride (TiN) layer. As the di...

Journal: :Eastern-European Journal of Enterprise Technologies 2021

This paper reports a study into the regularities of interphase interaction, features in formation intermetallic phases (IMPs), and defects when surfacing steel on titanium four ways: P-MAG, CMT, plasma by an indirect arc with conductive wire, PAW. A general tendency has been established IMP occurrence all considered methods. It was determined that technique involving wire is less critical as re...

2013
Florent Mathieu François Hild Stéphane Roux

A novel methodology to identify a fatigue crack propagation law is proposed. It is based on an optimization scheme that directly interrogates the images from the sought law rather than using a sequence of fitting schemes. Two procedures are presented and tested first on artificial data with a known law, and second on an actual image series obtained from a fatigue test performed on a thin titani...

Journal: :Bioresource technology 2016
Qiang Wang Liping Huang Yuzhen Pan Peng Zhou Xie Quan Bruce E Logan Hongbo Chen

Bioelectrochemical systems (BESs) were first operated in microbial fuel cell mode for recovering Cu(II), and then shifted to microbial electrolysis cells for Cd(II) reduction on the same cathodes of titanium sheet (TS), nickel foam (NF) or carbon cloth (CC). Cu(II) reduction was similar to all materials (4.79-4.88mg/Lh) whereas CC exhibited the best Cd(II) reduction (5.86±0.25mg/Lh) and hydroge...

2013
Qiang Liu Osama Nayfeh Munir H. Nayfeh Siu-Tung Yau

nt matter & 2012 0.1016/j.nanoen.2 thor. Tel.: +1 216 . .yau@csuohio.edu Abstract Nanomaterials with quasi-zero, one and two dimensionalities, including silicon nanoparticles, carbon nanotubes, titanium oxide particles and graphene flakes, have been incorporated into the conducting polymer polyaniline to form nanocomposite materials for making flexible supercapacitor sheets. Characterization of...

2015
Michael Kimiecik J. Wayne Jones Samantha Daly

The dependence of grain orientation on stress-induced martensitic transformation in superelastic, polycrystalline Nickel-Titanium sheet was examined at the microstructural length scale. Full-field strains, indicative of transformation extent, were characterized in fields of view of nominally 100 μm x 100 μm using a custom combination of scanning electron microscopy with distortioncorrected digi...

2005
Carl J. Boehlert Katherine A. Rider Lisa M. Flick

In this work the biocompatibility of two vanadium-free Ti–Al–Nb alloys, Ti–15Al–33Nb and Ti–21Al–29Nb, was evaluated and compared to that for commercially pure titanium (CP Ti) and alumina (Al2O3). Fine particles were milled from sheet-processed material and implanted onto mice calvaria using an established animal model. Various stains, including methylene blue/acid fuchsin, TRAcP, and immunohi...

2016
K Uma

The present study investigates the unsteady, two dimensional, laminar flow of a nanofluid over a stretching sheet with thermal dispersion in the presence of MHD and variable suction is studied. Two water based nanofluids containing Copper Cu, Titanium dioxide TiO2 nanoparticles are considered in this study. Using the similarity transformations, the governing equations have been transformed into...

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

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

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