نتایج جستجو برای: pitting corrosion resistance

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

1998
Jack Leifer Philip E. Zapp John I. Mickalonis

Statistical models have been developed to predict the occurrence of pitting corrosion in carbon steel waste storage tanks exposed to radioactive nuclear waste. The levels of nitrite concentrations necessary to inhibit pitting at various temperatures and nitrate concentrations were experimentally determined via electrochemical polarization and coupon immersion corrosion tests. Models for the pit...

2016
Robert E. Melchers Igor A. Chaves Robert Jeffrey Recep Avci

The critical role of manganese sulphide (MnS) inclusions for the initiation of the short-term growth of pitting or localized corrosion of low carbon steels has long been recognized. Classical results show that pitting probability and pitting severity increases with increased sulphide concentration for low carbon steels as a result of magnesium sulphides acting as local cathodes for initiating p...

2003
YuPo J. Lin Edward J. St.Martin James R. Frank Nancy C. Comstock

Government retains for itself, and others acting on behalf, a paid-up, nonexclusive, irrevocable worldwide license and said article to reproduce, prepare derivative works, distribute copies to the public, and perform publicly and display publicly, by or on behalf of the Government. The purposes of this project are to (1) minimize the environmental discharge of hydrocarbons and treatment chemica...

Journal: :Journal of The Surface Finishing Society of Japan 2023

This study developed surface finishing methods to prevent corrosion of electropolished SUS316L stainless steel in isopropyl alcohol(IPA). For this development, immersion tests 99.7% IPA and anodic polarization 0.15 kmol・m-3 HCl were conducted using specimens passivated with 30% HNO3, 0.1 Na2MoO4-containing 3.5% H2O2 0.98% H2O2- containing 8% citric acid. Identical also applied heated 200-450 ℃ ...

Journal: :Rel. Eng. & Sys. Safety 2008
Mark G. Stewart Ali Al-Harthy

A stochastic analysis is developed to assess the temporal and spatial variability of pitting corrosion on the reliability of corroding reinforced concrete (RC) structures. The structure considered herein is a singly reinforced RC beam with Y16 or Y27 reinforcing bars. Experimental data obtained from corrosion tests are used to characterise the probability distribution of pit depth. The RC beam ...

The 17-4PH alloy is a martensitic stainless steel with 3–5 wt% Cu, strengthened by the precipitation hardening. Due to excellent mechanical properties, corrosion resistance and ease of heat treatment, this alloy has unique applications in nuclear power plants and marine constructions. In this paper, the influence of ageing heat treatment, solution annealing followed by ageing at 480, 550 and 62...

Journal: :Entropy 2014
Zhi Tang Lu Huang Wei He Peter K. Liaw

The effects of metallurgical factors on the aqueous corrosion behavior of highentropy alloys (HEAs) are reviewed in this article. Alloying (e.g., Al and Cu) and processing (e.g., heat treatments) effects on the aqueous corrosion behavior of HEAs, including passive film formation, galvanic corrosion, and pitting corrosion, are discussed in detail. Corrosion rates of HEAs are calculated using ele...

2012
Mitsuharu Shiwa Hiroyuki Masuda Hisashi Yamawaki Kaita Ito Manabu Enoki

Acoustic emission with near-field detection and optical video microscope monitoring was proposed to investigate the pitting corrosion caused by a small magnesium-chloride droplet. Four types of the detected waveforms were characterized by the wavelet analysis to investigate the corrosion of work-hardened SUS304 stainless steel. After high-activity AE signals observed, the corrosion product shee...

Journal: :CORROSION ENGINEERING DIGEST 1959

2015
G. R. Raghav N. Selvakumar K. Jeyasubramanian M. R. Thansekhar

The corrosion resistant coatings used conventionally are susceptible to degradation, leading to pitting corrosion. This report summarizes the corrosion resistant nature of thin films of Cu-TiO2 coated on mild steel, in different corrosion environments. Nano meter thick (100nm, 125nm, 150nm) composite coatings were coated on steel substrate by RF magnetron sputtering technique. The required targ...

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

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

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