نتایج جستجو برای: dielectric fluid

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

2006
Hywel Morgan Tao Sun David Holmes Shady Gawad Nicolas G Green

Over the last century a number of techniques have been developed which allow the measurement of the dielectric properties of biological particles in fluid suspension. The majority of these techniques are limited by the fact that they only provide an average value for the dielectric properties of a collection of particles. More recently, with the advent of microfabrication techniques and the Lab...

2013
Ivo Roghair Dirk van den Ende Frieder Mugele

In this work we present an OpenFOAM-based electro-hydrodynamics model. We have incorporated Gauss’s Law and a free charge transport equation in an existing Volume-Of-Fluid model delivered with OpenFOAM. With the model it is possible to simulate the interaction of a fluid-fluid interface with an electric field, using perfect dielectric liquids as well as conductive liquids. Our implementation is...

Journal: :J. Comput. Physics 2011
J. M. López-Herrera Stéphane Popinet M. A. Herrada

In the present study we propose a charge-conservative scheme to solve twophase electrohydrodynamic (EHD) problems using the Volume-of-Fluid (VOF) method. EHD problems are usually simplified by assuming that the fluids involved are purely dielectric (insulators) or purely conducting. Gases can be considered as perfect insulators but pure dielectric liquids do not exist in nature and insulating l...

2017
Debasish Das David Saintillan

Weakly conducting dielectric liquid drops suspended in another dielectric liquid and subject to an applied uniform electric field exhibit a wide range of dynamical behaviours contingent on field strength and material properties. These phenomena are best described by the Melcher–Taylor leaky dielectric model, which hypothesizes charge accumulation on the drop–fluid interface and prescribes a bal...

Journal: :Physics in medicine and biology 2012
A Peyman C Gabriel

The dielectric properties of rat embryos/foetuses have been acquired at several stages of gestation at 37 °C and in the frequency range of 40 MHz-20 GHz. Measurements were carried out on homogenized tissues, as trial experiments did not show any systematic difference between the dielectric data of intact and homogenized tissues at microwave frequencies. The results showed that dielectric proper...

Journal: :The Journal of chemical physics 2005
Bo Jakobsen Kristine Niss Niels Boye Olsen

We present shear mechanical and dielectric measurements taken on seven liquids: triphenylethylene, tetramethyltetra-phenyltrisiloxane (Dow Corning 704 diffusion pump fluid), polyphenyl ether (Santovac 5 vacuum pump fluid), perhydrosqualene, polybutadiene, decahydroisoquinoline (DHIQ), and tripropylene glycol. The shear mechanical and dielectric measurements are for each liquid performed under i...

2001
Y. L. Siu K. W. Yu

We have developed a multiple image method to compute the interparticle force for a polydisperse electrorheological (ER) fluid. We apply the formalism to a pair of dielectric spheres of different dielectric constants and calculate the force as a function of the separation. The results show that the point-dipole (PD) approximation errs considerably because many-body and multipolar interactions ar...

2008
Yangyang Shen Aleksey Vishnyakov Silvina Tomassone

Particles are important additives for altering and enhancing the properties of polymers. When the particle size approaching the fundamental length scale of the material, new mechanical, optical, and electrical properties arise, which are not present in the conventional macroscopic counterpart. For example, the dielectric constant of a polymer fluid can be increased by addition of ceramic nanopa...

Journal: :جنگل و فرآورده های چوب 0
کژال مرادیان کارشناس ارشد صنایع خمیر و کاغذ، دانشکدة منابع طبیعی، دانشگاه تهران، کرج، ایران محمد آزادفلاح استادیار، گروه علوم و صنایع چوب و کاغذ، دانشکدة منابع طبیعی، دانشگاه تهران، کرج، ایران امیر عباس شایگانی اکمل استادیار، گروه مهندسی برق، دانشکدة مهندسی برق و کامپیوتر، دانشگاه تهران، تهران، ایران علی عبدالخانی دانشیار، گروه علوم و صنایع چوب و کاغذ، دانشکدة منابع طبیعی، دانشگاه تهران، کرج، ایران

the oil-paper insulation is a type of an inexpensive combination insulation system in oil-filled power transformers. in this study the dielectric and strength properties of canola oil and mineral oil impregnated hand-sheet papers were investigated. all hand sheets were made of unbleached bagasse soda pulp with two different freeness levels of 200 ± 25 ml, csf and 400± 25 ml,csf. after drying th...

2001
A. A. Tsvetkov

A detailed calculation is presented of the dielectric function in superconducttors consisting of two Josephson coupled superconducting layers per unit cell, taking into account the effect of finite compressibility of the electron fluid. From the model it follows, that two longitudinal, and one transverse optical Josephson plasma resonance exist in these materials, for electric field polarizatio...

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

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

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