نتایج جستجو برای: magnetic field integral equation

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

2005
QI WANG HONG ZHOU

We solve the Smoluchowski equation for steady state solutions of rigid nematic polymers and suspensions under imposed elongational flow, magnetic or electric fields, respectively. Under the three imposed fields, we show that (1) the Smoluchowski equation can be cast into a generic form, (2) the external field must parallel to one of the eigenvectors of the second moment tensor in steady states,...

Journal: interface and thin films 2019

In this study, a set of self-consistent coupled-integral equations for the local magnetic flux and current distributions in a finite superconducting hollow cylinder under an axial magnetic field has been directly derived by using the Biot-Savart law within the framework of the critical-state model. The equations were first solved numerically in the three-dimensional space before obtaining the h...

2002
Chaohong Lee Wenhua Hai Xueli Luo Lei Shi Kelin Gao

The system of two coupled Bose-Einstein condensates is mapped onto a uniaxial spin with an applied magnetic field. The mean-field interaction, the coupling and the asymmetry or the detuning correspond to the anisotropy, the transverse field, and the longitudinal field, respectively. A generalized Bloch equation is derived. In the low barrier limit for the quasi-spin model, the tunneling rate is...

2009

Abstmct-An annular aperture antenna mounted on an infinite ground plane and containing a hemispherical center conductor extension above the ground plane is investigated. A Green’s function for the region above the ground plane is derived so as to be compatible with numerical solution techniques. A magnetic field integral equation is obtained in terms of the unknown tangential aperture electric ...

Journal: :computational methods for differential equations 0
saeed vahdati esfahan university

in this article,we present a wavelet method for solving stochastic volterra integral equations based on haar wavelets. first, we approximate all functions involved in the problem by haar wavelets then, by substituting the obtained approximations in the problem, using the it^{o} integral formula and collocation points then, the main problem changes into a system of linear or nonlinear equation w...

The purpose of this study is to develop a mathematical model for studying the magnetic field effect on blood flow through an axially non-symmetric but radially symmetric atherosclerotic artery. Herschel-Bulkley equation has been taken to represent the non-Newtonian character of blood. The response of magnetic field, stenosis height, shape parameter on velocity, volumetric flow rate in stenotic ...

2002
G. J. Parker

A quantum mechanical model is used to derive a generalized LandauLifshitz equation for a magnetic moment, including fluctuations and dissipation. The model reproduces the Gilbert-Brown form of the equation in the classical limit. The magnetic moment is linearly coupled to a reservoir of bosonic degrees of freedom. Use of generalized coherent states makes the semiclassical limit more transparent...

2003
E. D. Held J. D. Callen C. C. Hegna

In this work a general closure for the conductive electron heat flux parallel to an inhomogeneous magnetic field is derived and examined. Free-streaming and collisional effects are present in the drift kinetic equation which is solved using an expansion of eigenfunctions of the bounce-averaged, pitch-angle scattering operator. For bounce times short compared to transit and collision times, the ...

2002
M. G. Vavilov A. Kaminski

We discuss the effect of magnetic impurities on the inelastic scattering and dephasing of electrons. Magnetic impurities mediate the energy exchange between electrons. This mechanism is especially effective at small energy transfers E in the absence of Zeeman splitting, when the two-particle collision integral in the electron kinetic equation has a kernel K ∝ 1/E in a broad energy range. In a m...

2009
Jungyeon Cho Dongsu Ryu

In the framework of turbulence dynamo, flow motions amplify a weak seed magnetic field through the stretching of field lines. Although the amplification process has been a topic of active research, less attention has been paid to the length scales of magnetic field. In this paper, we described a numerical study on characteristic lengths of magnetic field in magnetohydrodynamic turbulence. We co...

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

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

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