نتایج جستجو برای: compressor station

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

2014
Y. Xu C. Zhao Z. Su

The selection of lubricant is a key point in developing rotary compressor using R407C as a substitute for R22. The viscosity of oil, miscibility with refrigerant, thermal stability and compatibility with motor materials, etc, are all considerations. Furthermore, by reason of the POEs are more hygroscopic than mineral oils, hydrolytic stability and hygroscopicity of the selected oil must be cons...

2017
Hong Zhang Zhuo Wang

Abstract: This paper is focused on the performance of centrifugal compressors for vehicle turbochargers operating at high altitude. The reasons for turbocharged diesel engine power loss increases and bad economy performance caused by exhaust gas energy utilization are investigated. The atmosphere’s impact on the turbocharger centrifugal compressor’s energy distribution characteristics under the...

2014
P. N. Pandeya

Research on the various aspects of hermetic compressor design and development has been going on for a long period of time. As old questions get answered, new ones keep coming up. So much work has been done that a beginner in the compressor design field could easily get confused, and might not even know where to start. The purpose of this paper is to present a consolidated and simplified design ...

2014
P. N. Pandeya

Flow losses through the valve ports contribute a significant portion to the total energy loss of a high speed compressor. As a result, in the energyconscious world of today, compressor designers are always busy finding methods and techniques to minimize these losses. It can be argued that the various fundamentally different compressor concepts would have different valve flow losses simply as a ...

2014
A. Futakawa

This paper is intended as a review of the recent research and development of refrigeration and gas compressors in Japan. The review has been carried out by the papers as source material that are reported in the transactions, proceedings, and magazines in mechanical engineering field. Most compressor companies in Japan have long efforted to develop and apply advanced technology for innovative re...

2004
Jan Tommy Gravdahl Frank Willems Bram de Jager Olav Egeland

The derivation of a compressor characteristic, and the experimental validation of a dynamic model for a variable speed centrifugal compressor using this characteristic, are presented. The dynamic compressor model of Fink et al. is used, and a variable speed compressor characteristic is derived by the use of energy transfer and loss analysis. It is demonstrated that taking into account the losse...

2014
K. Kjeldsen P. Madsen

Until now the rotating and oscillating imbalance in the hermetic compressor has been balanced to and greater or lesser extent, but in addition internal springs were added where this was expedient from a design viewpoint. It is clear, however, that the position of the springs is an important factor in the transmitted vibrations. Generally, it proves in this paper that for a single-cylinder compr...

2014
Woohyun Kim James E. Braun

The primary goal of the work described in this paper was to evaluate and extend a virtual refrigerant charge sensor (VRC) for determining refrigerant charge for equipment having variable-speed compressors and fans. To evaluate the accuracy of the VRC, data were first collected from previous laboratory tests for different systems and over a wide range of operating conditions. In addition, new la...

2002
Victor E. Garzon David L. Darmofal Ian A. Waitz

Despite the generally accepted notion that geometric variability is undesirable in turbomachinery airfoils, little is known in detail about its impact on aerothermal compressor performance. In this work, statistical and probabilistic techniques were used to assess the impact of geometric and operating condition uncertainty on axial compressor performance. High-fidelity models of geometric varia...

2014
S. Harte Y. Huang L. Sud

The following paper describes the design and development issues with a variable capacity control 2-stage rolling piston compressor. The control mechanism was based on a gas-bypass control strategy. During the development, design issues surfaced that were not significant in the case of the full capacity version of the compressor. When the capacity was reduced, loss generation mechanisms remained...

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

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

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