نتایج جستجو برای: friction and heat transfer

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

Journal: :Applied Mathematics and Computation 2004
Elsayed M. A. Elbashbeshy M. A. A. Bazid

Heat transfer in a porous medium over a stretching surface with internal heat generation and suction or injection has been analyzed numerically in the presence of radiation. In this analysis, the governing equations are transformed into a system of ordinary differential equations and solved them numerically using Nachtsheim-Swigert shooting iteration technique. The local similarity solutions fo...

2014
Sami D. Salman Abdul Amir H. Kadhum Mohd S. Takriff Abu Bakar Mohamad

Numerical investigation has been carried out on heat transfer and friction factor characteristics of copper-water nanofluid flow in a constant heat-fluxed tube with the existence of new configuration of vortex generator using Computational Fluid Dynamics (CFD) simulation. Two types of swirl flow generator: Classical twisted tape (CTT) and Parabolic-cut twisted tape (PCT) with a different twist ...

2014
Daniela Steffes-Lai

Among the many input parameters of a forging process (for a multi-stage process one can count more than 200 different inputs!) the following important inputs shall be mentioned: Forging Material characteristics (flow curve = f(temperature, strain, strain rate, micro-structure) Influence of heat coefficients Friction type and friction value as well as lubrication Heat transfer Ambient media and ...

2015
M Kumar V K Yadav K K Srivastava

In this paper, we present experimental investigation of convective heat transfer characteristic in the inner tube fluid of miniature concentric double tube Hair-pin heat exchanger with constant heat flux. This work is carried out for distilled water and a mixture of distilled water and ethylene glycol (10%, 20% and 25% by volume) as heat transfer cold fluid flowing in inner tube to carry away h...

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

within the components of communicative competence, a special emphasis is put on the “rules of politeness,” specifically the politeness strategies (brown and levinson, 1978) that speakers deploy when performing the request speech act. this is because the degree of imposition that making a request places upon one’s interlocutor(s) has been seen to be influenced by several factors among which, as ...

2013
Sami D. Salman Abdul Amir H. Kadhum Mohd S. Takriff Abu Bakar Mohamad

Numerical investigation of the heat transfer and friction factor characteristics of a circular fitted with V-cut twisted tape (VCT) insert with twist ratio (y = 2.93) and different cut depths (w = 0.5, 1, and 1.5 cm) were studied for laminar flow using CFD package (FLUENT-6.3.26). The data obtained from plain tube were verified with the literature correlation to ensure the validation of simulat...

2002
I. POP

In this paper, we present results obtained by using a numerical procedure for the free convection flow along a rotating nonisothermal plate subject to a nonuniform gravity field. Several specific forms for the temperature distributions of the plate are considered. For these instances the skin-friction and heat transfer rate on the wall at selected values ofthe distance from the leading edge and...

Ali Sarreshtedari, Alireza Zamani Aghaee

The thermo-hydraulic behavior of the air flow over a two dimensional ribbed channel wasnumerically investigated in various rib-width ratio configurations (B/H=0.5-1.75) atdifferent Reynolds numbers, ranging from 6000 to 18000. The capability of differentturbulence models, including standard k-ε, RNG k-ε, standard k-ω, and SST k-ω, inpredicting the heat transfer rate was compared with the experi...

In this paper, first the governing parameters characterizing low-finned tubes are reviewed. Second, the more important of the available performance correlations are compared with the available experimental data. The most reliable one can be employed to develop a pressure drop relationship, which has already been used in an algorithm for exchanger sizing. Also a means for the identification of a...

Journal: :transport phenomena in nano and micro scales 2014
r. aghayeri h. maddah f. ashori m. aghili

in this work, the characteristics of flow and heat transfer of a fluid containing nano particles of aluminum oxide with the water volume fraction (0.1-0.2-0.3)(v/v) percent of the reports. the overall heat transfer coefficient, heat transfer and the average heat transfer fluid containing nano water - aluminum oxide in a horizontal double pipe counter flow heat exchanger under turbulent flow con...

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

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

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