نتایج جستجو برای: metal cladding

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

2016
R. B

R.Bęczkowski, Institute of Mechanical Technology, Czestochowa University of Technology, Poland Hardness is one of the components responsible for the resistance to wear. The development of new materials with hardness surface more than 65 HRC is possible with use welding technologies. High chromium cored wires belong to welding materials that are often used to cladding to protect surface. This ar...

Journal: :Optics express 2014
Stine Møller Israelsen Lars Søgaard Rishøj Karsten Rottwitt

We investigate Bessel-like modes guided in a double cladding fiber where the outer cladding is an aircladding. For very high order LP(0X) -modes, the azimuthal symmetry is broken and the mode is no longer linearly polarized. This is observed experimentally and confirmed numerically. The effect is investigated numerically using a full vectorial modesolver and is observed to be dependent on the f...

2017
Ke Wang Hailin Wang Guangzhi Zhu Xiao Zhu

A Cr13Ni5Si2-based composite coating was successfully deposited on copper by pulse laser induction hybrid cladding (PLIC), and its high-temperature wear behavior was investigated. Temperature evolutions associated with crack behaviors in PLIC were analyzed and compared with pulse laser cladding (PLC) using the finite element method. The microstructure and present phases were analyzed using scan...

Journal: :Optics express 2004
Yasha Yi Shoji Akiyama Peter Bermel Xiaoman Duan L Kimerling

A new silicon based waveguide with full CMOS compatibility is developed to fabricate an on-chip Bragg cladding waveguide that has an oxide core surrounded by a high index contrast cladding layers. The cladding consists of several dielectric bilayers, where each bilayer consists of a high index-contrast pair of layers of Si and Si3N4. This new waveguide guides light based on omnidirectional refl...

2012
Subrata Mondal Bipan Tudu Asish Bandyopadhyay Pradip K. Pal

This paper presents an investigation on single objective optimization for CO2 laser cladding process considering clad height (H) and clad width (W) as performance characteristics. This optimization of multiple quality characteristics has been done using Genetic Algorithm (GA) approach. The aim of this work is to predict the performance characteristics (H and W) at optimized condition by applyin...

Journal: :Lab on a chip 2008
Jong-Min Lim Se-Heon Kim Jae-Hoon Choi Seung-Man Yang

We have demonstrated fluorescent liquid-core/air-cladding (LA) waveguides suitable for use as integrated optofluidic light sources. These waveguides were fabricated by conventional soft lithography using poly(dimethylsiloxane) (PDMS). Two-phase stratified flows of air and ethylene glycol with fluorescent dye were generated along the PDMS channel. Compared to the liquid-core/liquid-cladding (L(2...

2010
John T. Wasson Alan E. Rubin

In section many low-FeO CR chondrules are surrounded by rings of metal; this metal-cladding seems to have formed during chondrule melting events as films of metal that wetted the surface. Electron microprobe studies show that in each ring the metal is very uniform in composition, consistent with efficient mixing during formation of the metal film. In contrast the mean Ni contents of 13 differen...

2010
Fernando L. Teixeira Hayrettin Odabasi Karl F. Warnick

We explore the duality between metric and material properties in the Maxwell’s equations to design metamaterial blueprints for cladding control of waveguide modes. We illustrate designs for circular and rectangular waveguides. In contrast to standard material loading of waveguides, the proposed cladding does not produce hybrid modes. The cutoff frequencies of the propagating modes can be contro...

2003
E. Anemogiannis

A numerical method is presented for determining the transmittance of long-period (LP) fiber-gratings having arbitrary azimuthal/radial refractive index variations. The method uses coupled-mode theory and includes both the sine and cosine character of the LP modes. The model treats interactions between the fundamental mode and high-azimuthal-order cladding modes. The method utilizes the transfer...

1999

A typical optical fiber is usually constructed of a silicon (glass) material, however, plastic and quartz are also available but normally for data transmission. Today most of all optical fibers manufactured consist of a lightconducting glass core surrounded by a thin layer of glass cladding with a lower refractive index. This cladding serves to protect the core finish. All fibers used in infrar...

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

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

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