نتایج جستجو برای: inverse fluidized bed

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

2007
Mauricio Naranjo

Low-temperature gasification of black liquor is a new alternative to the conventional Tomlinson recovery boiler for recovering pulping chemicals and energy from black liquor in pulp and paper mills. This process can be carried out in a fluidized bed based on steam reforming at 600 C using indirect heat supplied via heat exchangers built into the fluid bed. As black liquor is injected into the b...

2010
Belén González Mónica Alonso Francisco Pintado

There is increasing interest in CO2 looping cycles that involve the repeated calcination and carbonation of the sorbent as a way to capture CO2 from flue gases during the carbonation step and the generation of a pure stream of CO2 in the oxyfired calcination step. In particular, attrition of the material in these interconnected fluidized bed reactors is a problem of general concern. Attrition o...

2005
Maoming Fan Qingru Chen Yuemin Zhao Daniel Tao Zhenfu Luo Xiuxiang Tao Yufen Yang Xingkai Jiang Jinbo Zhu

In recent years, coal production and consumption increased dramatically, especially in China. So, more and more attentions have been paid to coal preparation and coal ash utilization with the growing concern about the pollution by fly ash. The unburned carbon in fly ash significantly affects its utilization in many fields, especially in concrete production industry. Technologies such as flotati...

2007
J. J. RAMÍREZ J. D. MARTÍNEZ S. L. PETRO

−− With the purpose of contributing to the energetic valuation of the solid wastes generated by the Colombian agricultural industry, a practical methodology for the design of a fluidized bed gasifier for rice husk on pilot scale was developed. The gasifier equipment, made up of a reaction chamber of 0.3 m of internal diameter and 3 m of overall height, was designed from theoretical and experime...

2015
Germán Varas Gabriel Ramos Jean-Christophe Géminard Valérie Vidal

The injection of gas in a liquid-saturated granular bed gives rise to a wide variety of invasion patterns. Many studies have focused on constrained porous media, in which the grains are fixed in the bed and only the interstitial fluid flows when the gas invades the system. With a free upper boundary, however, the grains can be entrained by the ascending gas or fluid motion, and the competition ...

2001
H. J. Vos

In order to operate a process which uses immobilized enzymes at constant conversion and constant capacity, the refreshment of the enzyme must be continuous. In this paper, two reactor types with continuous refreshment of the biocatalyst are discussed: the stirred tank and the multistage fluidized bed. A method is presented for dimensioning a reactor in such a way that the costs for the conversi...

2015
A. Coppola M. Urciuolo

Metals like Fe, Ca, Mn present in sewage sludge ash have been deposited on high surface -alumina with high mechanical resistance used as bed materials during sewage sludge fluidized bed combustion to produce low-cost CLC oxygen carriers. The produced oxygen carriers have been characterized using ICP-MS, X-ray diffraction (XRD), Scanning Electron Microscopy (SEM) and surface area (BET) analysis....

ژورنال: علوم آب و خاک 2004
رضا امیری‌چایجان, , محمد هادی خوش تقاضا, ,

Traditional paddy dryer systems in Iran cause considerable losses in rice production due to non-uniform drying. In order to decrease the amount of kernel fissuring and to increase the drying rate, fluidized bed method was applied in this study for rough rice drying at temperatures higher than normal. An experimental dryer was used for drying the samples. The drying experiments were set up to fi...

2014
Witold Żukowski Gabriela Berkowicz Jerzy Baron Stanisław Kandefer Dariusz Jamanek Stefan Szarlik Zbigniew Wielgosz Maria Zielecka

BACKGROUND 2,6-dimethylphenol (2,6-DMP) is a product of phenol methylation, especially important for the plastics industry. The process of phenol methylation in the gas phase is strongly exothermic. In order to ensure good temperature equalization in the catalyst bed, the process was carried out using a catalyst in the form of a fluidized bed - in particular, the commercial iron-chromium cataly...

2004
X. C. Wang

A fluidized-pellet-bed separator with movable sludge hoppers was applied in pilot scale for the separation and thickening of activated sludge mixture liquid. Under the condition of suspension SS around 4,000 mg/L, polymer (CJX103, cationic, MW 5 × 106) dose at a dry solid ratio of 0.003 and upward flow rate at 5.4 m/hr, the fluidized pellet bed performed solid/liquid separation and sludge thick...

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

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

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