نتایج جستجو برای: passive film

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

2010
G. S. Frankel

Pitting corrosion is localized accelerated dissolution of metal that occurs as a result of a breakdown of the otherwise protective passive film on the metal surface. This paper provides an overview of the critical factors influencing the pitting corrosion of metals. The phenomenology of pitting corrosion is discussed, including the effects of alloy composition, environment, potential, and tempe...

2008
Kenneth J Loh Jerome P Lynch Nicholas A. Kotov

This study presents a high-performance inductively coupled multifunctional carbon nanotube thin film sensor for structural monitoring applications. A versatile layer-by-layer self-assembly sensor fabrication technique is employed to encode different sensing mechanisms (e.g., strain and corrosion/pH) within one homogeneous thin film structure. Judicious selection of various polyelectrolyte speci...

2014
L. Ke C. H. Huang Y. H. Chen W. Y. Tsai T. Y. Wei J. C. Huang

In this study, the bio-electrochemical response of the Ti–Zr–Si thin film metallic glasses (TFMGs) in simulated body fluid with different contents of titanium is measured via potentiostat. According to the results of bio-corrosion potential and current, as well as the polarization resistance, it is concluded that the Ti66Zr25Si9 TFMGs possess the highest bio-electrochemical resistance. With inc...

Journal: :علوم باغبانی 0
فخاریان فخاریان حسن پور اصیل حسن پور اصیل سمیع زاده سمیع زاده

abstract leafy vegetables such as lettuce are more susceptible to post harvest losses, thus application desirable treatments can be recommendable. generally, type of packaging, such as modified atmosphere packaging (map) and wrapping can considerably suppress post harvest loss of horticultural products. in this study, the effects of polypropylene film (thickness 30 and 40 micron) wrapping and m...

Journal: :Journal of The Electrochemical Society 2022

Atomic emission spectroelectrochemistry (AESEC) combined with linear sweep voltammetry (LSV) and electrochemical impedance spectroscopy (EIS) provided insights on both active passive dissolution of Ni-Fe-Cr-Mn-Co multi-principal element alloy. Elemental rates measured by AESEC during open circuit experiment were in agreement those extrapolated from AESEC-LSV indicated element-specific tendencie...

Journal: :Lab on a chip 2009
Erkin Seker Daniel C Leslie Hossein Haj-Hariri James P Landers Marcel Utz Matthew R Begley

An analytical solution is presented for the nonlinear pressure-flow relationship of deformable passive valves, which are formed by bonding a deformable film over etched channels separated by a weir. A fluidic pathway connecting the channels is opened when the upstream pressure creates a tunnel along a predefined narrow strip where the film is not bonded to the weir. When the width of the strip ...

2009
Kenneth J Loh Jerome P Lynch Nicholas A Kotov

In this study, a high-performance inductively coupled thin film multifunctional sensor for structural monitoring applications is presented. A versatile layer-by-layer self-assembly sensor fabrication technique is employed to encode different sensing mechanisms (e.g. strain and corrosion/pH) within one homogeneous thin film structure. Judicious selection of various polyelectrolyte species, along...

1998
Sonia R. Biaggio Nerilso Bocchi Romeu C. Rocha-Filho Francisco E. Varela

The electrical and semiconducting properties of thin anodic passive films potentiostatically formed (1 V ≤ Ef ≤ 5 V vs. sce) on polycrystalline niobium electrodes in aqueous 0.5 mol/L H3PO4 solutions (pH 1.3) were studied, at room temperature, using electrochemical impedance spectroscopy. The data were analysed with a transfer function using a non-linear fitting routine, assuming that the resis...

2005
Hargsoon Yoon Jining Xie Jose K Abraham Vijay K Varadan Paul B Ruffin

This paper presents the design and development of a passive wireless sensor for the detection of bio-hazard materials and vapors using chemiresistive thin films. Composite polymer thin film with functionalized carbon nanotubes (f-CNT) and polymethylmethacrylate (PMMA) is employed as a sensing material. It is investigated that resistance change is determined with the concentration of dichloromet...

2013
GUOLIANG ZHAN JIANCHENG LUO SHAOFEI ZHAO WEISHAN LI

The phase structure and the pitting susceptibility of two carbon steels, Q235 and HRB335, used for reinforced concrete, are investigated by phase observation, polarization curve measurements, electrochemical impedance spectroscopy, and Mott-Schottky analysis. It is found that Q235 is ferrite and HRB335 is pearlite. Q235 is more susceptible to chloride ions leading to pitting than HRB335. The po...

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

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

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