نتایج جستجو برای: permeability tensor

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

ژورنال: بیهوشی و درد 2022

Introduction: Gluteal to tensor index indicates the electrical activition ratio of gluteal to tensor fasciae latae muscles, that the normalized electrical activity is used. The role of hip muscles in improving function and preventing injury is also considerable in the rehabilitation process of injury in patients with nonspecific chronic low back pain. This study aimed to compare the effect of c...

2007
Kirk T. McDonald Joseph Henry

Show that the flow of electromagnetic energy far from localized, time-dependent sources in a uniform, linear anisotropic dielectric medium is purely radial, despite the complexity of the wavefronts. Thus, the waves are transverse electromagnetic (TEM) in this region, although the electric displacement D has a longitudinal component in general. It suffices to consider sources with time dependenc...

‎The object of the present paper is to study spacetimes admitting‎ ‎quasi-conformal curvature tensor‎. ‎At first we prove that a quasi-conformally flat spacetime is Einstein‎ ‎and hence it is of constant curvature and the energy momentum tensor of such a spacetime satisfying‎ ‎Einstein's field equation with cosmological constant is covariant constant‎. ‎Next‎, ‎we prove that if the perfect flui...

Journal: :Neurological research 2013
Hsiao-Ying Wey Virendra R Desai Timothy Q Duong

Stroke is a serious healthcare problem with high mortality and long-term disability. However, to date, our ability to prevent and cure stroke remains limited. One important goal in stroke research is to identify the extent and location of lesion for treatment. In addition, accurately differentiating salvageable tissue from infarct and evaluating therapeutic efficacies are indispensible. These o...

Journal: :Physical review letters 2015
Yu Ye Gabriele Chiogna Olaf A Cirpka Peter Grathwohl Massimo Rolle

Helical flow leads to deformation of solute plumes and enhances transverse mixing in porous media. We present experiments in which macroscopic helical flow is created by arranging different materials to obtain an anisotropic macroscopic permeability tensor with spatially variable orientation. The resulting helical flow entails twisting streamlines which cause a significant increase in lateral m...

2014
IAN TICE

Contents 1. Introduction 2 1.1. Porous media 2 1.2. Defining the microstructure 2 1.3. Darcy's law 3 2. Function spaces 4 2.1. Definitions 4 2.2. Some properties 5 3. Pressure as a Lagrange multiplier 5 3.1. A splitting of H 1 0 (Γ) 5 3.2. Finding the pressure 7 4. Solving the Stokes problem 7 5. Technical preliminaries for Darcy's law 9 5.1. The Poincaré inequality in Ω ε 9 5.2. Extension and ...

2007
Mircea Popescu

For the calculationof torque in synchronousmotors a local method is analysed, based on the Maxwell stress theory and the filtered contributions due to the harmonics of the magnetic vector potential in the motor air-gap. By considering the space fundamental field only, the method can efficiently estimate the average synchronous torque for a variety ormotor topologies, including concentratedwindi...

2007
Gurakuq Dajaku Dieter Gerling

This paper deals with the analysis of different PM machines for hybrid electric vehicles application. The main machine parameters, electromagnetic torque and the skewing effect is investigated using ANSYS program. The model parameters of the PM machines are derived with Fixed Permeability Method (FPM). With this method the components of the PM machine can be calculated with high accuracy. Diffe...

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

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

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