نتایج جستجو برای: flexible pavement

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

2015
TIMOTHY Ross STEPHEN VERZI

The development of a knowledged-based expert system to assist ~he New Mex~co State Highway and Transportation Department m the evaluation and design of rehabilitation schemes for flexible pavements is described. The system uses information provided by users to establish preliminary rehabilitation schemes that would be reasonable and cost-effective. A cost-estimate module for ~anking th~ rehabil...

2015

It is a well-recognized fact that our pavement design procedures are inadequate in general and seriously lacking in many particulars. The fact that this statement can be applied on a county, state or national basis is little consolation to those in Indiana who must design and build pavements, for ever-changing traffic conditions, in such mileage and at such unit costs compared to the funds avai...

2017
Kasthurirangan Gopalakrishnan Halil Ceylan

This paper describes the application of adaptive neuro-fuzzy inference system (ANFIS) methodology for the backcalculation of airport flexible pavement layer moduli. The proposed ANFIS-based backcalculation approach employs a hybrid learning procedure to construct a non-linear input-output mapping based on qualitative aspects of human knowledge and pavement engineering experience incorporated in...

2003
Lu Sun W. Ronald Hudson Zhanming Zhang

In the purely theoretical approach of pavement design, percentage fatigue cracking is related to damage in a probabilistic manner according to the Miner’s law. Two methods that are currently widely in use are based on assumptions of damage distribution. One method assumes fatigue damage being normally distributed, while the other one assumes fatigue damage being lognormally distributed. Since m...

Finite element method in pavement analysis is a type of mechanistic analysis that has widely been used by road and transportation engineers these days. This method is used with related programs such as ABAQUS/CAE which is one of the powerful software on this task. Modeling in this software has been developed from 2D static models to 3D dynamic models which are closer to reality due to the more ...

1989
K. Yi J. K. Hedrick

Active and send-active suspensions have been evaluated for application on tractor/semi-trailer trucks using a pitch plane simulation model called "VESYM". VESYM is a fully nonlinear time domain simulation model. This paper reviews the effect of alternative heavy truck suspensions on pavement damage by using the flexible pavement simulation program "VESYS". It is shown that by estimating axle ti...

2005
Sunghwan Kim

Many agencies use the AASHTO Guide for Design of Pavement Structures to design their pavement systems. The limitation inherent in this method is the empirical nature of the decision process, which was derived from a road test conducted almost 45 years ago in Ottawa, Illinois. The newly released Mechanistic-Empirical Pavement Design Guide (MEPDG), based on NCHRP Study 1-37A, has adopted a mechan...

2006
N. F. Coetzee

This report provides a summary of the results of the various studies completed in the Partnered Pavement Research Program (PPRC) during the period 2000–2004. In addition, preliminary findings of investigations, initiated but not yet implemented during this period, are included. The results are based on the combined results of analytical developments, laboratory testing of pavement materials, an...

2014
Sina Mirzapour Mounes Mohamed Rehan Karim Ali Khodaii Mohammad Hadi Almasi

A pavement structure consists of several layers for the primary purpose of transmitting and distributing traffic loads to the subgrade. Rutting is one form of pavement distresses that may influence the performance of road pavements. Geosynthetics is one type of synthetic materials utilized for improving the performance of pavements against rutting. Various studies have been conducted on using d...

2014

The growth in various types of industries together with population growth has resulted in enormous increase in production of various types of waste materials world over creating a problem of its disposal in eco-friendly way. To deal with the problem, study on use of plastic waste as partial replacement to bitumen in flexible pavement is considered in the present work. The work consists of an ex...

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

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

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