نتایج جستجو برای: caso4 compounds and fine sand particles

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

Journal: :international journal of environmental research 2012
a.r. noorpoor a. sadighzadeh h. habibnejad

the removal of fine particles less than 2.5 μm in diameter generated from industrial plantsrepresents a serious challenge in air pollution abatement. these particles can penetrate deeply into the lungs and are difficult to remove by cyclones, electrostatic precipitators, and other conventional separation devices. in this paper, the influence of acoustic waves on removing aerosol particles from ...

Journal: :Open Engineering 2023

Abstract Nowadays, the use of waste materials in concrete production is crucial for a clean environment and less cost. This study aimed to enhance some mechanical properties utilizing integral waterproof (IWP) admixture using ceramics as fine aggregate with finer particles improve compressive strength modulus elasticity absorption studied. Studies indicate increase by IWP only also reduction ce...

2011
Haroldo Lobo Roberto G. Alves

Limnodrilus hoffmeisteri Claparede, 1862 is a cosmopolitan Oligochaeta widely used as indicator of organic pollution in water bodies. Previous contributions have shown the effects of organic matter and temperature on the life history of the species, although very little is known about the factors that influence its reproduction. This study aimed 1) to test whether the larger weight of individua...

ژورنال: علوم آب و خاک 2017

The Ab-Barik watershed in Bam is a part of Lut desert basin. It is like all other desert areas which has erosion problems caused by wind erosion, sand and soil storms. The result of these sand storms appears as continuous and isolated sand hills. In this paper it was attempted to identify direction and source of harvest points by using sedimentological methods. This was accomplished by step by ...

Journal: :E3S web of conferences 2021

By using the samples of fine sand in Shanghai’s seventh layer, creep tests were performed to investigate deformation characteristics under different groundwater table change. It was revealed that is closely related change: when effective force caused by change smaller than pre-consolidation force, mainly elastic. When bigger compression large and rebound small; viscoelastic plastic equal stress...

2014
Ryan L. Holloman Vikram Deshpande Haydn N.G. Wadley

A vertical pendulum apparatus has been used to experimentally investigate the impulse and pressure applied by the impact of wet synthetic sand upon the flat surface of a back supported solid aluminum test block. The transferred impulse and maximum pressure applied to the sample were both found to decrease with increasing standoff distance between the bottom of the sand layer and the impact face...

2009
Abhinav Golas

Rendering of sand is an interesting problem that has been addressed at various times in the past. Most efforts have been in the direction of rendering moving sand grains, which are handled as particles rendered with motion-blur. More recently, there have also been efforts at rendering slow moving and static sand particles. In such cases, accurate sampling and rendering of particles becomes impo...

1999
P. M. GUERIN

Compounds from the odour-producing glands of the fox Vulpes vulpes were collected. This complex mixture of compounds was used to stimulate the `ascoid' olfactory organs of female sand ̄ies in single sensillum and gas chromatography-linked single sensillum recordings. Sixteen of these compounds were identi®ed using gas chromatography-linked mass spectrometry and amounts present were determined. T...

Mojtahedi, Ali, Akhavan, Sahar , Ebrahimi, Soheila , Movahedi Naeini, Alireza , Navabian, Maryam , Shabanpour, Mahmoud ,

Background: Organic manures are the source of many pathogenic bacteria which could be dangerous for human health. Bacterial transmission and retention in soil is important for processes ranging from contaminant degradation during in situ bioremediation to transport of pathogenic bacteria into groundwater. Methods: The aim of this study was to evaluate the transport of Escherichia coli and chl...

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

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

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