نتایج جستجو برای: electrical strain gauges

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

2014
Timo Hongell Ilkka Kivelä Ismo Hakala

Wireless sensor networks can be used to perform structural monitoring. Strain gauges, which can be glued on or integrated to the observed material, are the most common nondestructive sensing elements for measuring surface strain. Wireless strain gauge measurement system makes strain measurements more flexible while opening new targets of application in addition to those that traditional wired s...

Journal: :Chemosensors 2021

The electromechanical capabilities of carbon nanotube (CNT) doped poly(ethylene glycol) diglycidyl ether (PEGDGE) have been explored. In this regard, the effect both CNT content and curing conditions were analyzed. electrical conductivity increased with temperature due to lower gel time that leads a reaggregation during curing. More specifically, percolation threshold at 160 180 °C temperatures...

Journal: :International Journal of Applied Ceramic Technology 2021

This work focuses on silicon oxycarbide thin film preparation and characterization. The Taguchi method of experimental design was used to optimize the process deposition. prepared ceramic films with a thickness c. 500 nm were characterized concerning their morphology, composition, electrical properties. molecular structure preceramic polymers for as well thermomechanical properties resulting Si...

2014
Li Ming Loong Xuepeng Qiu Zhi Peng Neo Praveen Deorani Yang Wu Charanjit S. Bhatia Mark Saeys Hyunsoo Yang

While the effects of lattice mismatch-induced strain, mechanical strain, as well as the intrinsic strain of thin films are sometimes detrimental, resulting in mechanical deformation and failure, strain can also be usefully harnessed for applications such as data storage, transistors, solar cells, and strain gauges, among other things. Here, we demonstrate that quantum transport across magnetic ...

2013
Mi-Young Lee Seong-Joo Heo Eun-Jin Park Ji-Man Park

PURPOSE The aim of this study was to compare the passivity of implant superstructures by assessing the strain development around the internal tapered connection implants with strain gauges. MATERIALS AND METHODS A polyurethane resin block in which two implants were embedded served as a measurement model. Two groups of implant restorations utilized cement-retained design and internal surface o...

2009
M. Sahin R. A. Shenoi

This paper presents a damage detection algorithm using a combination of global (changes in natural frequencies) and local (curvature mode shapes) vibration-based analysis data as input in artificial neural networks (ANNs) for location and severity prediction of damage in beam-like structures. A finite element analysis tool has been used to obtain the dynamic characteristics of intact and damage...

Journal: :Microelectronics Reliability 2007
Marina Santo Zarnik Darko Belavic Franc Novak

Finite-element (FE) analysis is an efficient aid in the design optimisation of modern electronic devices. Simulation tools have dramatically reduced the product design cycle. The model validated with actual prototypes can also be used for other purposes such as failure analysis, fatigue prediction, reliability studies, etc. In this paper we present a case study of application of FE model in fau...

Introduction: Nuclear moisture density gauges are widely used in construction industry in different countries across the world, including Ghana, on a large scale. Like all irradiating devices, the nuclear gauges should be subjected to radiation safety assessment based on radiation protection and safety principles. Regarding this, the objective of this research was to i...

2015
Jingzhe Wu Chunhui Song Hussam S. Saleem Simon Laflamme Austin Downey

Monitoring of surface strain on mesosurfaces is a difficult task, often impeded by the lack of scalability of conventional sensing solutions. A solution is to deploy large networks of flexible strain gauges, a type of large area electronics. The authors have recently proposed a soft elastomeric capacitor (SEC) as an economical skin-type solution for large-scale deployment onto mesosurfaces. The...

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

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

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