نتایج جستجو برای: weld line location

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

2010
Matthew Swanson Eric Johnson Alexander Stoytchev

This paper describes a method for non-destructive evaluation of the quality of welds from 3D point data. The method uses a stereo camera system to capture high-resolution 3D images of deposited welds, which are then processed in order to extract key parameters of the welds. These parameters (the weld angle and the radius of the weld at the weld toe) can in turn be used to estimate the stress co...

Journal: :IJMIC 2006
Gohar Saeed Yu Ming Zhang Sarah Cook

The purpose of vision-based sensing devices in the welding industry is to electronically replicate the role of a skilled welder and emulate the human eye with a light-sensing device such as camera and the human brain with a computer algorithm that interprets the images. Just as an optical feedback from human eye guides the human welder, optical feedback in this electronic system would be used t...

2016
Jesús Emilio Pinto-Lopera Jose M. Motta Sadek Crisóstomo Absi Alfaro

Associated to the weld quality, the weld bead geometry is one of the most important parameters in welding processes. It is a significant requirement in a welding project, especially in automatic welding systems where a specific width, height, or penetration of weld bead is needed. This paper presents a novel technique for real-time measuring of the width and height of weld beads in gas metal ar...

Hajitabar, A., Naffakh-Moosavy, H.,

The effect of electron beam welding current changes on the microstructure and mechanical properties of the Nb-based alloy has been investigated. The electron beam welding was applied with 4 different currents of 20, 24, 30 and 35 mA on 3mm thick plates. The aspects including different welding regions, geometry and depth of welding penetration, as well as the effect of heat input on the weldabil...

2014
S Pai Ajit Kumar

Joining of fixed appliance components has several applications in orthodontics. Joining attachments to archwires allows the clinician to transfer the point of force application to a location that is more advantageous from a biomechanical standpoint. Although several methods of joining attachments have been proposed, resistance spot welding and soldering have been the most commonly used procedur...

2008
Zoran D. Perović

The fatigue fracture of structural details subjected to cyclic loads mostly occurs at a critical cross section with stress concentration. The welded joint is particularly dangerous location because of sinergetic harmful effects of stress concentration, tensile residual stresses, deffects, microstructural heterogeneity. Because of these reasons many methods for improving the fatigue resistance o...

2013
B. Chassignole T. Fouquet S. Bruneau

The anisotropic, heterogeneous and coarse granular structures of austenitic stainless steel welds lead to important disturbances of the ultrasonic propagation: beam skewing and splitting, attenuation, backscattering and spurious echoes. These disturbances have been studied by EDF R&D for a few years in order to improve the ultrasonic NDT in nuclear applications. In particular, a methodology for...

Journal: :Korean Journal of Metals and Materials 2023

A Fe-based filler material with the composition of Fe-20Ni-5Co-2.5Mn-0.2C was used for welding 9% Ni steel, and effect post-weld heat treatment on microstructure mechanical properties welded joints investigated. Post-weld joint performed in temperature range 200 to 600 ℃. After experimental selection, changes weld metal base were investigated detail at temperatures 350 Grain morphology, size, l...

2012
Sabri Tosunoglu

This paper focuses on Friction Stir Welding (FSW), a fairly recent technique, invented by The Welding Institute (TWI) in 1991, that utilizes a non-consumable rotating welding tool to generate frictional heat and plastic deformation at the welding location; thereby, affecting the formation of a joint while the material is in the solid state. In particular, FSW can be used to join high-strength a...

In this research, microstructure and mechanical properties of laser welded joints between 2304 duplex stainless steel and Inconel 718 nickel-based super alloy were investigated. Microstructural evolution in the various areas of welded joints and also the effect of welding parameters on the mechanical properties of dissimilar joints were studied. Response surface methodology based on the central...

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

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

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