نتایج جستجو برای: barez tire producing plant

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

2017
Li-Hua Li Yan-Jun Chen Pedro Miguel Vaz Ferreira Yong Liu Heng-Lin Xiao

Waste tires have excellent mechanical performance and have been used as reinforcing material in geotechnical engineering; however, their interface properties are poorly understood. To further our knowledge, this paper examines the pull-out characteristics of waste tire strips in a compacted sand, together with uniaxial and biaxial geogrids also tested under the same conditions. The analysis of ...

2011
P. A. Garcia T. Pancotto J. H. Rossmeisl N. Henao-Guerrero N. R. Gustafson G. B. Daniel J. L. Robertson T. L. Ellis R. V. Davalos

Non-thermal irreversible electroporation (N-TIRE) has shown promise as an ablative therapy for a variety of soft-tissue neoplasms. Here we describe the therapeutic planning aspects and first clinical application of N-TIRE for the treatment of an inoperable, spontaneous malignant intracranial glioma in a canine patient. The N-TIRE ablation was performed safely, effectively reduced the tumor volu...

Journal: :Expert Syst. Appl. 2009
Shieh-Shing Lin Shih-Cheng Horng Ch'i-Hsin Lin

In this paper, we focus on the frequent glitches of general family cars. Based on the Neural Network theory and combining with the Micro-chip processor technology, we design an expert system-‘‘Integrated Cars Repairing Tools” (ICRT) and the size of the proposed ICRT is quite small and achieves the following attractive functions: (1) Portable Electric-jack, (2) Electric Tire-pressure-meter, (3) ...

Journal: :international journal of automotive engineering 0
salehpour islamic azad university, anzali branch, bandaranzali, iran. jamali faculty of mechanical engineering, the university of guilan, rasht, iran. nariman-zadeh faculty of mechanical engineering, the university of guilan, rasht, iran.

in this paper, multi-objective uniform-diversity genetic algorithm (muga) with a diversity preserving mechanism called the ε-elimination algorithm is used for pareto optimization of 5-degree of freedom vehicle vibration model considering the five conflicting functions simultaneously. the important conflicting objective functions that have been considered in this work are, namely, vertical accel...

2008
Gaétan Pouly Thai-Hoang Huynh Jean-Philippe Lauffenburger Michel Basset

In the context of aircraft, shimmy is an oscillatory phenomenon of the landing gear mainly due the tire dynamics and the landing gear structural dynamics. This phenomenon, which can result in severe structural damages of the landing gear, is here actively damped by an indirect fuzzy adaptive controller. The difficulties to model the ground/wheel interface require the use of an adaptive controll...

Journal: :journal of tethys 0

jebale barez plutonic complex is composed of granitoid intrusive bodyes and is located in the east - north east jiroft and  southeastern province of kerman on the lengths of the 57° 45' east to 58° 00' and northern latitudes  28° 30' to 29° 00'. plutonic complex composed of granodiorite, quartzdiorite, monzogranite and porphyritic granite. the microstructures observed in thi...

Journal: :Eng. Appl. of AI 2010
Nader Nariman-Zadeh M. Salehpour Ali Jamali E. Haghgoo

In this paper, a new multi-objective uniform-diversity genetic algorithm (MUGA) with a diversity preserving mechanism called the e-elimination algorithm is used for Pareto optimization of a fivedegree of freedom vehicle vibration model considering the five conflicting functions simultaneously. The important conflicting objective functions that have been considered in this work are, namely, seat...

2008
Erkin Dinçmen Tankut Acarman

In this paper, a novel vehicle dynamics controller is proposed by combining two control loops which are formed by the individually actuated wheel braking and steering regulator. The inner braking loop regulates the individual tire force generation and prevents tire force saturation with respect to tire slip. When the tire forces are regulated to operate in the linear region of their nonlinear c...

2005
John W. Daws Robert E. Larson J. W. Daws R. E. Larson J. C. Brown

Plus-sizing in the tire industry is the growing practice of replacing a vehicle’s original equipment wheel size with a larger diameter wheel and replacing the tire with a lower aspect ratio tire of the same diameter. This practice is normally associated with aftermarket sales, and there is a growing trend for vehicle dealerships to fit these larger wheels/tires to new cars. This paper discusses...

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

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

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