نتایج جستجو برای: cylinder heads and valves bridge

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

2017
Sangram Kishore Nanda Andrew Smallbone Anthony Paul Roskilly Wenming Yang

In this paper, the influence of the gas exchange process on the diesel engine thermal overload is provided. Main components involved in the gas exchange process are discussed. The ambient conditions, the turbocharger performance, and the valve timing that affect the gas exchange process have been investigated. Experiments were conducted to simulate ambient conditions at different geographical l...

2011
Simona Silvia Merola Paolo Sementa Cinzia Tornatore

Different optical techniques were applied to describe the thermal and chemical processes that occur in a SI small engine from the ported fuel injection and in-cylinder mixture formation to the combustion process and the exhaust emission. In PFI SI engines, the atomized fuel is sprayed towards the intake valves, where it may evaporate, puddle or rebound. Furthermore, a portion of the fuel may fl...

1994
Bjørn Jensen

We reinterpret the well known Taub-singularity in terms of a cylinder symmetric geometry. It is shown that a cylindrical analog to the Einstein-Rosen bridge as well as a cosmic string will be present in the geometry. PACS numbers: 02.40.tm , 04.20.Jb Typeset using REVTEX Electronic address: BJensen@anyon.uio.no Electronic address: JKucera@elanor.sci.muni.cs and JKucera@csbrmu11.bitnet 1 It is a...

Adjustable throat-area expansion valves (ATAEV) are functioned as area regulator control units. In literatures, there are many expansion valves normally used in automotive air-conditioning systems, as regulator and electrical type valves. Nevertheless, a review study for such issue has not been introduced, according to the best of author knowledge. The present paper presents a review study for ...

Journal: :Vestnik of Kazan State Agrarian University 2022

Improving the characteristics of internal combustion engine an agricultural vehicle is possible by using a hydraulic actuator electronically controlled gas distribution valves. The drive ensures opening valves pistons cylinders when oil pumped into them, are closed valve springs drained from cylinders. advantages are: ability to turn off cylinders, increase in speed and closing mechanism, no ne...

Journal: :Sensors 2016
Yafei Qin Yulong Zhao Yingxue Li You Zhao Peng Wang

In high speed and high precision machining applications, it is important to monitor the machining process in order to ensure high product quality. For this purpose, it is essential to develop a dynamometer with high sensitivity and high natural frequency which is suited to these conditions. This paper describes the design, calibration and performance of a milling torque sensor based on piezores...

Journal: :Biophysical journal 2013
Gerald Offer K W Ranatunga

We examined whether cross-bridge cycle models with one or two tension-generating steps can account for the force-velocity relation of and tension response to length steps of frog skeletal muscle. Transition-state theory defined the strain dependence of the rate constants. The filament stiffness was non-Hookean. Models were refined against experimental data by simulated annealing and downhill si...

2003
Jonathan A. Lee

Originally developed by NASA as high performance piston alloys to meet U.S. automotive legislation requiring low exhaust emission, the novel NASA alloys now offer dramatic increase in tensile strength for many other applications at elevated temperatures from 450°F (232°C) to about 750°F (400°C). It is an ideal low cost material for cast automotive components such as pistons, cylinder heads, cyl...

2014
N. Ishii S. Muramatsu H. Matsunaga

This study presents a basic idea for the self·excitation mechanism of reed valves in refrigerant compressors used for air conditioners or refrigera· tors. The detailed experimental data on the phase lag of fluid pressure, which were obtained from a forced vibration test on a simple axisymmetrical model, namely a resonator, composed of the valve, the valve plate, the cylinder and the piston, wer...

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

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

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