نتایج جستجو برای: loss to storage modulus ratio

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

2014
Othman Y Alothman H Fouad S M Al-Zahrani Ayman Eshra Mohammed Fayez Al Rez S G Ansari

BACKGROUND High Density Polyethylene (HDPE) is one of the most often used polymers in biomedical applications. The limitations of HDPE are its visco-elastic behavior, low modulus and poor bioactivity. To improve HDPE properties, HA nanoparticles can be added to form polymer composite that can be used as alternatives to metals for bone substitutes and orthopaedic implant applications. METHOD I...

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

In this article the aging of HTPB based composite solid propellants have been studied by Van’t Hoff method. The F-factor of Van’t Hoff equation was calculated by dynamic mechanical analysis (DMA) for reference propellants sample that was equal 2.5. Then the accelerated aging program conditions have been determined by Van’t Hoff equation. According to accelerated aging program the reference prop...

Journal: :journal of petroleum science and technology 0
bader h. albusairi kuwait university adam al-mulla kuwait university

the rheological properties of four different kuwaiti crude oils in the presence of polyacrylamide (paa) were investigated. paa was varied at three different concentrations of 25, 50, and 75 ppm to study the viscoelastic properties in the untreated samples. four different temperatures (25, 30, 35, and 40 °c) were used to evaluate different viscoelastic parameters of the treated and untreated kuw...

Journal: :BMC Musculoskeletal Disorders 2009
Geoffrey R Fulcher David WL Hukins Duncan ET Shepherd

BACKGROUND Articular cartilage is a viscoelastic material, but its exact behaviour under the full range of physiological loading frequencies is unknown. The objective of this study was to measure the viscoelastic properties of bovine articular cartilage at loading frequencies of up to 92 Hz. METHODS Intact tibial plateau cartilage, attached to subchondral bone, was investigated by dynamic mec...

2010
Eun-Kyoung Park Ki-Won Song

The objective of the present study is to systematically characterize a nonlinear viscoelastic behavior of petroleum jelly in large amplitude oscillatory shear flow fields correspondent to the rubbing condition onto the human body. With this aim, using a strain-controlled rheometer, the dynamic viscoelastic properties of commercially available petroleum jelly have been measured at 37oC (body tem...

Journal: :Biophysical journal 2004
R E Mahaffy S Park E Gerde J Käs C K Shih

Viscoelasticity of the leading edge, i.e., the lamellipodium, of a cell is the key property for a deeper understanding of the active extension of a cell's leading edge. The fact that the lamellipodium of a cell is very thin (<1000 nm) imparts special challenges for accurate measurements of its viscoelastic behavior. It requires addressing strong substrate effects and comparatively high stresses...

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

assigning premium to the insurance contract in iran mostly has based on some old rules have been authorized by government, in such a situation predicting premium by analyzing database and it’s characteristics will be definitely such a big mistake. therefore the most beneficial information one can gathered from these data is the amount of loss happens during one contract to predicting insurance ...

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

‏‎translation as a comunicative process is always said to be associated with various aspects of meaning loss or gain. subtitling as a mode of translating, due to special discoursal and textual conditions imposed upon it, is believed to be an obvious case of this loss or gain. presenting the spoken sound track of a film in writing and synchronizing the perception of this text by the viewers with...

2017
Bernard M. Lawless Hamid Sadeghi Duncan K. Temple Hemeth Dhaliwal Daniel M. Espino David W.L. Hukins

The aim of this study was to determine the effect of the induced stress and restraint provided by the underlying bone on the frequency-dependent storage and loss stiffness (for bone restraint) or modulus (for induced stress) of articular cartilage, which characterise its viscoelasticity. Dynamic mechanical analysis has been used to determine the frequency-dependent viscoelastic properties of bo...

2011
Patcharee Intanoo Anuvat Sirivat Ruksapong Kunanuruksapong Wanchai Lerdwijitjarud

Ethylene propylene diene elastomers (EPDM) of various side chains and molecular weights were prepared as thin discs and the effects of electric field strength and temperature on the electromechanical properties were investigated. The electrical conductivity, the dielectric constant, the storage and loss moduli (G and G), the storage modulus response ( 1000V mm G  ), and the storage modulus ...

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

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

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