نتایج جستجو برای: engine cfd model

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

Journal: :iranian journal of chemistry and chemical engineering (ijcce) 2012
samad jafarmadar alborz zehni

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 details,...

Journal: :international journal of automotive engineering 0
h. shojaeefard narmak, tehran sohrabiasl narmak, tehran sarshari sadra st., vanak sq., tehran

intake system design as well as inlet ports and valves configuration is of paramount importance in the optimal performance of internal combustion engines. in the present study, the effect of inlet ports design is investigated on om-457la diesel engine by using a cfd analysis and the avl-fire code as well. a thermodynamic model of the whole engine equipped with a turbocharger and an intercooler ...

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

a semi-empirical mathematical model for predicting physical part of ignition delay period in the combustion of direct - injection diesel engines with swirl is developed . this model based on a single droplet evaporation model . the governing equations , namely , equations of droplet motion , heat and mass transfer were solved simultaneously using a rung-kutta step by step unmerical method . the...

Intake system design as well as inlet ports and valves configuration is of paramount importance in the optimal performance of internal combustion engines. In the present study, the effect of inlet ports design is investigated on OM-457LA diesel engine by using a CFD analysis and the AVL-Fire code as well. A thermodynamic model of the whole engine equipped with a turbocharger and an intercooler ...

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...

2000
G. Li S. M. Sapsford

As part of the VECTIS code validation programme, CFD simulations were conducted to investigate direct-inject (DI) diesel engine combustion with the newly implemented Ricardo Two-Zone Flamelet (RTZF) combustion model. A small HSDI research engine was chosen as subject. The simulation programme consisted of 6 cases forming a complete injection time swing. CFD simulation results were compared dire...

In this paper the intake manifold as the most effective part on engine’s volumetrice efficiency is in vestigated in detail with emphesizing on flow behavior and characterestics. The eight different design have been  prepared  and  imported to CFD software. Five objective functions for investigation of flow have been connsidered and applied in TOPSIS with different weights. Mass flow rate,massfl...

2014
Umesh Javiya

This paper presents transient aero-thermal analysis for a gas turbine disk and the surrounding air flows through a transient slam acceleration/deceleration “square cycle” engine test, and compares predictions with engine measurements. The transient solid-fluid interaction calculations were performed with an innovative coupled finite element (FE) and computational fluid dynamics (CFD) approach. ...

2013
Yuan Liu Russell W. Claus Jonathan S. Litt

A method of investigating the effects of high angle of attack (AOA) flight on turbofan engine performance is presented. The methodology involves combining a suite of diverse simulation tools. Three-dimensional, steady-state computational fluid dynamics (CFD) software is used to model the change in performance of a commercial aircraft-type inlet and fan geometry due to various levels of AOA. Par...

Journal: :international journal of energy and environmental engineering 2010
samad jafarmadar alborz zehni

at the present work, the effect of cold exhaust gas recirculation (egr) on combustion and pollution of a dual fuel engine has been investigated by cfd code fire. the turbulent flow within the combustion chamber is simulated using the k-ε turbulence model, which is modified for engine flows. “wave” and “eddy break up” models are employed to predict combustion and spray process. the calculations ...

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

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

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