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

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

Alborz Zehni Samad Jafarmadar,

In order to comply with stringent pollutant emissions regulations, a detailed analysis of the engine combustion and emission is required. In this field, computational tools like CFD and engine cycle simulation play a fundamental role. Therefore, the goal of the present work is to simulate a high speed DI diesel engine and study the combustion and major diesel engine emissions with more deta...

Objective(s): Iranian researchers have enriched conventional engine oil with nanoparticles at the Institute of Petroleum Research and hope that this product can replace conventional engine oil due to the improved effects of copper nanoparticles on oils. the purpose of this study was to investigate the pathological effect of engine oil enriched with copper nanoparticles on the rat.Methods:...

Journal: :journal of rangeland science 2010
r. k. mandloi rajesh gupta a. rehman

the machine to be designed and developed with a view to resolve one ofthe irksome problems of this institute has been facing every year. this institute issurrounded by vast non- fertile land area of about 200 acres, which becomes widelyoccupied by numerous breads of bushes and shrubs during post-rainy season. due tothis unwanted proliferation of such verdant institute gets abysmal look and that...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه صنعتی امیرکبیر(پلی تکنیک تهران) - دانشکده مهندسی مکانیک 1386

در این گزارش روش عددی رو برای حل معادلات حاکم بر رفتار جریان دایمی لزج و غیرلزج در میدان دو بعدی صفحه ای و همچنین با تقارن محوری دهانه ورودی موتور رمجت توسعه داده شده است. برای این منظور با استفاده از روش تفاضل محدود، معادلات جریان گسسته شده و با استفاده از روش جریان از بالادست با تکنیک تجزیه تفاضل شار، با بهره گیری از مقادیر متوسط رو، حل شده اند. در بعضی از مسایل از روش عددی مک کورمک نیز برای ...

Journal: :Physics Today 2021

Powering airplanes by hydrogen, as reported on David Kramer in the December 2020 issue of Physics Today (page 27), is a nice theoretical idea that brings little practical benefit.Apart from difficulties handling hydrogen cryogenic liquid or gas at very high pressure, most serious problem with an aviation fuel isn’t weight tanks containing it but rather its low density, even liquid. Consider Toy...

Journal: :تحقیقات موتور 0
مسعود ریحانیان m. reyhanian مصطفی محبی m. mohebbi وحید حسینی v. hoseini

operating an engine with homogeneous charge compression ignition (hcci) technique is a promising technique to lower nox and pm emissions of engines while achieving high efficiency and lower fuel consumption. nevertheless, applications for hcci are still limited due to the absence of a definite means to control ignition timing and narrow operating region. a single cylinder diesel engine with com...

Journal: :The Journal of The Institute of Image Information and Television Engineers 2017

Oxides of Nitrogen are the major emission from a diesel engine. It is due to heterogeneous diffusion combustion system with fuel-rich regions, which produce high local temperature around the periphery of the spray where high formation rate of NO is promoted. Various techniques are therefore employed to reduce the NOX emission like EGR, SCR, etc. In this present work a rotating injector is a tec...

ژورنال: تحقیقات موتور 2010
توکلی هشجین, تیمور, علیزاده نیا, سیامک, نجفی, غلامحسین, کاظمی, محمد,

In order to reduce wear in gudgeon pin, bush and piston boss lubrication is done. Oil used in national engine species was 10W40 with dynamic viscosity 5.5 mPa.s at 140 °C (the working temperature). In order to complete investigation the oil film hydrodynamics analysis in small end of connecting rod, a real full model engine with four cylinders has been simulated by AVL EXCITE5.1 software. In...

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

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

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