نتایج جستجو برای: near fault

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

2016
Shuang Lan Wu Bhuddarak Charatpangoon Junji Kiyono Yoshito Maeda Takao Nakatani Shou Yi Li

The effect of near-fault ground displacement is a significant factor when structures straddle a fault, because the fault produces both static step-like deformations and dynamic pulse-like ground motions. It has been observed that the static displacements measured up to 10 m and strong ground motion velocity pulses exceed 100 cm/s. As there is no concrete method for the seismic design of near-fa...

Journal: :فیزیک زمین و فضا 0
اصغر آزادی پژوهشگاه بین المللی زلزله شناسی- دانشجوی دکتری غلام جوان دولویی پژوهشگاه بین المللی زلزله شناسی- استادیار ناصر حافظی مقدس دانشگاه صنعتی شاهرود- دانشیار خالد حسامی آذر پژوهشگاه بین المللی زلزله شناسی- استادیار

the nw-se trending tus fault is one of the active faults in the north-east of iran . geomorphologic evidences indicate that this fault is active and goes through mashhad city from near tus town. since the population and number of pilgrims in this city are high, the study of the tus fault is of great importance. hence, we have carried out a new investigation to evaluate the hazardous potential o...

Journal: :مهندسی عمران فردوسی 0
سید مصطفی رزاز هاشم شریعتمدار

coupled -shear walls are one of lateral load resisting systems in high and medium rise reinforced concrete buildings. the lateral structural response is exactly dependents on the shear walls behavior; therefore these elements must response well whenundergodifferent load conditions. the structures located in near-source region behave differently compared to those in near-source sites when subjec...

In this paper, a simulation-based method is proposed for optimal placement of vibration sensors for the purpose of fault detection in a centrifugal pump. The centrifugal pump is modeled to investigate the effect of vane tip fault on fluid flow patterns numerically. Pressure pulsations are investigated at different locations at the inner surface of the pump before and after the presence of the f...

Journal: :فیزیک زمین و فضا 0
رضا حیدری دانشگاه آزاد اسلامی- واحد علوم و تحقیقات، دانشجوی دکتری نوربخش میرزایی مؤسسه ژئوفیزیک دانشگاه تهران، دانشیار

the zagros fold- thrust belt as a part of alpine- himalayan orogenic belt, is one of the most active continental collision zones on the earth, which extends from the tarus mountains in south eastern turkey to the minab fault in the east of the strait of hormoz in southern iran. structurally, its formation is related to the continuing convergent movement between the arabian plate to the southwes...

2017
Benjamin A Brooks Sarah E Minson Craig L Glennie Johanna M Nevitt Tim Dawson Ron Rubin Todd L Ericksen David Lockner Kenneth Hudnut Victoria Langenheim Andrew Lutz Maxime Mareschal Jessica Murray David Schwartz Dana Zaccone

Earthquake-related fault slip in the upper hundreds of meters of Earth's surface has remained largely unstudied because of challenges measuring deformation in the near field of a fault rupture. We analyze centimeter-scale accuracy mobile laser scanning (MLS) data of deformed vine rows within ±300 m of the principal surface expression of the M (magnitude) 6.0 2014 South Napa earthquake. Rather t...

In this study, reservoir water level effects on nonlinear dynamic response of concrete gravity dams are investigated. For this purpose, the nonlinear behavior of the dam concrete is captured using the concrete damage plasticity (CDP) on the non associated flow rule assumption. Water in the reservoir is represented by the Lagrangian (displacement-based) fluid finite elements. The program ABAQUS ...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه صنعتی اصفهان - دانشکده برق و کامپیوتر 1388

با توجه به این که در سیستم های صنعتی وقوع fault ممکن است منجر به خرابی کالا، خرابی دستگاه، افت عملکرد و یا تلفات جانی شود، شناسایی و تشخیص به موقع fault و همچنین جبران سازی آن از اهمیت کاربردی بسیار بالایی برخوردار می باشد. عمده ی سیستم های صنعتی را سیستم های غیر خطی و هایبرید با ورودی ها یا حالت های ناهمگون تشکیل می دهند. بنابراین شناسایی fault در این سیستم ها و تلاش برای جبران اثرات آن به کمک...

Journal: :Journal of Geophysical Research: Solid Earth 2020

2012
A H M Muntasir Billah M Shahria Alam

This study focuses on developing fragility-based seismic vulnerability assessment techniques for seismically retrofitted multi-column bridge bent. Fragility curves are developed using Probabilistic Seismic Demand Model (PSDM) to assess the relative performance of different retrofit methods under near fault ground motions. Two different retrofit techniques namely CFRP jacketing and ECC jacketing...

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

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

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