نتایج جستجو برای: liquid viscosity

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

2016
A. Yakymovych V. Sklyarchuk Yu. Plevachuk B. Sokoliuk

The viscosity and electrical conductivity as structure-sensitive transport properties of the liquid metals and alloys are important for modeling of the melting and solidification processes. The viscosity and electrical conductivity data provide additional information about the influence of impurities on the structure and physicochemical properties of the liquid metal matrix, which is useful for...

Journal: :physical chemistry research 0
mohammad almasi islamic azad univesity,ahvaz branch

the density and viscosity values at t= (293.15 to 323.15) k for binary mixtures of nitromethane with 2-propanol, 2-butanol and 2-pentanol were measured over the entire composition range. from the experimental data, excess molar volumes, thermal expansion coefficients, excess thermal expansions, partial molar volumes at infinite dilution and deviations in viscosity were calculated. the results w...

Journal: :The European physical journal. E, Soft matter 2015
Madison S Krieger Marcelo A Dias Thomas R Powers

When a microorganism begins swimming from rest in a Newtonian fluid such as water, it rapidly attains its steady-state swimming speed since changes in the velocity field spread quickly when the Reynolds number is small. However, swimming microorganisms are commonly found or studied in complex fluids. Because these fluids have long relaxation times, the time to attain the steady-state swimming s...

Journal: :Journal of colloid and interface science 2011
Svetlana Guriyanova Victor G Mairanovsky Elmar Bonaccurso

Several authors observed in the past a larger than twofold increase in viscosity of organic liquids under the influence of an electric field of the order of 10(6) V/m. This was called electro viscous effect (EVE). Significantly higher electric fields, of up to 10(8)-10(9) V/m, arise in the electric double layer in solutions close to an electrode. Therefore, the viscosity can be expected to incr...

2016
A. Paquier

We investigate experimentally the influence of the liquid viscosity on the problem of the generation of waves by a turbulent wind at the surface of a liquid, extending the results of Paquier, Moisy and Rabaud [Phys. Fluids 27, 122103 (2015)] over nearly three decades of viscosity. The surface deformations are measured with micrometer accuracy using the Free-Surface Synthetic Schlieren method. W...

Journal: :The Journal of chemical physics 2005
Jürn W P Schmelzer Edgar D Zanotto Vladimir M Fokin

We reanalyze the pressure dependence of viscosity of liquids of constant composition under isothermal conditions. Based exclusively on very general considerations concerning the relationship between viscosity and "free volume," we show that, at moderate values of pressure, viscosity increases, as a rule, with increasing pressure, provided the liquid is in stable or metastable (undercooled) equi...

2015
Zhonghua Ma Jicun Li Feng Wang

The dynamic crossover behavior of supercooled water as described by the first-principle based WAIL potential was investigated. Below the second liquid-liquid critical point, the viscosity shows a discontinuous jump consistent with a first-order phase transition between the high density liquid and the low density liquid. Above the critical point, a continuous transition occurs with only the firs...

Densities, structural effects and viscosities of binary nonelectrolyte systems including nitrobenzene + 2-propanol, 2-butanol and 2-pentanol at temperatures (293.15 to 323.15) K and normal atmospheric pressure were measured using an Anton-Paar SVM 3000 stabinger viscometer. Excess molar volumes  and viscosity deviations Δη were calculated and correlated by the Redlich-Kister equation to estimat...

2015
Haiwei Chen Minggang Hu Fenglin Peng Jian Li Zhongwei An Shin-Tson Wu

We report five ultra-low viscosity nematic liquid crystal mixtures with birefringence around 0.1, dielectric anisotropy in the range of 3 to 6, and clearing temperature about 80°C. A big advantage of these low viscosity mixtures is low activation energy, which significantly suppresses the rising rate of viscosity at low temperatures. Using our mixture M3 as an example, the response time of a 3-...

Journal: :The journal of physical chemistry. B 2011
Pedro Morgado Carlos M C Laginhas J Ben Lewis Clare McCabe Luís F G Martins Eduardo J M Filipe

As part of a systematic study of the thermophysical properties of two important classes of fluorinated organic compounds (perfluoroalkanes and perfluoroalkylalkanes), viscosity measurements of four n-perfluoroalkanes and five perfluoroalkylalkanes have been carried out at atmospheric pressure and over a wide range of temperatures (278-353 K). From the experimental results the contribution to th...

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

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

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