نتایج جستجو برای: wave number f

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

Journal: :Physical review letters 2006
J P Davis H Choi J Pollanen W P Halperin

Precision measurements of collective mode frequencies in superfluid (3)He-B are sensitive to quasiparticle and f-wave pairing interactions. Measurements were performed at various pressures using interference of transverse sound in an acoustic cavity. We fit the measured collective mode frequencies, which depend on the strength of f-wave pairing and the Fermi liquid parameter F(2)(s), to theoret...

Journal: :iranian journal of chemistry and chemical engineering (ijcce) 2014
safia akram, s. nadeem anwar hussain

this paper describes the effects of induced magnetic field and partial slip on the peristaltic flow of a couple stress fluids in an asymmetric channel. the two dimensional equation of couple stress fluid are simplified by making the assumptions of long wave length and low reynolds number. the exact solutions of reduced momentum equation and magnetic force function have been computed in wave fra...

Using of nanofluids and ducts with corrugated walls are both supposed to enhance heat transfer, by increasing the heat transfer fluid conductivity and the heat transfer area respectively. Use of a diverging duct with a jet at inlet section may further increase heat transfer by creating recirculation zones inside the duct. In this work two-dimensional incompressible laminar flow of a nanofluid e...

2014
Shun HIRASAWA Miki SHIMIZU Yuumi MARUI Miori KISHIMOTO Seiichi OKUNO

We designed a new method of measuring the length of the ulnar nerve and determining standard values for F-wave parameters of the ulnar nerve in clinically normal beagles. Nerve length must be precisely measured to determine F-wave latency and conduction velocity. The length of the forelimb has served as the length of the ulnar nerve for F-wave assessments, but report indicates that F-wave laten...

Journal: :Indian journal of physiology and pharmacology 2013
Anand G Joshi Ashwini R Gargate

UNLABELLED Sensory nerve conduction velocity (SNCV) of median nerve measured across the carpal tunnel, difference between distal sensory latencies (DSLs) of median and ulnar nerves and difference between distal motor latencies (DMLs) of median and ulnar nerves are commonly used nerve conduction parameters for diagnosis of carpal tunnel syndrome (CTS). These are having high degree of sensitivity...

, ,

Background: Carpal tunnel syndrome (CTS) is the most common type of mononeuropathy. Although CTS patients usually have sensory and motor latency in the EMG-NCV or EDX, a significant percentage (10-25%) of patients have a normal routine study. And if more complete diagnostic tests are not performed, it will not be diagnosed. We decided to identify this group of patients by calculating other meth...

Journal: :transactions on combinatorics 2013
jafar amjadi hossein karami seyed mahmoud sheikholeslami lutz volkmann

a {em roman dominating function} on a graph $g = (v ,e)$ is a function $f : vlongrightarrow {0, 1, 2}$ satisfying the condition that every vertex $v$ for which $f (v) = 0$ is adjacent to at least one vertex $u$ for which $f (u) = 2$. the {em weight} of a roman dominating function is the value $w(f)=sum_{vin v}f(v)$. the roman domination number of a graph $g$, denoted by $gamma_r(g)$, equals the...

Journal: :آب و خاک 0
رضا بدیع زادگان کاظم اسماعیلی محمود فغفور مغربی مجتبی صانعی

abstract one of the most frequently encountered cases of rapid varied flow is the hydraulic jump. it occurs when a supercritical open channel flow changes into sub critical flow. in the present research, the experimental study of the hydraulic jump on seven sinusoidal corrugated beds with different wave steepness. the wave steepness of sinusoidal corrugated beds is in the range of 0.1667 to 0.7...

2002
X. Artru K. A. Ispirian

The amplitude of Parametric X-ray radiation emitted coherently by a bunch of electrons crossing a crystal (CPXR) is calculated. When the bunch density is modulated with a longitudinal period close to the X-ray wavelenght, constructive many-electron interferences enhance the intensity by Nb × |F (K)| , where Nb is the number of electrons in the bunch, F (K) the bunch form factor and K a specifie...

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

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

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