نتایج جستجو برای: swelling potential

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

Journal: :جنگل و فرآورده های چوب 0
فاطمه موسوی دانشجوی دکتری مهندسی جنگل، دانشکدۀ منابع طبیعی دانشگاه تهران، کرج، ایران احسان عبدی استادیار، گروه جنگلداری و اقتصاد جنگل، دانشکدۀ منابع طبیعی دانشگاه تهران، کرج، ایران

soil is known as the base material for many structure, on the other hand, some soils cause problems for some structures such as roads. some types of soils absorb moisture and swell then they may shrink when losing water. the changes of moisture in these soil samples cause changes their volume and pressure to layers of the pavement and eventually leads to destruction of roads. therefore, it is n...

Journal: :تحقیقات آب و خاک ایران 0
مریم ابراهیمی رستمی حسن رحیمی

expansible soils are those which will suffer considerable swelling and volume change when subjected to water. the resulting swelling pressure may cause complete destruction of such light structures as irrigation canal linings, floor slabs, etc. based upon previous investigations, swelling of clayey soils has been blamed for failure of many irrigation canals in iran and in other countries of the...

Journal: :مهندسی سازه 0
ایمان عشایری شهاب الدین یثربی

expansive behavior is usually observed in soils, which contain fractions of clay minerals in their composition. water absorption of clay particles and change of natural water content of soil up to plastic limit and down to shrinkage limit will cause significant volume change in expansive soils and will result in severe damages to the structures, buildings and foundations. swelling potential is ...

ژورنال: علوم آب و خاک 2017

To deal with the destructive effects of swelling soils, different methods have been proposed by researchers. Chemical stabilization of expansive soils is one of the effective methods that are low-cost and efficient economically and technically. Recently, with the improvements of nano science in nanomaterials production and application, using this type of materials has been considered in differe...

Journal: :desert 2015
amin soltani ali raeesi estabragh

expansive soils can be found in many parts of the world particularly in arid and semi-arid regions. these soilspose a significant hazard to civil engineering structures due to its high swelling and shrinkage potential. this paperpresents the results of an experimental program developed to investigate the effect of cyclic drying and wetting on theswelling potential of expansive soils with variou...

Journal: Desert 2015

Expansive soils can be found in many parts of the world particularly in arid and semi-arid regions. These soilspose a significant hazard to civil engineering structures due to its high swelling and shrinkage potential. This paperpresents the results of an experimental program developed to investigate the effect of cyclic drying and wetting on theswelling potential of expansive soils with variou...

ژورنال: علوم آب و خاک 2015
بیات, حبیب‌الله, عبادی, تقی, ملکی, محمدصادق,

Some recent research has indicated that certain alkaline contaminations may adversely affect mechanical properties of clayey soils. To examine the potential impact of alkaline divalent barium on the swelling characteristics of KAHRIZAK clay, the major solid-waste landfill at south of Tehran, a systematic set of experiments was conducted. Observations indicated that the swelling in the studied s...

Journal: :Geotechnical and Geological Engineering 2023

Abstract Despite extensive research on unsaturated soil behavior in recent decades, the field of transportation engineering still lacks technically and economically feasible methods for identifying expansive soils along roads, particularly regions with limited laboratory infrastructure that are distant from developed areas Brazil. This situation is evident state Acre, located southwest Brazilia...

The fine-grained soil including the problematic ones can cause many difficulties in project accomplishment. Settlement and swelling are among the problems of the fine-grained soils. The present study compared the effects of the polypropylene waste plastic (PWP) and glass fiber reinforced polymer (GFRP) on geotechnical properties of the clayey soils for the subgrade design. To this end, the PWP ...

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

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

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