نتایج جستجو برای: gas liquid system

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

2004
S. Torii W.-J. Yang

An experimental study is performed on air-liquid-particle mixing, resulting from an air-particle mixture injected into a liquid flowing through a slender ladle. Flow visualization combined with image processing is employed to investigate the bubble and particle behavior at the nozzle outlet. Effort is directed to particle discrimination in both the liquid and the bubbles to determine particle d...

Journal: :journal of membrane science and research 0
nayef ghasem department of chemical & petroleum engineering, uae university, al-ain city, united arab emirates mohamed al-marzouqi department of chemical & petroleum engineering, uae university, al-ain city, united arab emirates

comin the present study, co2 removal from natural gas stream has been studied using a flat sheet membrane contactor. a three dimensional mathematical model is developed to describe the process. the model considers the transport of a gas mixture containing carbon dioxide and methane through a flat sheet membrane contactor module. the model is based on the non-wetted mode of operation, in which t...

Forecasting energy price and consumption is essential in making effective managerial decisions and plans. While there are many sophisticated mathematical methods developed so far to forecast, some nature-based intelligent algorithms with desired characteristics have been developed recently. The main objective of this research is short term forecasting of energy price and consumption in Iranian ...

Journal: :Physical chemistry chemical physics : PCCP 2012
Kevin R J Lovelock

Applications such as gas storage, gas separation, NP synthesis and supported ionic liquid phase catalysis depend upon the interaction of different species with the ionic liquid/gas surface. Consequently, these applications cannot proceed to the full extent of their potential without a profound understanding of the surface structure and properties. As a whole, this perspective contains more ques...

2014
H. Yamazaki K. Sato H. Kobayashi M. Kawada Hiroshi Yamazaki Takahide Itoh Kazuhiro Sato Hiroyuki Kobayashi

Improvement of compressor efficiency using the alternative refrigerant is demanded strongly to reduce CO2 emission, which causes the global warming. Especially the compressor using in frozen temperature level has long lifetime, and the correspondence to above-mentioned is one of the most important subjects. The scroll compressor is the promising structure to solve this problem. A technical poin...

Journal: :Journal of chromatographic science 2003
Jim Luong Ronda Gras Richard Tymko

In gas chromatography (GC), highly volatile liquefied hydrocarbons are commonly injected using devices such as high-pressure syringes, piston valves, liquid rotary sampling valves, or vaporizing regulators. Although these techniques are adequate in some cases, there are known deficiencies. A new generation of sampling valve has been recently innovated and commercialized. Some of the highlights ...

2018
Zhizhi Sheng Honglong Wang Yongliang Tang Miao Wang Lizhi Huang Lingli Min Haiqiang Meng Songyue Chen Lei Jiang Xu Hou

The development of membrane technology is central to fields ranging from resource harvesting to medicine, but the existing designs are unable to handle the complex sorting of multiphase substances required for many systems. Especially, the dynamic multiphase transport and separation under a steady-state applied pressure have great benefits for membrane science, but have not been realized at pre...

2014
Abdul-Rauf Ibrahim Jean Bosco Vuningoma Yan Huang Hongtao Wang Jun Li

Aqueous carbonation of Ca(OH)2 is a complex process that produces calcite with scalenohedral calcite phases and characterized by inadequate carbonate species for effective carbonation due to the poor dissolution of CO2 in water. Consequently, we report a solid-liquid-gas carbonation system with an ionic liquid (IL), 1-butyl-3-methylimidazolium bromide, in view of enhancing the reaction of CO2 w...

Journal: :American journal of physiology. Gastrointestinal and liver physiology 2006
Sutep Gonlachanvit Radoslav Coleski Chung Owyang William L Hasler

The actions of nutrients on gut transit of liquids and solids have been extensively studied, but the effects of meal ingestion on intestinal gas flow are unexplored. We hypothesized that meals of varying caloric content and consistency modulate gas transit to different degrees. Nine healthy volunteers underwent jejunal perfusion of physiological gas mixtures at 12 ml.min(-1).3 h, with ingestion...

1994
Jeffrey Yepez

This paper presents a new lattice-gas method for molecular dynamics modeling. A mean field treatment is given and is applied to a linear stability analysis. Exact numerical simulations of the solid-phase crystallization is presented, as is a finite-temperature multiphase liquid-gas system. The lattice-gas method, a discrete dynamical method, is therefore capable of representing a variety of col...

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

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

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