نتایج جستجو برای: effective volume fraction

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

The effects of lower bainite volume fraction on tensile and impact properties of D6AC ultrahigh strength steel were studied in the current work. To obtain mixed microstructures containing martensite and different volume fractions of the lower bainite, specimens were austenitized at 910° C, then quenched in a salt bath of 330°C for different holding times, finally quenched in oil. In order to ob...

Ghanbar. Ali. Sheikhzadeh Mahdi. Mollamahdi Mahmoud. Abbaszadeh

In this study, the least square method is applied to study the laminar flow, heat transfer and microrotation of MgO-Ag/water micropolar hybrid nanofluid in a permeable channel. The bottom wall is hot and coolant fluid is injected into the channel from the top wall. The base fluid in the channel is water and volume fraction of nanoparticle (50% Ag and 50% MgO by volume) is between 0 and 0.02. By...

GH. R. Mehdizadeh Ahangar S.E. Ghasemi,

In the present work the effect of Cu-Water nanofluid, as heat transfer fluid, on the performance of a parabolic solar collector was studied numerically. The temperature field, thermal efficiency, mean-outlet temperatures have been evaluated and compared for the conventional parabolic collectors and nanofluid based collectors. Further, the effect of various parameters such as fluid velocity, vol...

Ghasemi Tabasi, H., Kokabi, A. H.,

The aim of this study is to reach an increased service life for parts using in sour environment by weld overlaying process. In this investigation, two successive layers of ER410NiMo were clad on low alloy steel substrates. To reduce the likelihood of Hydrogen Induced Cracking (HIC) and producing stable hydrogen traps, Post Weld Heat Treatment (PWHT) was conducted. Microstructural analysis, X-ra...

Journal: :international journal of nano dimension 0
s.e. ghasemi young researchers and elite club, qaemshahr branch, islamic azad university, qaemshahr, iran. gh. r. mehdizadeh ahangar department of mechanical engineering, yazd university, yazd, iran.

in the present work the effect of cu-water nanofluid, as heat transfer fluid, on the performance of a parabolic solar collector was studied numerically. the temperature field, thermal efficiency, mean-outlet temperatures have been evaluated and compared for the conventional parabolic collectors and nanofluid based collectors. further, the effect of various parameters such as fluid velocity, vol...

A. Aghaei G.A. Sheikhzadeh H.R. Ehteram M. Hajiahmadi

Natural convection heat transfer has many applications in different fields of industry; such as cooling industries, electronic transformer devices and ventilation equipment; due to simple process, economic advantage, low noise and renewed retrieval. Recently, heat transfer of nanofluids have been considered because of higher thermal conductivity coefficient compared with those of ordinary fluid...

G. A. Sheikhzadeh H. Teimouri M. Mahmoodi

In this work, the steady and laminar mixed convection of nanofluid in horizontal concentric annulus withrotating inner cylinder is investigated numerically. The inner and outer cylinders are kept at constanttemperature Ti and To respectively, where Ti>To. The annular space is filled with Alumina-water nanofluid.The governing equations with the corresponded boundary conditions in the polar coord...

1997
K. H. de Haas J. Mellema

Rheological behavior of a dispersion of small nearly-unilamellar phospholipid bilayer vesicles has been investigated. We conducted steady-state shear experiments and linear viscoelastic experiments. In the dilute and semidilute regime the rheological behavior is similar to that of a hard-sphere dispersion as reported in the literature for viscoelasticmeasurements, butnowalso observed in steady ...

A. Zare Ghadi M. Sadegh Valipour

In the present research mixed convection flow through a copper-water nanofluid in a driven cavity in the presence of magnetic field is investigated numerically. The cavity is heated from top and cooled from bottom while its two vertical walls are insulated. The governing equations including continuity, N-S and energy equations are solved over a staggered grid system. The study is conducted for ...

زرگرشوشتری, مرتضی, موسوی‌قهفرخی, سیدابراهیم,

In this paper, Bi1.64-xPb0.36CdxSr2Ca2Cu3Oy (BPCSCCO) superconductor with x = 0.0, 0.02, 0.04 and 0.06 is made by the solid state reaction method. The magnetic susceptibility measurements were performed using AC susceptometer. The microstructure and morphology of the samples have been studied by X-ray diffraction, scanning electron microscope and energy dispersive X-ray. The results show that t...

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

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

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