نتایج جستجو برای: water glass solution

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

Journal: :Mechanical Engineering 2004

Journal: :Gut 1961
P A CLARKE

in 4 g. quantities in sealed packages to be opened at the bedside or in airtight screw cap containers, from which they may be dispensed by the teaspoonful (3-4 g.). Four grammes of these granules containing 26 mEq. of potassium dissolve rapidly in a glass of water making a pleasant effervescent drink which may be flavoured with fruit juice if so desired. Solution is complete within 30 seconds a...

Journal: Geopersia 2011
Ezatallah Kazemzadeh Hessam Aloki Bakhtiari jafar vali Mohammad Reza Esfahani Morteza Khodabakhshi

In this paper, the role of molecular diffusion in mobilization of waterflood residual oil is examined. A moving mesh method is applied to solve the moving interface problem of residual oil blobs swelling by Co2 diffusion through a blocking water phase. The results of this modeling are compared with experimental results of a 2D glass micromodel experiment. Although, the solution method is applie...

Zinc oxide thin films were deposited on soda-lime glass substrates from an aqueous zinccontaining complex by two-stage chemical deposition (TSCD) method. Longmuir adsorption model showed that the adsorption of atoms on the surface of the substrate was typically physical. The relation between the fractional coverage, θ, with the equilibrium constant of the adsorption reaction was nonlinear indic...

2004
Felix Franks

In most treatments of aqueous "solutions" it is taken for granted that water is present in the liquid state and in excess, with the concentrations of solutes limited by their saturation solubilities. Hence, the thermodynamic reference states are defined as the infinitely dilute solution, a solution of unit molality, etc. In recent years supersaturated aqueous solutions have been receiving incre...

Journal: :geopersia 2011
jafar vali ezatallah kazemzadeh hessam aloki bakhtiari morteza khodabakhshi mohammad reza esfahani

in this paper, the role of molecular diffusion in mobilization of waterflood residual oil is examined. a moving mesh method is applied to solve the moving interface problem of residual oil blobs swelling by co2 diffusion through a blocking water phase. the results of this modeling are compared with experimental results of a 2d glass micromodel experiment. although, the solution method is applie...

2007
W. S. Chow

The epoxy/glass fiber/organo-montmorillonite (OMMT) nanocomposites were prepared by hand lay up method. In the previous work, the flexural and morphological properties of the epoxy/glass fiber/OMMT were studied. In this work, the epoxy nanocomposites were characterized by X-ray diffraction (XRD), differential scanning calorimetry (DSC) and water absorption tests. The exfoliation of OMMT in epox...

Journal: :Journal of vascular and interventional radiology : JVIR 2017
Marcus Caine Michael S McCafferty Scott McGhee Pedro Garcia Wayne M Mullett Xunli Zhang Martyn Hill Matthew R Dreher Andrew L Lewis

PURPOSE To investigate material density, flow, and viscosity effects on microsphere distribution within an in vitro model designed to simulate hepatic arteries. MATERIALS AND METHODS A vascular flow model was used to compare distribution of glass and resin surrogates in a clinically derived flow range (60-120 mL/min). Blood-mimicking fluid (BMF) composed of glycerol and water (20%-50% vol/vol...

Journal: :Analytical sciences : the international journal of the Japan Society for Analytical Chemistry 2006
Hasan Cesur Cigdem Aksu

Using freshly precipitated manganese-diethyldithiocarbamate (Mn(DDTC)(2)) as a new reagent, a solid phase extraction method (SPE) has been developed for the extraction of Cd(II) and Zn(II) in aqueous fertilizer samples. A sample solution of 300 mL was taken and 0.10 g of freshly precipitated Mn(DDTC)(2) was added. After adding a phosphate buffer solution, the mixture was stirred at 10 min, filt...

Journal: :Journal of biomedical materials research. Part B, Applied biomaterials 2006
Manuel Toledano Raquel Osorio Estrella Osorio Fátima S Aguilera Alejandro Romeo Blanca de la Higuera Franklin García-Godoy

To evaluate and compare the solubility and sorption of orthodontic bonding cements after immersion in different solutions, five different cements were used: a fluoride-containing resin composite, a light-cured glass ionomer cement, a light-cured resin composite, a paste-paste chemically cured resin composite, and a liquid-paste chemically cured resin composite. Five different solutions were emp...

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

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

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