نتایج جستجو برای: current limiting reactor

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

Journal: :NHM 2013
Henri Berestycki Guillemette Chapuisat

This paper deals with the existence of traveling fronts for the reaction-diffusion equation: ∂u ∂t −∆u = h(u, y) t ∈ R, x = (x1, y) ∈ R . We first consider the case h(u, y) = f(u) − αg(y)u where f is of KPP or bistable type and lim|y|→+∞ g(y) = +∞. This equation comes from a model in population dynamics in which there is spatial spreading as well as genetic mutation of a quantitative genetic tr...

Journal: :JCM 2014
Lei Chen Hao Pan Changhong Deng Feng Zheng Haijun Yan Fang Guo

Since the interactivity, integrality and instantaneity of information communication in smart substation have been improved to higher levels, it can contribute to promote the realization of a centralized type substation area backup protection (SABP), acting as an integrated protection system for whole substation. On the side, in the case that fault current limiters (FCLs) are suggested to be emp...

2002
U. Balachandran Y. S. Cha S. E. Dorris J. T. Dusek J. E. Emerson R. A. Erck B. L. Fisher K. C. Goretta K. E. Gray J. R. Hull Y. Jee R. E. Koritala M. Li J. W. Lucas B. Ma V. A. Maroni R. L. McDaniel D. J. Miller J.-H. Park J. J. Picciolo J. P. Singh

Most large-scale applications of high-critical-temperature superconductors will require wires or tapes that can carry large current in applied magnetic fields. This report describes research and development efforts at Argonne National Laboratory (ANL) aimed at producing practical superconducting components and devices using the Y-Ba-Cu-O and Bi-(Pb)-Sr-Ca-Cu-O systems. Topics discussed include ...

2014
ANDREW J. CHRISTLIEB YUAN LIU ZHENGFU XU

In this paper, we utilize the maximum-principle-preserving flux limiting technique, originally designed for high order weighted essentially non-oscillatory (WENO) methods for scalar hyperbolic conservation laws, to develop a class of high order positivity-preserving finite difference WENO methods for the ideal magnetohydrodynamic (MHD) equations. Our schemes, under the constrained transport (CT...

2012
Jonathan M. Borwein Liangjin Yao

In this paper, we study the properties of integral functionals induced on LE(S, μ) by closed convex functions on a Euclidean space E. We give sufficient conditions for such integral functions to be strongly rotund (well-posed). We show that in this generality functions such as the Boltzmann-Shannon entropy and the Fermi-Dirac entropy are strongly rotund. We also study convergence in measure and...

2008
N. Sreenivasan M. Xia

Limiting dome height (LDH) tests were used to evaluate the formability of laser butt welded blanks of the dual phase 980 steel in comparison with the base metal. Two different lasers were used: diode and Nd:YAG, giving a wide range of welding thermal cycles. A sharp decrease in LDH was observed in the welded specimens due to the formation of a softened zone in the outer heat affected zone. Soft...

2003
Roberto P. Mignani

About 100 millisecond (ms) pulsars have been identified in the Galaxy, and only ≈ 10% of them are solitary, i.e. without a binary companion. Nothing is known on the optical emission properties of millisecond pulsars. Observations of solitary millisecond pulsars are the only way to detect their faint optical radiation, otherwise buried by the brighter white dwarf companion. As in the case of sol...

2003
C. W. Krueger C. A. Wang

A detailed computer model which predicts etch rates and spatial uniformity for chemical vapor etching of GaAs with CH3I in a vertical rotating-disk organometallic vapor phase epitaxy (OMVPE) reactor has been developed. Etch rate predictions compare favorably with experiments performed in the vertical reactor at several temperatures ranging from 525 to 590°C and CH3I mole fractions from 0.005 to...

2017
Abdullah Alotaibi Sophie Hodgkiss Elena F. Kozhevnikova Ivan V. Kozhevnikov

The alkylation of benzene by propane to yield isopropylbenzene (iPrPh) was studied using bifunctional Pd-acid catalysts, such as Pd-heteropoly acid and Pd-zeolite, in a fixed bed reactor at 300 ◦C and 1 bar pressure. Keggin-type tungstosilicic acid H4SiW12O40 (HSiW) and zeolite HZSM-5 were used as the acid components in these catalysts. The reaction occurred most efficiently over 2%Pd/25%HSiW/S...

Journal: :IEEE Journal of Emerging and Selected Topics in Power Electronics 2022

The rapid uptake of renewable energy sources is causing synchronous generators (SGs) to be replaced by power electronic inverters, meaning that these inverters need offer the characteristics traditionally associated with SG. As a result, it has been proposed should controlled in grid-forming mode order support voltage microgrids. Given are as source, temporary events, such short circuits or ove...

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

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

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