نتایج جستجو برای: micro pile

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

2004
S. BHATTACHARYA S. P. G. MADABHUSHI

This paper proposes an alternative mechanism of pile failure in liquefiable deposits during earthquakes. This failure mechanism, based on pile buckling, is formulated by back-analysing 14 case histories of pile foundation performance during earthquakes and verified using dynamic centrifuge tests. A new parameter, the slenderness ratio of a pile, is introduced to classify pile performance in liq...

Many factors such as production methods and structural parameters have distinctive influence on the quality and performance of a hand woven carpet. To investigate the effects of some variables, eighteen samples of carpet vary, in knot density, pile height and percentage of slipe wool, were manufactured. Pile yarn performance was assessed by using load-displacement compression curve, obtained fr...

ژورنال: مواد پرانرژی 2020

In recent years, with the increasing number of terrorist attacks and explosions in structures, extensive studies have been carried out on the performance of structures and their reactions under blast load. Due to the importance of the pile in the load transfer of various structures such as wharves, oil platform and bridges it is essential to study the behavior of this member. In this research, ...

2010
Qiang Li Qian Shi Kuihua Wang

In this study, a simplified computational model of pile vertical vibration was developed. The model was based on the inhomogeneous radial disturbed zone of soil in the vicinity of a pile disturbed by pile driving. The model contained two regions: the disturbed zone, which was located in the immediate vicinity of the pile, and the undisturbed region, external to the disturbed zone. In the model,...

2010
Bin Xu Jian-Fei Lu Jian-Hua Wang

The isolation of the vibration due to a harmonic vertical load using pile rows embedded in a saturated poroelastic half-space is investigated in this study. Using the fundamental solution for a circular patch load and Muki’s method, the second kind of Fredholm integral equations describing the dynamical interaction between the pile rows and the saturated poroelastic half-space are obtained. Num...

Journal: :World Journal of Advanced Engineering Technology and Sciences 2023

Micro piles are small diameter pile (less than 300mm). generally used when there difficult ground conditions, such as natural or man-made obstructions, sensitive with adjacent structures, limited access/low headroom. drilled and grouted friction piles. Each includes steel elements that bonded into the bearing soil rock – usually cement grout. The stratum is logged during installation drilling t...

Journal: :international journal of civil engineering 0
changjie xu phd, professor, school of civil engineering and architecture, east china jiaotong university, nanchang, jiangxi, 330013, china yuanlei xu junior engineer, zhejiang academy of building research & design co. ltd., hangzhou, 310058, china honglei sun phd, associate professor, college of civil engineering and architecture, zhejiang university, hangzhou, 310058, china

in soft soil areas, equal-length piles are often adopted in the retaining system. a decrease in the bending moment value borne by the retaining structure along the pile depth (below the excavation bottom), leads to an inadequate use of the pile bending capacity near the pile bottom. this paper presents retaining systems with long and short pile combinations, in which the long piles ensure integ...

2015
Junfu Lu Dongming Li Feng Ji Wenlai Xu

Three-dimensional model is established with finite difference method to simulate construction process based on design and construction plans of existing overpass pile foundation adjacent to certain large-section railway tunnel in Chengdu, China. Ground, isolation pile, main bridge pier and ramp pile near the tunnel are taken as research object, and surface settlement amount, displacement change...

Journal: :Genetics 2004
T Daniel Andrews Takashi Gojobori

The PilE protein is the major component of the Neisseria meningitidis pilus, which is encoded by the pilE/pilS locus that includes an expressed gene and eight homologous silent fragments. The silent gene fragments have been shown to recombine through gene conversion with the expressed gene and thereby provide a means by which novel antigenic variants of the PilE protein can be generated. We hav...

2005
Camilo Alvarez Brian Zuckerman John Lemke

Abstract A new system of multiple dynamic strain sensors and accelerometers embedded in test piles provides direct synchronous measurement of force and acceleration at various locations within a pile during high strain dynamic pile testing. This instrumentation system creates an opportunity to explore side and end bearing pile resistance distribution with a higher level of confidence and reliab...

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

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

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