نتایج جستجو برای: suspensions physical state

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

2004
HAIPING DU

In this paper we present an approach to design the non-fragile H controller for active vehicle suspensions. A quarter-car model with active suspension system is considered in this paper. By suitably formulating the sprung mass acceleration, suspension deflection and tire deflection as the optimization object and considering a priori norm-bounded controller gain variations, the non-fragile state...

Journal: :Plasma 2023

In Plasma Medicine studies, the effect of non-thermal plasma (NTP) on biological targets is typically correlated with amount stable reactive oxygen and nitrogen species produced in a liquid medium. The NTP response target cellular redox mechanisms overlooked these investigations. Additionally, influence electrical properties cells physical neglected. Therefore, we used floating electrode dielec...

Journal: :Hospital pharmacy 2017
Kristin Reindel Fang Zhao Susan Hughes Vivek S Dave

Purpose: The feasibility of preparing an eslicarbazepine acetate suspension using Aptiom tablets for administration via enteral feeding tubes was evaluated. Methods: Eslicarbazepine acetate suspension (40 mg/mL) was prepared using Aptiom tablets after optimizing the tablet crushing methods and the vehicle composition. A stability-indicating high-performance liquid chromatography (HPLC) method w...

2008
G. Vali

Data included in the paper under discussion were obtained with two slightly different soil suspensions and with a distilled water sample. Key results are consistent for all three samples even though they contained materials of various chemical composition and physical state. This fact raises the possibility, but with a question mark, that the concepts arrived at in the paper are perhaps applica...

Journal: :The Journal of chemical physics 2013
Guang S He Wing-Cheung Law Alexander Baev Sha Liu Mark T Swihart Paras N Prasad

The nonlinear optical properties of four metallic (Au-, Au/Ag-, Ag-, and Pt-) nanoparticle suspensions in toluene have been studied in both femtosecond and nanosecond regimes. Nonlinear transmission measurements in the femtosecond laser regime revealed two-photon absorption (2PA) induced nonlinear attenuation, while in the nanosecond laser regime a stronger nonlinear attenuation is due to both ...

2012
FRANCOIS BOYER OLIVIER POULIQUEN ELISABETH GUAZZELLI Elisabeth Guazzelli

Submitted for the DFD10 Meeting of The American Physical Society Normal stresses in non-Brownian suspensions: bulk rheology and particle migration FRANCOIS BOYER, OLIVIER POULIQUEN, ELISABETH GUAZZELLI, IUSTI, CNRS Aix-Marseille Universite — Concentrated suspensions are known to exhibit non-Newtonian effects and classical rheology often fails to give a consistent description of actual flows. Pa...

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2009
Andrey Sokolov Raymond E Goldstein Felix I Feldchtein Igor S Aranson

High-resolution optical coherence tomography is used to study the onset of a large-scale convective motion in free-standing thin films of adjustable thickness containing suspensions of swimming aerobic bacteria. Clear evidence is found that beyond a threshold film thickness there exists a transition from quasi-two-dimensional collective swimming to three-dimensional turbulent behavior. The latt...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تربیت مدرس - دانشکده منابع طبیعی 1391

in this study, the effects of oleothermal modification on physical and mechanical peroperties of fir wood (abeis sp.) blocks were examined. at first, some blocks of fir wood with 5 × 20 × 120 cm dimensions were prepared. the blocks were treated in soybean oil. the effects of 3 factors such as treatments temperature (180and 200 °c), holding time (12 and 15 h) and initial moisture content of wood...

Journal: :Organic letters 2006
Marcel Veerman Marino J E Resendiz Miguel A Garcia-Garibay

Photochemical reactions in the solid state can be scaled up from a few milligrams to 10 grams by using colloidal suspensions of a photoactive molecular crystal prepared by the solvent shift method. Pure products are recovered by filtration, and the use of H(2)O as a suspension medium makes this method a very attractive one from a green chemistry perspective. Using the photodecarbonylation of di...

2013
Wubayehu Kahaliw Ayenew Ashenef

In this study, five different products of each metronidazole tablets and benzoate salt oral suspensions were purchased from the different retail outlets in the local market of Addis Ababa and analyzed using official methods (Pharmacopoeial methods of USP/BP/IP) by employing HPLC for the tablet dosage forms and nonaqueous titration with potentiometric end point for the suspensions. The assay res...

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

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

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