نتایج جستجو برای: steam

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

Due to the importance of energy consumption in a steam network of oil refinery as a significant unit, present study is concerned with the optimization of an oil refinery steam network. Here, the attempt was made to use concepts such as first and second thermodynamic laws, thermo-economic, environmental and economic discussions to investigate three different scenarios about Tehran refinery steam...

Journal: :international journal of energy and environmental engineering 2011
j.p yadav onkar singh

combined cycle performance can be improved by improving the performance of gas turbine based topping cycle. amongst various options the effective cooling of gas turbine blade for realizing the higher turbine inlet temperatures is one of the attractive options. the present paper deals with the thermodynam-ic analysis of advanced technology gas/steam combined cycle based power plant having closed...

2016
Matias Hultgren

The present work examines the distribution of spray water in the superheating section for steam temperature control in a once-through circulating fluidized bed (OTU-CFB) boiler. Combustion power generation has become challenging due to increasingly fast load change demands. There is also a constant need to improve power plant efficiency, which leads to extreme operating conditions and complicat...

2015
Sunil J. Kulkarni Ajaygiri K. Goswami

Energy saving is very important for economical and cost effective operation of the facility. In boilers, steam is produced for various process, utility and instrumental applications. It is very important to operate the boiler with proper operating conditions. The parameters like level of feed water, steam temperature and flow of steam need to be optimized. Various studies are carried out on opt...

2012
Daniela Hossu Ioana Făgărăşan Andrei Hossu Sergiu Stelian Iliescu

Poor control of steam generator water level is the main cause of unexpected shutdowns in nuclear power plants. Such shutdowns are caused by violation of safety limits on the water level and are common at low operating power where the plant exhibits strong nonminimum phase characteristics. In addition, the steam generator is a highly complex, nonlinear and time-varying system and its parameters ...

Journal: :Journal of clinical pathology 1966
V G Alder A M Brown W A Gillespie

Steam under subatmospheric pressure at temperatures below 90 degrees C. rapidly killed nonsporing organisms after air had been removed by a high-vacuum pump. Most bacterial spores were killed but small proportions of the populations were very resistant. The destruction of spores was not logarithmic. The addition of formaldehyde vapour to the steam greatly increased its sterilizing power, with d...

2007
S. Yang J. Hu

designed in [2] for unobstructed Glu and Gln detection with chosen (TE, TM) regions in white boxes for phantom experiments. Fig. 2. In vitro STEAM spectra of Glu and Gln acquired at (72ms, 06 ms) and (84 ms, 58 ms) at 3T and multiplied with a filter to render them representative of typical in vivo line widths. Fig. 3. In vivo STEAM spectra acquired from a voxel including the ACC of a healthy vo...

Journal: :journal of medicinal plants and by-products 0

eryngium caucasicum trautv. (apiaceae) is a perennial herbaceous plant with about one meter height, an endemic species that has been distributed in the northern parts of iran. the plant leaves are normally used in medicine and food industries in iran.the plant has several medicinal properties including enforcing generative power, diuretic, lenitive and appetizer. in this research differents par...

2016
Wang Chunsheng

Under the constraints of high temperature and heterogeneity, the common profile control agent can not effectively plug the steam channeling. To address this issue, it is necessary to develop the high temperature resistance steam channeling plugging agent to improve the steam suction profile in the heavy oil reservoir. This paper used Simple Variable Method to optimize the content of the compone...

2014
Alexander Bauer Franz Theuretzbacher María Rincón Ramon Enguidanos Andreas Gronauer Javier Lizasoain Simona Menardo

Growing grassland biomass in an extensive way and its subsequent transformation into hay for a further utilization in a biogas-based biorefinery concept could be a solution to increase incomes and maintain the grassland area. In this way, gassland can be promising biomass sources for decentralized energy generation. Efficient biogas production from this lignocellulosic biomass requires a pretre...

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

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

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