نتایج جستجو برای: pumping system

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

Journal: :IJCNIS 2014
Ninh Trung Bui Tuan Q. Nguyen Hoi V. Pham

We investigate effects of amplified spontaneous emission noise (ASE), noise figure (NF) and dispersion chromatic on the performance of DWDM networks using distributed optical fiber Raman amplifiers (DRAs) in two different pump configurations, i.e., forward and backward pumping. We found that the pumping configurations, ASE noise, and dispersion play an important role in network performance impr...

Journal: :FASEB journal : official publication of the Federation of American Societies for Experimental Biology 2016
Nicolas Dallière Nikhil Bhatla Zara Luedtke Dengke K Ma Jonathan Woolman Robert J Walker Lindy Holden-Dye Vincent O'Connor

How an animal matches feeding to food availability is a key question for energy homeostasis. We addressed this in the nematode Caenorhabditis elegans, which couples feeding to the presence of its food (bacteria) by regulating pharyngeal activity (pumping). We scored pumping in the presence of food and over an extended time course of food deprivation in wild-type and mutant worms to determine th...

2015
Ioan Sarbu Emilian Stefan Valea

In district heating stations, the heat carrier is circulated between the energy source and consumers by a pumping system. Fluid handling systems, such as pumping systems, are responsible for a significant portion of the total electrical energy use. Significant opportunities exist to reduce pumping energy through smart design, retrofitting, and operating practices. Most existing systems requirin...

2006
Warren Barrash Tom Clemo Jessica J. Fox Timothy C. Johnson

Understanding and quantification of wellbore skin improves our ability to accurately measure or estimate hydrologic parameters with tests at wells such as pumping tests, flowmeter tests, and slug tests. This paper presents observations and results from a series of field, laboratory, and modeling tests which, together, explain the source of wellbore skin at wells at a research wellfield and whic...

2015
Taimoor Asim Rakesh Mishra Laszlo Kollar

Pipelines carrying fluids and slurries are quite common. The third-generation pipelines carrying spherical or cylindrical capsules (hollow containers) filled with minerals or other materials including hazardous liquids are rather a new concept. These pipelines need to be designed optimally for commercial viability. An optimal design of such a pipeline results in minimum pressure drop in the pip...

2002
Valery S. Shchesnovich Jianke Yang

The soliton dressing matrices for the higher-order zeros of the RiemannHilbert problem for theN -wave system are considered. For the elementary higher-order zero, i.e. whose algebraic multiplicity is arbitrary but the geometric multiplicity is 1, the general soliton dressing matrix is derived. The theory is applied to the study of higher-order soliton solutions in the three-wave interaction mod...

Journal: :Journal of physical therapy science 2016
Kaori Toya Ken Sasano Tomomi Takasoh Teppei Nishimoto Yuta Fujimoto Yasuaki Kusumoto Tatsuki Yoshimatsu Satomi Kusaka Tetsuya Takahashi

[Purpose] The aim of this study was to identify the most effective method of performing ankle pumping exercises. [Subjects and Methods] The study subjects were 10 men. We measured time-averaged maximum flow velocity and peak systolic velocity in the common femoral vein using a pulse Doppler method with a diagnostic ultrasound system during nine ankle pumping exercises (three different ankle pos...

Journal: :Lab on a chip 2010
Pedro J Resto Brian J Mogen Erwin Berthier Justin C Williams

Surface tension driven passive pumping is a microfluidic technology that uses the surface tension present in small droplets to generate flow. To enhance the potential of this type of passive pumping, a new 'micro passive pumping' technique has been developed that allows for high throughput fluidic delivery by combining passive pumping with a small droplet-based fluidic ejection system. Flow rat...

Journal: :Water research 2004
C M Tenney C M Lastoskie M J Dybas

A hybrid in situ bioremediation/pulsed pumping strategy has been developed to cost effectively remediate a carbon tetrachloride plume in Schoolcraft, Michigan. The pulsed pumping system uses a line of alternating injection and extraction wells perpendicular to the direction of natural groundwater flow. The wells pump periodically to clean the recirculation zone between adjacent wells. During th...

2002
Steven T. Taylor

Steven T. Taylor, P.E., is a principal of Taylor Engineering in Alameda, Calif. He is a former member of ASHRAE Standing Standards Project Committee (SSPC) 90.1 and former chairman of SSPC 62.1. everal articles over the last several years have extolled the virtues of primary-only variable flow chilled water pumping systems compared to the conventional primary-secondary pumping system. One artic...

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

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

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