نتایج جستجو برای: bearing displacement

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

2013
Priya Sharma Shubhda Sharma S. Vidhya M. K. Mathur

FEA is amongst best methods that help users to solve complex problems. There are fixed number of nodes in each element of the model that define the element boundaries to which boundary condition and loads can be applied. The geometry of the structure, the load applications, stress and displacement gradients can be approximated in a accurate manner, if the mesh is finer. The problem with the foo...

2012
Charlotte Elisabet Tranberg Aijun Yang Irina Vette Jeffrey R. McArthur Jonathan B. Baell Richard J. Lewis Kellie L. Tuck Peter J. Duggan

The neuronal voltage-gated N-type calcium channel (Ca(v)2.2) is a validated target for the treatment of neuropathic pain. A small library of anthranilamide-derived ω-Conotoxin GVIA mimetics bearing the diphenylmethylpiperazine moiety were prepared and tested using three experimental measures of calcium channel blockade. These consisted of a ¹²⁵I-ω-conotoxin GVIA displacement assay, a fluorescen...

2012
Shubha P Bhat T. C. Manjunath C. Ardil

In this paper, the effects of the restoring force device on the response of a space frame structure resting on sliding type of bearing with a restoring force device is studied. The NS component of the El Centro earthquake and harmonic ground acceleration is considered for earthquake excitation. The structure is modeled by considering six-degrees of freedom (three translations and three rotation...

2014
Yu Zhang Sanbao Hu Yunqing Zhang Liping Chen

This paper presents the optimization of vibrations of centrifugal pump considering fluid-structure interaction (FSI). A set of centrifugal pumps with various blade shapes were studied using FSI method, in order to investigate the transient vibration performance. The Kriging model, based on the results of the FSI simulations, was established to approximate the relationship between the geometrica...

Journal: :Frontiers in Built Environment 2023

This paper discusses the role that structural stiffness plays in context of designing adaptive structures. The focus is on load-bearing structures with displacement control. A design methodology implemented to minimize control effort by making structure as stiff possible against external loads and flexible effect actuation. rationale tested using simple analytical numerical case studies.

Journal: :Ulusal travma ve acil cerrahi dergisi = Turkish journal of trauma & emergency surgery : TJTES 2015
Ahmet Karakaşlı Mehmet Erduran Lütfü Baktıroğlu Aydın Büdeyri Didem Venüs Yıldız Hasan Havıtçıoğlu

BACKGROUND The aim of this study was to evaluate the biomechanical behavior of anterior inferior tibiofibularis ligament (AITFL) deficient human ankle under axial loading of ankle at stance phase of gait. In order to investigate the contribution of AITFL to ankle stability, an in vitro sequential experimental setup was simulated. METHODS The measurement of posterior displacement of distal tib...

2009
Ajay Sharma R. S. Jangid

Analytical seismic response of multi-story building supported on base isolation system is investigated under real earthquake motion. The superstructure is idealized as a shear type flexible building with lateral degree-of-freedom at each floor. The force-deformation behaviour of the isolation system is modelled by the bi-linear behaviour which can be effectively used to model all isolation syst...

2017
Rahul Goel Yiri E. De Dios Nichole E. Gadd Erin E. Caldwell Brian T. Peters Millard F. Reschke Jacob J. Bloomberg Lars I. E. Oddsson Ajitkumar P. Mulavara

Multisensory-visual, vestibular and somatosensory information is integrated for appropriate postural control. The primary goal of this study was to assess somatosensory utilization during a functional motor task of unipedal postural control, in normal healthy adults. Assessing individual bias in the utilization of individual sensory contributions during postural control may help customization o...

2012
Mohammad Olfatnia Siddharth Sood Jason J. Gorman Shorya Awtar

This paper presents in-plane electrostatic comb-drive actuators with stroke as large as 245 μm that is achieved by employing a novel Clamped Paired Double Parallelogram (C-DPDP) flexure mechanism. For a given flexure beam length, comb gap, and actuation voltage, this is currently the largest comb-drive actuator stroke reported in the literature. The C-DP-DP flexure mechanism design offers high ...

2013
A. Pandolfi M. Ortiz

The present work is concerned with the verification and validation of an implementation of the eigenfracture scheme of Schmidt et al. (SIAM J Multiscale Model Simul 7:1237–1266, 2009) based on material-point erosion, which we refer to as eigenerosion. Eigenerosion is derived from the general eigenfracture scheme by restricting the eigendeformations in a binary sense: they can be either zero, in...

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

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

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