نتایج جستجو برای: freeze dryer

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

2016
L. N. Petersen J. B. Jørgensen

Spray dryers are widely used in the chemical, pharmaceutical and food industries to turn liquid products into free flowing powder. To increase the energy efficiency and improve the product quality, the dryer in question combines drying in four stages, instead of single stage drying. In this paper, we present our latest developments within advanced process control for the four-stage spray dryer....

2013
Mostafa Darvishi

Dryer system is a controlled plant which is normally used in chemical industry. The proper modeling of this system facilitates its maintenance and keeping. Normally this is not an easy task, unless having a complete model of the process, due to sudden and nonlinear events. In this paper the linear identification of dryer plant in Arak petroleum, is introduced according to the Autoregressive wit...

2008
E Kavak

Drying kinetics of sour cheery is investigated in solar dryer with forced convection and under open Sun with natural convection. Drying data were fitted to different mathematical models, whose performance was investigated by comparing coefficient (R), reduced chi-square (Ç) and root mean square error (RMSE) between the observed and predicted moisture ratios. Among these models, drying model dev...

Journal: :Indonesian Journal of Chemistry 2021

Beetroot (Beta vulgaris L.) has compounds that can be used for body health, beauty skincare, food additives, and much more. This research was aimed to prepare the dry extract of beetroot formulate it into a loose powder, compact cream. The preparation started by adding 2, 4, or 6% extract, then blending pulp drying resultant residue using freeze dryer. Testing on color homogeneity, polishing, b...

Journal: :Jurnal teknologi 2022

Currently, the physicochemical quality of dried chillies is becoming a characteristic consumer choice. A study was conducted to investigate properties drying by vacuum tray dryer (VTD) when compared with sun (SD) and freeze-drying (FD). The highest capsaicin content lowest moisture achieved VTD technique. However, total phenolic antioxidant activity are in FD followed VTD. Furthermore, physioch...

Journal: :Jurnal kefarmasian AKFARINDO 2023

Masker gel peel off adalah salah satu jenis kosmetika yang memiliki keunggulan dalam penggunaannya yaitu mudah diangkat dan dilepaskan. Kulit buah pepaya (Carica papaya L.) kandungan antioksidan kuat seperti serat,senyawa fenolik,abu,vitamin C serta berbagai material kalium belerang. Tujuan penelitian ini untuk memformulasikan ekstrak kulit menjadi masker dengan variasi konsentrasi HPMC, menget...

Journal: :journal of agricultural science and technology 2011
n. bagheri a. keyhani s. mohtasebi a. r. alimardani sh. rafee

to increase agricultural crops’ quality and to minimize losses in the final product and used energy during the drying process, major drying system parameters should be continuously controlled. precise control of such parameters is attained by using automatic control systems. to optimize the overall dryer efficiency in a forced convective solar dryer, a controller was designed, constructed a...

Journal: :CoRR 2017
Richard Futrell Roger Levy Matthew Dryer

A frequent object of study in linguistic typology is the order of elements {demonstrative, adjective, numeral, noun} in the noun phrase. The goal is to predict the relative frequencies of these orders across languages. Here we use Poisson regression to statistically compare some prominent accounts of this variation. We compare feature systems derived from Cinque (2005) to feature systems given ...

Journal: :Molecular pharmaceutics 2014
Zelalem Ayenew Worku Jolie Aarts Abhishek Singh Guy Van den Mooter

The structural and physical stability of solid dispersions have not been adequately explored during spray drying manufacturing processes. In this study a wide range of compositions of naproxen/PVP-VA 64 (poly(1-vinylpyrrolidone-co-vinyl acetate)) and miconazole/PVP-VA 64 solid dispersions prepared by different laboratory spray dryers were collected from various selected locations and used to in...

Journal: :Infotekmesin: Media Komunikasi Ilmiah Politeknik Cilacap 2023

Indonesia is an agricultural country with 40% of the population's livelihood provided by farmers. Harvested rice typically has a moisture content 20-27% on wet basis. The type artificial dryer that often used tub or rotary type. This research aims to develop using combined tray and rotary-type method. Based result, higher speed dryer, shorter drying time. net result this test relationship betwe...

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

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

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