نتایج جستجو برای: hysteretic energy

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

Due to the fact that the buckling-restrained brace core yields subject to both tension and compression, it can adsorb energy and exhibit high ductility rendering it proper for tolerating earthquake loads. One of the important objectives of seismic standards is safeguarding the appropriate ductility for the structures because the structures, in case of being ductile, can dissipate a considerable...

Journal: :Materials research proceedings 2023

Abstract. This paper presents a reduced model to describe the nonlinear dynamic behavior of Stockbridge dampers. The proposed is based on classic Bouc-Wen hysteretic law and requires identification small number parameters. formulation used within an extended version Energy Balance Method assess role damper nonlinearities in mitigating aeolian vibrations reference overhead transmission line.

Journal: :Physical review letters 2003
B Ozyilmaz A D Kent D Monsma J Z Sun M J Rooks R H Koch

Current-induced magnetization dynamics in Co/Cu/Co trilayer nanopillars (approximately 100 nm in diameter) have been studied experimentally at low temperatures for large applied fields perpendicular to the layers. At 4.2 K an abrupt and hysteretic increase in resistance is observed at high current densities for one polarity of the current, comparable to the giant magnetoresistance effect observ...

2007
Takashi HIKIHARA Yoshihisa HIRANE Yoshisuke UEDA

The stability of positioning is one of the most important characteristics in ywheel energy storage systems with high-temperature superconducting (HTSC) magnetic bearing . In this paper, we experimentally discuss the drift of the levitation gap in the ywheel system under the revolution. When the revolution speed of the ywheel rotor passes through the mechanical resonant frequencies, the dynamics...

2006
William S. Oates Ralph C. Smith

A nonlinear optimal control method is developed for magnetostrictive actuators used to actively attenuate plate vibration. Significant improvements in vibration control can be achieved when the magnetostrictive actuators are driven at moderate to high field levels. This results in nonlinearity and hysteresis which cannot be effectively compensated using linear control theory. This issue is addr...

2003
Ralph C. Smith Andrew Hatch

In this paper, we develop nonlinear constitutive equations and resulting system models quantifying the nonlinear and hysteretic field-displacement relations inherent to piezoceramic elements employed in present nanopositioner designs. We focus specifically on piezoceramic rods utilizing d33 motion and piezoceramic shells driven in d31 regimes, but the modeling framework is sufficiently general ...

2011
D. Biolek Z. Biolek V. Biolkova

Recently, novel findings have been published, according to which some mem-systems excited by harmonic signals can be characterised by the so-called ‘non-crossing-type pinched hysteretic loops’. Presented is a proof that this phenomenon cannot occur in ideal memristors, memcapacitors and meminductors which are defined axiomatically via the corresponding constitutive relations or via other equiva...

2005
Fayçal Ikhouane José Rodellar

This paper deals with the determination of the conditions for which the hysteretic Bouc-Wen model is consistent with the physical phenomenon it is supposed to represent. In particular, we derive the conditions on the model parameters under which the model is stable, asymptotically dissipative and verifies the hysteretic property. These conditions are in the form of algebraic inequalities to be ...

2012
Michael Herrmann Barbara Niethammer Juan J.L. Velázquez

The hysteretic behavior of many-particle systems with non-convex free energy can be modeled by nonlocal Fokker-Planck equations that involve two small parameters and are driven by a timedependent constraint. In this paper we consider the fast reaction regime related to Kramers-type phase transitions and prove that the dynamics in the small-parameter limit can be described by a rate-independent ...

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

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

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