نتایج جستجو برای: nanofluids

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

2013
Bhalchandra Puranik

The effect of Alumina nanoparticle size on thermophysical properties, heat transfer performance and pressure loss characteristics of Aviation Turbine Fuel (ATF)-Al2O3 nanofluids is studied experimentally for the proposed application of regenerative cooling of semi-cryogenic rocket engine thrust chambers. Al2O3 particles with mean diameters of 50 nm or 150 nm are dispersed in ATF. At 50C and 0.3...

Nanofluids are stable suspensions of nanoparticles in conventional heat transfer fluids (base fluids) that exhibit better thermal characteristics compared to those of the base fluids. It is important to clarify various aspects of nanofluids behavior. In order to identify the thermal and hydrodynamic behavior of nanofluids flowing through non-circular ducts, in the present study the laminar flow...

In recent decades, the use of nanofluids has attracted much attention due to its application in various fields such as medical and industries like oil and gas. The combination of nanoparticles with base fluids and its type can produce different results depending on the characteristics of the nanoparticles, one of which is the effect of changes in the viscosity and thermal conductivity of the na...

Journal: :فصلنامه علمی پژوهشی مهندسی مکانیک جامدات واحد خمینی شهر 0
masoud zadkhast msc student, department of mechanical engineering, najafabad branch, islamic azad university, isfahan, iran davood toghraee assistant professor, department of mechanical engineering, khomeinishahr branch, islamic azad university, isfahan, iran arash karimipour assistant professor, department of mechanical engineering, najafabad branch, islamic azad university, isfahan, iran

this work presents a model for calculating the effective ‎thermal conductivity of nanofluids. the proposed model ‎includes the effects of nanoparticles and thermal conductivity ‎base fluid.we will focus on experimental of the volume ‎concentration parameter and temperature on thermal ‎conductivity, nano-fluid combination and multi-walled ‎carbon nanotubes-oxide / copper-paid deionized water. th...

H. R. Azimi R. Taheri,

An empirical electrical conductivity assessment of nanofluids comprising CuO nanoparticles water-based in different concentrations, particles size and various temperatures of nanofluids has been carried out in this paper. These experimentations have been done in deionized water with nanoparticles sizes such as 89, 95, 100 and 112 nm and concentrations of 0.12 g/l, 0.14 g/l, 0.16 g/l and 0.18 g/...

Journal: :Entropy 2017
Ibai Mugica Steven Roy Sébastien Poncet Jonathan Bouchard Hakim Nesreddine

This paper analyzes the energetic and exergy performance of an active magnetic regenerative refrigerator using water-based Al2O3 nanofluids as heat transfer fluids. A 1D numerical model has been extensively used to quantify the exergy performance of a system composed of a parallel-plate regenerator, magnetic source, pump, heat exchangers and control valves. Al2O3-water based nanofluids are test...

2012

Recent advancements in nanotechnology have originated the new emerging heat transfer fluids called nanofluids. Nanofluids are prepared by dispersing and stably suspending nanometer sized solid particles in conventional heat transfer fluids. Past researches have shown that a very small amount of suspending nanoparticles have the potential to enhance the thermo physical, transport and radiative p...

2015
S. P. Anjali Devi

MHD slip flow and convective heat transfer of nanofluids over a vertical stretching surface subjected to injection has been analyzed. Two types of nanofluids such as Copper-Water nanofluid and Alumina-Water nanofluid are considered for the present study. The Boundary layer equations of motion and energy which are non-linear partial differential equations are reduced to non-linear ordinary diffe...

2013
Winifred Nduku Mutuku-Njane Oluwole Daniel Makinde

We examine the effect of magnetic field on boundary layer flow of an incompressible electrically conducting water-based nanofluids past a convectively heated vertical porous plate with Navier slip boundary condition. A suitable similarity transformation is employed to reduce the governing partial differential equations into nonlinear ordinary differential equations, which are solved numerically...

2013
Reza Davarnejad Sara Barati Maryam Kooshki

The CFD simulation of heat transfer characteristics of a nanofluid in a circular tube under constant heat flux was considered using Fluent software (version 6.3.26) in the laminar flow. Al2O3 nanoparticles in water with concentrations of 0.5%, 1.0%, 1.5%, 2% and 2.5% were used in this simulation. All of the thermo-physical properties of nanofluids were assumed to be temperature independent. Two...

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

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

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