نتایج جستجو برای: arc welding

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

2010

The first papers on the activating flux application appeared already in 1950’s and 1960’s, but the interest for this welding process has been activated again in the last ten years 1, 2 . In order to increase the efficiency and productivity of TIG process, a variant of process with the activating flux is applied (ATIG). With the presence of the activating flux and high temperature, the value of ...

2013
Kayode Rasaq ADEWOYE Ademola Olugbenga AWOYEMI Demilade Olusola IBIRONGBE Oluwole Adeyemi BABATUNDE Tayo IBRAHIM

INTRODUCTION: Electric arc welding and oxy-fuel gas welding are the commonest welding technologies used in small scale industries in Nigeria. Electric arc welders are exposed to serious health hazards like exposure to welding smoke. Health effects of such exposure include metal fume fever, and increased risk of chronic diseases and cancers. Exposure to welding smoke can be minimized by use of P...

2009
A. B. Murphy M. Tanaka K. Yamamoto S. Tashiro J. J. Lowke

Results from a computational model of arc welding, in which the arc plasma, workpiece and electrode are treated self-consistently, are presented. It is demonstrated through three examples (the effect of shielding gas composition, metal vapour and electrode shape on the weld pool) that reliable prediction of weld pool depth and geometry requires that the arc plasma is included in the computation...

2011
Jon Bolstad

Vision is one of the most powerful forms of non-contact sensing for monitoring and control of manufactusang processes. However, processes involving an arc plasma or flame such as welding or thermal spraying pose particularly challenging problems to conventional vision sensing and processing techniques. The arc or plasma is not typically limited to a single spectral region and thus cannot be eas...

Journal: :IJMIC 2006
Jesper Sandberg Thomsen

This paper presents a control system for manual pulsed Gas Metal Arc Welding (GMAW). This system consists of a current controller, which makes it possible to shape the current during welding, and two important components, which are the key issues discussed in this paper. These components include an arc length controller and a metal transfer controller. The arc length controller is based on a no...

2013
Jaison Peter Anoop Kumar

Gas metal arc welding (GMAW) is a highly efficient and fast process for fabricating high quality weld. High quality welds are fabricated by proper selection of consumable includes gas and filler metals. The optimum flow rate of gas will ensure the proper quality of weld. In this project, a fluid flow behavior of different flow rate is modeled and the change quality will be studied. KeywordsHydr...

2017
K N Heltoft R M Slagor T Agner J P Bonde

OBJECTIVES Arc welding produces the full spectrum of ultraviolet radiation and may be a contributory cause of skin cancer; however, there has been little research into this occupational hazard. The aim of this study is to explore if metal arc welding increases the risk of malignant melanoma and/or basal cell carcinoma (BCC) and squamous cell carcinoma (SCC) on skin areas which may possibly be e...

Journal: :international journal of advanced design and manufacturing technology 0
davood azadi nosratollah solhjoei sayedali mousavi najafabad branch, islamic azad university, najafabad, iran *corresponding author

all the producing and assembling processes exert residual stress on the pieces that may lead to structural failure. therefore, calculating the residual stress in such structures has been common in recent years. in this article, distribution of temperature and residual stress resulting from arc welding in three-pass butt joint in p91 austenitic stainless steel pipes is calculated and estimated u...

A.R Ebrahimi E Ahmadi

Gas tungsten arc welding is fundamental in those industries where it is important to control the weld bead shape and its metallurgical characteristics. However, compared to the other arc welding process, the shallow penetration of the TIG welding restricts its ability to weld thick structures in a single pass (~ 2 mm for stainless steels), thus its productivity is relativity low. This is why th...

2005
P. Mair

Ongoing public discussions on adverse effects of electromagnetic fields on the human body and international as well as European legislation require the definition of assessment methods for these fields and their biological effects. This is of particular importance in special areas like arc welding where high field-strengths occur and simple procedures to show compliance with the exposure limits...

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

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

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