نتایج جستجو برای: respectively the minimum rupture force

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

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

this research concentrates on the lithostratigraphy, biostratigraphy, microfacies and sedimentary environment of the asmari and gachsaran formations at southwest firuzabad. the thickness of the studied section in all 608.95 meters that 220.8 meters belong to the asmari formation and 387.95 meters belong to the gachsaran formation (champe and mol members). in the study area, the asmari formation...

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

with the increasing population and the need for more food, as well as with the development of science and technology, human approach to unnatural and often chemical inputs to increase agricultural production has been a great expansion and problems such as increased cancers, chronic diseases has created environmental pollution. implementation of organic organic is a solution to these problems . ...

In this study, the effects of diameter and location of drain pipe in uplift force and exit hydraulic gradient in the foundation of gravity dams are investigated. For this purpose, a numerical model of gravity dam foundation is simulated using finite elements method. The results indicate that drain pipe under the gravity dam reduces the uplift force and exit hydraulic gradient. Location of the d...

Journal: :international journal of medical toxicology and forensic medicine 0
a menon p department of forensic medicine, government medical college, thrissur, kerala university of health sciences a balachandran department of forensic medicine, amriata institute of medical sciences

background : the liver which is a vascular organ can easily be lacerated or crushed, depending on the severity of trauma. case report: a 55 year-old lady who fell down was taken to a hospital within one hour and died two hours post-trauma. an autopsy revealed rupture a large sub capsular vascular lesion situated on the right lobe of liver with hemoperitoneum. there was a deep contusion on the a...

2016
A. Hansen S. Roux H. J. Herrmann

2014 We study numerically the rupture of elastic lattices consisting of fragile elastic springs which can freely rotate around nodes. All bonds are given an identical force constant but the threshold force for which they break is randomly attributed to each bond according to a uniform probability distribution between 0 and 1. We analyse the overall force-displacement characteristics of the latt...

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2011
Rakesh Kumar Mishra Garima Mishra M S Li Sanjay Kumar

Using the Langevin dynamics simulation, we have studied the effects of shear force on the rupture of short double-stranded DNA at different temperatures. We show that the rupture force increases linearly with chain length and approaches the asymptotic value in accordance with the experiment. The qualitative nature of these curves remains almost the same for different temperatures but with a shi...

Journal: :Biophysical journal 2008
Senli Guo Chad Ray Andrea Kirkpatrick Nimit Lad Boris B Akhremitchev

Force spectroscopy measurements of the rupture of the molecular bond between biotin and streptavidin often results in a wide distribution of rupture forces. We attribute the long tail of high rupture forces to the nearly simultaneous rupture of more than one molecular bond. To decrease the number of possible bonds, we employed hydrophilic polymeric tethers to attach biotin molecules to the atom...

2011
M. B. Dehpour

The effect of moisture content and loading rate on mechanical strength of 12 brown rice grain varieties was determined. The results showed that the rupture force of brown rice grain decreased by increasing the moisture content and loading rate. The highest rupture force values was obtained at the moisture content of 8% (w.b.) and loading rate of 10 mm/min; while the lowest rupture force corresp...

Journal: :Physical review letters 2000
U Seifert

Biological adhesion often involves several pairs of specific receptor-ligand molecules. Using rate equations, we study theoretically the rupture of such multiple parallel bonds under dynamic loading assisted by thermal activation. For a simple generic type of cooperativity, both the rupture time and force exhibit several different scaling regimes. The dependence of the rupture force on the numb...

Journal: :The Journal of bone and joint surgery. American volume 2007
Jianjun Ma Jian Shen Beth Paterson Smith Andrew Ritting Thomas L Smith L Andrew Koman

BACKGROUND Tendon-repair techniques have evolved to increase the construct strength of the repair site in order to permit early active range of motion without tendon gap or rupture. The present study evaluated the hypothesis that the injection of botulinum neurotoxin type-A (BoNT-A) into the gastrocnemius muscle will reduce the active force production of that muscle below the force required to ...

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

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

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