نتایج جستجو برای: turboprop engine

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

Journal: :international journal of automotive engineering 0
kakaee keshavarz

in this study it has been tried, to compare results and convergence rate of sensitivity analysis and conjugate gradient algorithms to reduce fuel consumption and increasing engine performance by optimizing the timing of opening and closing valves in xu7/l3 engine. in this study, considering the strength and accuracy of simulation gt-power software in researches on the internal combustion engine...

2009
Kay Kochan Delf Sachau Harald Breitbach

The paper describes the design and test of a prototype active noise controller for a semienclosed cabin inside a turbo-prop aircraft. Here, the eight active noise control loudspeakers and sixteen microphones are mounted at the cabin walls and ceiling. For the development process, an acoustical mock-up is built to reproduce the acoustic situation inside the aircraft on the ground. The acoustic r...

Journal: :IOP Conference Series: Materials Science and Engineering 2022

Abstract We present a CFD analysis of wind tunnel model the new laminar turbo-prop aircraft designed in frame European Clean Sky 2 programme. The work presents numerical results aerodynamic performance scaled innovative turboprop A/C wing by using approach that includes transition prediction. Numerical will be compared considering two different procedures: a) analyses which location is imposed ...

Harvester ants (Messor galla Forel) defied various control strategies. Two field experiments were conducted to evaluate the effects of Spent Engine-Oil and other nature-based materials on their emergence in Maiduguri, Borno State of Nigeria. The treatments evaluated are spot application of spent engine-oil and some natural materials in experiment 1 and individual and equal mixture of Pure Neem ...

Journal: :Journal of the Korean Society for Aviation and Aeronautics 2012

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه ارومیه - پژوهشکده الکترونیک 1391

در این پایان نامه طراحی جدیدی برای کنترلر فازی mixed-signal با قابلیت برنامه پذیری بالا در پروسه cmos وتکنولوژی 0.35µm جهت کاربرد های general purpose با توان مصرفی و area پایین و سرعت و دقت بالا ارائه شده است. ورودی این ساختار ولتاژ با قابلیت تغییر رنج ورودی بوده بنابراین به شکل مطلوبی قابلیت ارتباط با سنسورها و ادوات اندازه گیری را در ورودی کنترلر خواهد داشت. برای پیاده سازی این ایده، ساختار...

Journal: :Journal of physics 2023

Abstract The FUTPRINT50 project is focused on designing and preparing ground for a hybrid-electric regional aircraft with capacity of 50 passengers. designed entry-into-service between 2035 2040. To evaluate refine the design concepts, will use two different reference aircraft: one that state-of-the-art, another extrapolated to represent what year 2040 model might look like. ATR 42-500, 50-seat...

H. Chamani, H. Karimaei M. Bahrami S. M. Agha Mirsalim

Nowadays, due to the increasing power of diesel engines, especially heavy duty diesel engines, and increasing gas pressure inside the combustion chamber, the forces acting on the engine bearings have dramatically raised. On the other hand, becaus eof the competition in the market, it is necessary to increase the engine bearing life and reduce its failure as much as possible. The engine bearings...

M. Rezaeian,

  Wolfram|Alpha Computational Knowledge Engine software, despite all internet search engines, tries to provide the the best answer for a question or compute an equation in the most correct way based on the current knowledge. Therefore, given the unique characteristic of Wolfram|Alpha and its vast applications, the aim of the present article is to familiarize the biomedical scientists with...

Journal: :journal of computational & applied research in mechanical engineering (jcarme) 2012
m. v. s. murali krishna v. v. r. seshagiri rao p. v. k. murthy t. k. k. reddy

experiments were conducted to evaluate the performance of a low heat rejection (lhr) diesel engine. performance parameters and emission levels were determined at various magnitudes of brake mean effective pressure. combustion characteristics of the engine were measured with tdc (top dead centre) encoder, pressure transducer, console and special pressure-crank angle software package at peak load...

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

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

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