نتایج جستجو برای: flame forming process

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

2001
STEPHEN D. TSE DELIN ZHU CHIH-JEN SUNG YIGUANG JU CHUNG K. LAW

Microgravity experiments were conducted in the 2.2-s drop-tower facility at the NASA Glenn Research Center to study the transient response of the burner-generated spherical diffusion flame caused by its initial displacement from the steady-state position. The experiment involved issuing H2/CH4/inert mixtures of constant fuel mass flow rates from a bronze, porous, 1.27-cm-diameter, spherical bur...

Journal: :ERCIM News 2010
Chris Greenough Lee Shawn Chin David Worth Simon Coakley Mike Holcombe Mariam Kiran

This report describes an approach to the parallelisation of agent-based applications. The software framework which forms the foundation of this work is the Flexible Large-scale Agent Modelling Environment FLAME which is being developed in a collaboration between the Computer Science Department of the University of Sheffield and the Software Engineering Group at STFC’s Rutherford Appleton Labora...

Journal: :Journal of the Korean Society of Manufacturing Technology Engineers 2014

2003
STEFANO RUSSO ALESSANDRO GOMEZ

Experiments were conducted on laminar spray diffusion flames of ethanol/argon burning in oxygen at pressures of 1 and 3 atm. The flames were physically characterized by measuring droplet velocities and sizes by phase-Doppler anemometry, and gas temperature by thin-filament pyrometry and thermocouples. The flames exhibited a cold core, where little vaporization occurred, surrounded by a primary ...

2006
W. Kim

This paper examines the use of plasma discharges in flame stabilization. Three different types of plasma discharges are applied to a lifted jet diffusion flame in a coflow configuration, and evaluated for their abilities to enhance flame stabilization. A single electrode corona discharge (SECD) between a platinum electrode and the flame base is found to maintain the flame at a 20% higher coflow...

Single point incremental sheet forming (SPISF) has demonstrated significant potential to form complex sheet metal parts without using component-specific tools and is suitable for fabricating low-volume functional sheet metal parts economically. In the SPIF process, a ball nose tool moves along a predefined tool path to form the sheet. This work aims to optimize the formability and forming force...

2009
Jingwei Zhang Jost O L Wendt

2 DISCLAIMER This report was prepared as an account of work sponsored by an agency of the United States Government. Neither the United States Government nor any agency thereof, nor any of their employees, makes any warranty, express or implied, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, apparatus, product, or process disclo...

Journal: :international journal of advanced design and manufacturing technology 0
mehdi vahdati department of mechanical engineering, university of tehran ramezanali mahdavinejad department of mechanical engineering, university of tehran saeid amini department of mechanical engineering, university of kashan

ultrasonic vibration assisted single point incremental forming (uvaspif) process is an attractive and adaptive method in which a sheet metal is gradually and locally formed by a vibrating hemispherical-head tool. the ultrasonic excitation of forming tool reduces the average of vertical component of forming force and spring-back rate of the formed sample. the spring-back phenomenon is one of the...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه صنعتی خواجه نصیرالدین طوسی - دانشکده مهندسی مکانیک 1382

در سالهای اخیر بطور گسترده تکنیکهای مختلف مهندسی بکمک کامپیوتر برای تحقیق و طراحی پروسه در شکل دهی فلزات بکاربرده شده است و در بین آنها استفاده از روش آنالیز المان محدود در پیش بینی سیلان فلز، تنشهای قالب، نیروی شکل دهی و توزیعهای تنش و کرنش در قطعه موفقیت آمیز بوده است. مهمترین مرحله طراحی پروسه در فرآیند فورجینگ قالب بسته، طراحی قالبها و تعیین تعداد مراحل شکل دهی می باشد در روشهای سنتی این مر...

Journal: :علوم کاربردی و محاسباتی در مکانیک 0
عباس هاشمی محمد حسین پور سید محمد حسین سیدکاشی

in sheet metal forming processes, one-stage production of conical-cylindrical parts with high accuracy is very difficult due to wrinkling and rupturing. hydrodynamic deep drawing assisted by radial pressure is one of the most applicable procedures in sheet hydroforming process on the point of producing conical-cylindrical parts. in this paper, forming pressure path is investigated as one of the...

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

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

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