نتایج جستجو برای: metal nanofluid

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

2013
Sharidan Shafie Imran Anwar Abdul Rahman Mohd Kasim Zulkibri Ismail Mohd Zuki Salleh

Submitted: Aug 2, 2013; Accepted: Sep 10, 2013; Published: Sep 15, 2013 Abstract: The objective of this work is to analyze the chemical reaction and heat generation or absorption effects on MHD stagnation-point flow of a nanofluid over a porous stretching sheet. The uniform magnetic field strength B is applied in the direction normal to the flow. A highly nonlinear problem of nanofluid is model...

Journal: :Soft matter 2014
H Wu L X Chen X Q Zeng T H Ren Wuge H Briscoe

Upon evaporation, ZnO nanorods in a nanofluid droplet undergo rapid and spontaneous chemical and morphological transformation into centimetre-long Zn(OH)2 fibres, via a mechanism very different from that for coffee rings. We show that the detailed nanostructure and micromorphology in the residual thin film depend intricately on the ambient moisture, nanofluid solvent composition and substrate s...

2015
Muhammad Ramzan Muhammad Bilal

The aim of present paper is to study the series solution of time dependent MHD second grade incompressible nanofluid towards a stretching sheet. The effects of mixed convection and thermal radiation are also taken into account. Because of nanofluid model, effects Brownian motion and thermophoresis are encountered. The resulting nonlinear momentum, heat and concentration equations are simplified...

2011
Jacqueline Barber David Brutin Lounes Tadrist

There has been increasing interest of late in nanofluid boiling and its use in heat transfer enhancement. This article covers recent advances in the last decade by researchers in both pool boiling and convective boiling applications, with nanofluids as the working fluid. The available data in the literature is reviewed in terms of enhancements, and degradations in the nucleate boiling heat tran...

2012
Binglu Ruan Anthony M Jacobi

The preparation of nanofluids is very important to their thermophysical properties. Nanofluids with the same nanoparticles and base fluids can behave differently due to different nanofluid preparation methods. The agglomerate sizes in nanofluids can significantly impact the thermal conductivity and viscosity of nanofluids and lead to a different heat transfer performance. Ultrasonication is a c...

2017
Hassan Hajabdollahi

Economic optimization of shell and tube heat exchanger (STHE) is presented in this paper. To increase the rate of heat transfer, copper oxide (CuO) nanoparticle is added into the tube side fluid and their optimum results are compared with the case of without additive nanoparticle. Total annual cost (TAC) is selected as fitness function and nine decision variables related to the heat exchanger p...

2017
Nageeb A. H. Haroun Sabyasachi Mondal Precious Sibanda

The effects of thermal radiation, Soret and Dufour parameters on mixed convection and nanofluid flow over a stretching sheet in the presence of a magnetic field are investigated. The flow is subject to temperature dependent viscosity and a chemical reaction parameter. It is assumed that the nanoparticle volume fraction at the wall may be actively controlled. The physical problem is modelled usi...

2011
Vincenzo Bianco Sergio Nardini Oronzio Manca

In this article, developing turbulent forced convection flow of a water-Al2O3 nanofluid in a square tube, subjected to constant and uniform wall heat flux, is numerically investigated. The mixture model is employed to simulate the nanofluid flow and the investigation is accomplished for particles size equal to 38 nm.An entropy generation analysis is also proposed in order to find the optimal wo...

2012
S. Zeinali Heris H. Salehi S. H. Noie

The efficiency of two-phase closed thermosyphon (TPCT) with nanofluid as working fluid under magnetic field effect was investigated experimentally. In this study, silver/water nanofluid with different concentration (20 to 80ppm) is tested. Also, magnetic field with various strength (0.12, 0.35 and 1.2 T) exerted to TPCT by permanent magnet. It was seen that the TPCT heat transfer performance an...

2016
Waris Khan Taza Gul Muhammad Idrees Saeed Islam Ilyas Khan Rahmat Ellahi

This article describes the effect of thermal radiation on the thin film nanofluid flow of a Williamson fluid over an unsteady stretching surface with variable fluid properties. The basic governing equations of continuity, momentum, energy, and concentration are incorporated. The effect of thermal radiation and viscous dissipation terms are included in the energy equation. The energy and concent...

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

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

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