نتایج جستجو برای: flexible coupling

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

2017
J. Zwanenburg

Yarrow is an interactive proof assistant based on the theory of Pure Type Systems, a family of typed lambda calculi. Yarrow has been designed as a flexible environment for experimentation with various typed lambda calculi. It offers both graphical and textual interfaces. It has been coded entirely in Haskell, making use of the Fudget library for the graphical interface. In this paper we concent...

2013
J. Hillewaere J. Degroote G. Lombaert J. Vierendeels G. Degrande

Wind induced ovalling vibrations have been reported to occur on several empty, flexible silo structures in group arrangement. The focus in this paper is on the numerical prediction of this phenomenon by simulating the wind flow around a single silo and taking into account the interaction of the wind flow with the structural response. The importance of the 3D turbulent wind flow and wake effects...

1998
M. Trcka

This paper describes the development of as well as implementation strategies for distributed simulation of building systems by run-time coupling of existing software. The approach differs from the traditional way of developing software in which additional models are added by incorporating new modules into an existing program. This paper focuses on the actual coupling mechanism. A case study is ...

Journal: :Physical review letters 2013
T V Brinzari J T Haraldsen P Chen Q-C Sun Y Kim L-C Tung A P Litvinchuk J A Schlueter D Smirnov J L Manson J Singleton J L Musfeldt

We combined Raman and infrared vibrational spectroscopies with complementary lattice dynamics calculations and magnetization measurements to reveal the dynamic aspects of charge-lattice-spin coupling in Co[N(CN)2]2. Our work uncovers electron-phonon coupling as a magnetic field-driven avoided crossing of the low-lying Co2+ electronic excitation with two ligand phonons and a magnetoelastic effec...

This study presents a designing process for refurbishing of a 32 MW rotor-generator damaged coupling. The reason of rotor damage was being hit by the quivers of an explosion. The original coupling was union with the rotor formed after a machining process on a mono block forged rotor. In some areas imposed damages caused the breaking off and detachment of some parts in the coupling flange. Becau...

2005
Anke Dittmar Peter Forbrig

Interactive systems have to be designed in a more flexible way to better cope with different contexts of use. We follow the idea of model-based approaches, which foster a systematic task-oriented design process but suggest some improvements. We argue that a stronger coupling of sub-models in use allows a more expressive specification of context-sensitivity. Such a coupling is supported by a gen...

Journal: :CoRR 2016
Ahmed Elkelesh Moustafa Ebada Sebastian Cammerer Stephan ten Brink

The structure of polar codes inherently requires block lengths to be powers of two. In this paper, we investigate how different block lengths can be realized by coupling of several short-length polar codes. For this, we first analyze “code augmentation” to better protect the semipolarized channels, improving the BER performance under belief propagation decoding. Several serial and parallel augm...

2009
BISHNU P. LAMICHHANE B. LAMICHHANE

We consider the coupling of compressible and nearly incompressible materials within the framework of mortar methods. Taking into account the locking effect, we use a suitable discretization for the nearly incompressible material and work with a standard conforming discretization elsewhere. The coupling of different discretization schemes in different subdomains are handled by flexible mortar te...

Journal: :Tetrahedron 2013
Eric M Woerly Jonathan E Miller Martin D Burke

Iterative cross-coupling represents a potentially general approach for the simple, efficient, and flexible construction of a wide range of functional small molecules. In this context, (1-bromovinyl)-N-methyliminodiacetic acid (MIDA) boronate is a very useful building block for small molecule synthesis. This compound can serve as a starting material for the preparation of a wide range of 1,1-dis...

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

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

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