نتایج جستجو برای: stage tube settler

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

Journal: :international journal of civil engineering 0
a. fraji kharazmi university gh. asadollahfardi kharazmi university a. shevidi abasspour universityiran

secondary clarifiers with large areas are widely applied in wastewater treatment plants. a pilot study was conducted to examine the possibility of applying one and two-stage inclined tube settlers instead of conventional secondary clarifiers. tube diameter in the first stage of the two-stage settler was wide as the conventional ones, but in the second stage, it was narrow to improve the efficie...

2012
SIGI THOMAS

Conventional water treatment plant generates two types of process wastes, filter back wash water and sludge. Characteristic studies of these wastes reveals that it contains high solids content, metals and bacteriological concentration, which are generally more than permissible disposable standards. Direct disposal of these wastes in to natural stream pollutes the receiving streams, affects huma...

Journal: :journal of chemical and petroleum engineering 2011
parisa zaheri hosein abolghasemi mohammad ghannadi maragheh maryam zaheri

drop size distribution in a mixer-settler is an essential design parameter, as obtaining drop size distribution will result in optimum performance of equipment. in this paper for obtaining drop size, several experiments have been performed with a single stage horizontal mixer-settler. a video technique has been used in order to measure the drop size in the mixer-settler with the help of a digit...

Journal: :Langmuir : the ACS journal of surfaces and colloids 2012
S Jun D D Pelot A L Yarin

A theoretical model of foam as a consolidating continuum is proposed. The general model is applied to foam in a gravity settler. It is predicted that liquid drainage from foam in a gravity settler begins with a slow drainage stage. Next, a stage with faster drainage occurs where the drainage rate doubles compared to the initial stage. The experiments conducted within the framework of this work ...

2005
Daron Acemoglu Simon Johnson James Robinson

In a recent comment, David Albouy claims that the data series we constructed for European settler mortality in Acemoglu, Johnson and Robinson (2001) suffers from “inconsistencies, questionable judgements, and errors.” He proposes two series, for “barracks” and “campaigns,” that he claims are better measures of settler mortality, and shows his recodings weaken or eliminate the first-stage relati...

Fatemeh Gharehbagh, Kamal Saberyan Sayed Mohammad Ali Mousavian

An experimental study has been made of the hydrodynamics of a stage mixer-settler to obtain appropriate design information. In this paper several tests were done according to full factorial design of experiments with high reliability, since each test recurs seven times and the results of  them are very close to each other(P=1bar and T=25 °C). Sauter diameter in each test is determined with ...

Hosein Abolghasemi, Maryam Zaheri Mohammad Ghannadi Maragheh Parisa Zaheri

Drop size distribution in a mixer-settler is an essential design parameter, as obtaining drop size distribution will result in optimum performance of equipment. In this paper for obtaining drop size, several experiments have been performed with a single stage horizontal mixer-settler. A video technique has been used in order to measure the drop size in the mixer-settler with the help of a digit...

Journal: :JOURNAL OF CHEMICAL ENGINEERING OF JAPAN 1993

2015
Billy - Ray Belcourt

In this paper, I argue that animal domestication, speciesism, and other modern human-animal interactions in North America are possible because of and through the erasure of Indigenous bodies and the emptying of Indigenous lands for settler-colonial expansion. That is, we cannot address animal oppression or talk about animal liberation without naming and subsequently dismantling settler colonial...

Fatemeh Saadat Gharehbagh, Sayed Mohammad Ali Mousavian,

An experimental study has been conducted on the hydrodynamics of a stage mixer-settler to obtain an appropriate design. In this paper several tests was performed to investigate full factorial design of experiments. Since each test was repeated seven times, the repeatability of the test was confirmed (P=1 bar and T=25 °C). Sauter diameter was determined by photographing both the mix...

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

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

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