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

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

Journal: :Eur. J. Control 2007
Cesare Pianese Adolfo Senatore

The paper by A. Stotsky introduces an algorithm for real-time estimation of the engine friction torque, capable to achieve a dynamic adaptation of the static maps widely used in the engine control functionality. This adaptation of the friction map allows a better vehicle driveability performance and an enhanced control by the driver of the vehicle longitudinal transients. There are several inte...

1997
R. Pfiffner

The idle speed problem is a classical example of an automotive control application. The set-up corresponds to a disturbance rejection problem where the main plant output (engine speed) has to be maintained at a (low) constant value despite the torque disturbances acting on the engine crank-shaft (servosteering pump, air-conditioning, etc.). The relevance (comfort, fuel consumption, etc.) and th...

Journal: :CoRR 2012
M. Suresh Maheswar Dutta S. Purushothaman Iyer

This paper presents the implementation of polynomial vector back propagation algorithm (PVBPA) for estimating the power, torque, specific fuel consumption and presence of carbon monoxide, hydrocarbons in the emission of a direct injection diesel engine. Experimental readings were obtained using the biodiesel prepared form the waste low quality cooking oil collected from the canteen of Sri Saira...

2008
Paul F. Fischer Gary K. Leaf Juan M. Restrepo

In [1] and [2] we computed the lift and drag forces on a sphere, subjected to a wall-bounded oscillatory flow. The forces were found as a function of the Reynolds number, the forcing frequency, and the gap between the particle and the ideally smooth rigid bounding wall. Here we investigate how the forces change as a function of the above parameters and its moment of inertia if the particle is a...

2017
Anthony B. Ciccone Jake A. Deckert Trent J. Herda Philip M. Gallagher Joseph P. Weir

Method: In this study, we quantified fatigue from a repeated maximal effort isokinetic knee extension test using different methods, as seen in published research. Nine healthy males and nine healthy females performed 50 concentric knee extensions at 180°•s. For each repetition, torque was quantified as either peak torque (PT), torque at the mid-point of the range of motion, and torque integrate...

ژورنال: تحقیقات موتور 2020

In recent decades, rising greenhouse gas emissions have become a major challenge and concern. Environmental pollution is one of the greatest human challenges of the 21st century. Improving the performance of internal combustion engines and reducing the amount of pollutant emissions has always been a concern for researchers. The use of alternative fuels and the control and adjustment of the lamb...

This paper investigates the effect of ethanol-unleaded gasoline blends (E0,E10,E25,E35,andE65) computer interfaced, four-stroke single cylinder compression ignition engine. The said engine wasconverted to spark ignition and carburetion to suit ethanol fuel. A suitable provision was provided on theengine to vary the compression ratio thereby making the engine adaptable to operate at lowercompres...

Ghajar, M., Kakaee, A.H., Mashhadi, B.,

Nowadays, due to increasing the complexity of IC engines, calibration task becomes more severe and the need to use surrogate models for investigating of the engine behavior arises. Accordingly, many black box modeling approaches have been used in this context among which network based models are of the most powerful approaches thanks to their flexible structures. In this paper four network base...

2016
Di Guo Changqing Du Fuwu Yan Dirk Söffker

During the mode transition from the pure electric propulsion mode to the hybrid propulsion mode, clutch-based pre-transmission parallel hybrid electric vehicles are subject to drivability issues. These issues originate from the fact that in the clutch-based pre-transmission parallel hybrid powertrain (CPPHP) configuration, the clutch connects the engine and the motor. Without a carefully design...

Journal: :Journal of endodontics 2000
B Sattapan J E Palamara H H Messer

Nickel-titanium engine-driven rotary instruments are used increasingly in endodontic practice. One frequently mentioned problem is fracture of an instrument in the root canal. Very few studies have been conducted on torsional characteristics of these instruments, and none has been done under dynamic conditions. The purposes of this study were to measure the torque generated and the apical force...

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

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

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