نتایج جستجو برای: laser velocimetry

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

1997
James F. Meyers Joseph W. Lee Angelo A. Covone Angelo A. Cavone

A new measurement technique is being developed by NASA to measure off-surface flow fields. This method, Doppler global velocimetry, will allow quantification of complex three-dimensional flow fields at video camera rates. The entire flow field structure within a selected plane is measured simultaneously rather than by scanned, point-by-point measurements using conventional laser velocimetry. To...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه صنعتی امیرکبیر(پلی تکنیک تهران) - دانشکده مهندسی مکانیک 1387

گستردگی استفاده از فن های لانه سنجابی بویژه در صنایع تهویه مطبوع سبب شکل گیری پروژه های تحقیقاتی فراوانی در راستای بهبود عملکرد این نوع از فن ها شده است. تغییر هندسه روتور فن از حالت استوانه ای به نیمه مخروطی از جمله تحقیقاتی است که در این زمینه انجام شده است. هدف این پروژه یافتن زاویه بهینه روتور نیمه مخروطی جهت بهبود عملکرد فن می باشد. برای اینکه مطالعه نحوه تاثیر تغییر زاویه مخروطی روتور بر ...

2013
M. I. Attia

In this paper, an experimental investigation was carried out to study the turbulent flows and flow characteristics through sloping and adversely sloping rectangular culverts in a rectangular channel of constant width using Laser Doppler Velocimetry (LDV). Also, experimental study was carried out to investigate the characteristics of the hydraulic jump occurring in a sloping and adversely slopin...

Journal: :Indian journal of dermatology, venereology and leprology 2005
Prabhakar Kulhalli Tejal Chevli Rupal Karnik Manish Sheth Nitin Mulgaonkar

BACKGROUND AND AIMS Topical glucocorticoid formulations are widely used for effective treatment and control of a variety of dermatoses. Mometasone furoate is a newer corticoid that has high potency but low systemic toxicity. Pharmaceutical factors are known to significantly influence potency and systemic absorption of topically applied glucocorticoids. We studied the potency of "Elocon", a topi...

Journal: :Applied physics letters 2010
Jaclyn Lautz Georgy Sankin Fang Yuan Pei Zhong

The dynamic interaction between laser-generated tandem bubble and individual polystyrene particles of 2 and 10 μm in diameter is studied in a microfluidic channel (25 μm height) by high-speed imaging and particle image velocimetry. The asymmetric collapse of the tandem bubble produces a pair of microjets and associated long-lasting vortices that can propel a single particle to a maximum velocit...

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2012
Grégoire Lemoult Jean-Luc Aider José Eduardo Wesfreid

We present an experimental study of the transition to turbulence in a plane Poiseuille flow. Using a well-controlled perturbation, we analyze the flow by using extensive particle image velocimetry and flow visualization (using laser-induced fluorescence) measurements, and use the deformation of the mean velocity profile as a criterion to characterize the state of the flow. From a large parametr...

2008
Andreas Lehwald Stefan Leschka Katharina Zähringer Dominique Thévenin

The mixing behavior around a SMX-type static mixer segment has been investigated experimentally by using Particle Image Velocimetry (PIV) and Planar Laser-Induced Fluorescence (PLIF) simultaneously. To quantify mixing, velocity fields and concentration fields have been measured for different Reynolds numbers along vertical and horizontal sections directly behind the mixer. The experimental data...

1998
Peter Vorobieff Robert E. Ecke

Soap film flows that have attracted the attention of researchers since the mid-Eighties appear to present a convenient model for laboratory studies of 2D hydrodynamics including turbulence. However, two important issues associated with turbulence in soap films have not been resolved until recently. First, are there conditions under which direct evidence of enstrophy cascade can be presented? Se...

2009
Mario Jungwirth Michael Rabl

Ultrasonic sensors are commonly used for a wide variety of non-contact presence, proximity or distance measuring applications in industry, especially the automotive branch. This paper shows how the radiation properties of bending-type ultrasonic transducers with rotational symmetry depend on shape, dimensions and material parameters. In order to determine their dependencies, the behaviour of su...

2015
Xiaolai Zhang Haitao Zhang Qiwen Sun Weixin Qian Weiyong Ying

High temperature Fischer-Tropsch synthesis process use fixed fluidized bed as a reactor. In order to understand the flow behavior in the fluidized bed better, the research of how the radial velocity affects the entire flow field is necessary. Laser Doppler Velocimetry (LDV) was used to study the radial velocity distribution along the diameter direction of the cross-section of the particle in a ...

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

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

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