Study of Forced and Free convection in Lid driven cavity problem

Size: px
Start display at page:

Download "Study of Forced and Free convection in Lid driven cavity problem"

Transcription

1 MIT Study of Forced and Free convection in Lid driven cavity problem Project report Divya Panchanathan

2 Aim To solve the Navier-stokes momentum equations for a lid driven cavity problem and incorporate the energy equation for the forced convection case and for free convection case. To study the influence of key parameters like Reynolds number, Prandl number and Grashof number for a number of test cases. Independent of the above- To try flow over solid object (square) in the lid driven cavity problem. Motivation Modelling fluid flow and energy transport in a system can help us design such applications costeffectively without the need for expensive experimental test cases. In this regard, Navier-stokes momentum equations for fluid flow have not been solved analytically so far in a general fashion. Although, a number of approximate solutions exist for various simple geometries and flows, it has been difficult to obtain analytical solutions for specific cases. This is where numerical methods come to be helpful for obtaining solution for flow field and temperature. The lid driven cavity problem is a standard geometry that has been studied for both 2-D and 3-D cases in literature. Hence, this was chosen to help compare our results to results in literature.

3 Approach The equations solved were- Momentum and Mass conservation Equations Energy Conservation Equation for Forced convection Energy Conservation Equation for Free convection This involves a change only in the y- momentum equation (gravity assumed to be in the vertical direction). With energy equation remaining the same. In order to setup and solve the momentum equations, the reference code 1 from MIT Math CSE website was used. This code makes use of staggered grid cell approach for Pressure, U velocity and V velocity calculations. Once the velocity solutions were obtained, they were used to solve the energy equation. For solving the energy equations, the following approach was used Energy equation in Forced convection 1. Prandtl number (Pr) was defined. This determines the rate of momentum diffusivity to energy diffusivity. 2. Temperature variable was initialized- at the cell centers (where the pressure variable is present) 3. Boundary conditions were specified for temperature. a. Constant Wall temperature Temperature at the North, South, East and West Boundaries are specified. And these are incorporated into the boundary variables tn,ts,te and tw. These boundary variables are on the cell edges and hence dirichlet boundary conditions of the second type (the 1

4 cell average of the edge cell and the ghost cell are assumed to be the boundary value) are applied. b. Constant Heat flux Heat flux at the North, South, East and West Boundaries are specified. These are incorporated into the boundary variables indirectly through tn,ts,te and tw. So the heat flux boundary condition is incorporated into the temperature boundary condition indirectly by using Neumann B.C. and specifying the slope using the above method. c. Insulated Wall condition This is a special case of Constant heat flux condition where the heat flux is equal to zero. Hence just Neumann boundary condition is applied at these boundaries. 4. Laplacian for the temperature equation is defined in a similar manner to the other variables like pressure, velocity etc incorporating the appropriate boundary conditions. 5. In the time loop temperature is solved after the U and V velocities are solved. It is solved in two parts. a. The diffusion is solved implicitly first b. Then the advection part is solved explicitly 6. Visualisation is done using contour plot in another figure. Energy equation in Free Convection 1. For free convection all the steps followed were similar to the above approach with an addition of an extra step during velocity calculation. 2. Grashof number is defined in the beginning. This gives the ratio of the magnitude of buoyancy to viscous forces. 3. In the momentum calculations, after the calculations of the U and V velocities in every time step, the V velocity is adjusted for the temperature variation from the previous time step.

5 Results and Analysis I have provided the sample test cases for each of the cases studied and compared to literature. The code can be easily modified to incorporate other boundary conditions as well. These test cases were taken from Cheng et.al (2010). The solutions approached the literature solution if run for more time, these would have reached steady state. Case 1 Constant wall temperature, moving lid (cold plate bottom, hot plate top) 1. Pr=1, U north=1, T north=1, U other=0, T south=0 Ri (Richardson number)=10, Re= 316, t=100 Re = 3e+02 Pr = t = 1e+02

6 2. Pr=1, U north=1, T north=1, U other=0, T south=0 Ri (Richardson number)=1, Re= 1000, t=100 Re = 1e+03 Pr = t = 1e Pr=1, U north=1, T north=1, U other=0, T south=0 Ri (Richardson number)=1, Re= 1000, t=100 Re = 3e+03 Pr = t = 1e+02

7 Case 2 Constant wall temperature, moving lid (hot plate bottom, cold plate top) 1. Pr=1, U north=1, T north=1, U other=0, T south=0 Ri (Richardson number)=10, Re= 316, t=30 Re = 3e+02 Pr = t = 50 Case 3 Constant heat flux Here, there is no steady state solution. Hence a transient solution is shown for the following case. (There is no comparison to literature for this). 1. Pr=, T north=0, T south=0, U other=0, U north=0, Gr=0 Re= 100, t= 2. Pr=, T north=0, T south=0, U other=0, U north=0, Gr=0 Re= 100, t=1 3. Pr=, T north=0, T south=0, U other=0, U north=0, Gr=0 Re= 100, t=4 Re = 1e+02 Pr = t = Re = 1e+02 Pr = t = Re = 1e+02 Pr = t =

8 Case 4 Raleigh Bernard Convection Cells This case is an interesting case as when Boundary conditions (Hot plate at the bottom and cold plate at the top) are applied, periodic convection cells are set up due to gravity force. There is no forced convection here. Re=100, Pr=, Ri=10, t=20 Temperature Isotherm Re = 1e+02 Pr = t = Velocity Stream lines 1 Re = 1e+02 t =

9 Internal Flow and Flow over solid object I wanted to extend the problem to internal flow in a channel or flow over solid object in a channel. However, due to error in the code, I couldn t do so. However I have explained my approach for the two cases below. And I have attached the respective codes too. Internal Flow I modified the boundary conditions of the cell to the following U west= 1 (Uniform flow at inlet) U x=0 (change in velocity with respect to x is zero at the exit) P xx =0 (The second derivative of the pressure is zero at the exit) Neumann conditions for pressure on other sides. However the solution becomes unstable with high pressure at the exit when the code is executed. This maybe probably due to the fact that the boundary conditions are valid in the steady state but not in the initial stages of the problem. Flow over solid object in lid driven cavity I modified the code to incorporate the following changes. I modified the mesh domain by eliminating the grid cells corresponding to the obstacle. Laplacian was redefined to account for the changed grid. No slip conditions were applied at the interior walls similar to the exterior walls. Neumann pressure boundary conditions were applied at the interior walls too. LU decomposition was used to solve the equations as the matrices are non-symmetric. However, the solution became unstable and the corners of the obstacle had flow patterns in the wrong direction. This may be due to the fact that when ghost cells are used for boundary conditions on the obstacles, the corner internal cells for velocity overlap for the perpendicular boundaries. Their values are defined in different ways and hence discrepancy arises as values are over written.

10 Conclusion Hence a general solver for the energy equation in the lid driven cavity problem was set up. Various test cases for constant wall temperature and constant heat flux were tried and compared to literature. An attempt was made for internal flow in a channel and flow over solid object. References 1. T. S. Cheng and W.-H. Liu, Effect of temperature gradient orientation on the characteristics of mixed convection flow in a lid-driven square cavity, Comput. Fluids, vol. 39, no. 6, pp , Jun

Project 4: Navier-Stokes Solution to Driven Cavity and Channel Flow Conditions

Project 4: Navier-Stokes Solution to Driven Cavity and Channel Flow Conditions Project 4: Navier-Stokes Solution to Driven Cavity and Channel Flow Conditions R. S. Sellers MAE 5440, Computational Fluid Dynamics Utah State University, Department of Mechanical and Aerospace Engineering

More information

Open boundary conditions in numerical simulations of unsteady incompressible flow

Open boundary conditions in numerical simulations of unsteady incompressible flow Open boundary conditions in numerical simulations of unsteady incompressible flow M. P. Kirkpatrick S. W. Armfield Abstract In numerical simulations of unsteady incompressible flow, mass conservation can

More information

Due Tuesday, November 23 nd, 12:00 midnight

Due Tuesday, November 23 nd, 12:00 midnight Due Tuesday, November 23 nd, 12:00 midnight This challenging but very rewarding homework is considering the finite element analysis of advection-diffusion and incompressible fluid flow problems. Problem

More information

SELF-SUSTAINED OSCILLATIONS AND BIFURCATIONS OF MIXED CONVECTION IN A MULTIPLE VENTILATED ENCLOSURE

SELF-SUSTAINED OSCILLATIONS AND BIFURCATIONS OF MIXED CONVECTION IN A MULTIPLE VENTILATED ENCLOSURE Computational Thermal Sciences, 3 (1): 63 72 (2011) SELF-SUSTAINED OSCILLATIONS AND BIFURCATIONS OF MIXED CONVECTION IN A MULTIPLE VENTILATED ENCLOSURE M. Zhao, 1, M. Yang, 1 M. Lu, 1 & Y. W. Zhang 2 1

More information

NUMERICAL STUDY OF MIXED CONVECTION AND THERMAL RADIATION IN A SQUARE CAVITY WITH AN INSIDE INCLINED HEATER

NUMERICAL STUDY OF MIXED CONVECTION AND THERMAL RADIATION IN A SQUARE CAVITY WITH AN INSIDE INCLINED HEATER NUMERICAL STUDY OF MIXED CONVECTION AND THERMAL RADIATION IN A SQUARE CAVITY WITH AN INSIDE INCLINED HEATER N. HAMICI a, D. SADAOUI a a. Laboratory of Mechanic, Materials and Energy (L2ME), University

More information

A Study on Numerical Solution to the Incompressible Navier-Stokes Equation

A Study on Numerical Solution to the Incompressible Navier-Stokes Equation A Study on Numerical Solution to the Incompressible Navier-Stokes Equation Zipeng Zhao May 2014 1 Introduction 1.1 Motivation One of the most important applications of finite differences lies in the field

More information

6.2 Governing Equations for Natural Convection

6.2 Governing Equations for Natural Convection 6. Governing Equations for Natural Convection 6..1 Generalized Governing Equations The governing equations for natural convection are special cases of the generalized governing equations that were discussed

More information

10. Buoyancy-driven flow

10. Buoyancy-driven flow 10. Buoyancy-driven flow For such flows to occur, need: Gravity field Variation of density (note: not the same as variable density!) Simplest case: Viscous flow, incompressible fluid, density-variation

More information

Project #1 Internal flow with thermal convection

Project #1 Internal flow with thermal convection Project #1 Internal flow with thermal convection MAE 494/598, Fall 2017, Project 1 (20 points) Hard copy of report is due at the start of class on the due date. The rules on collaboration will be released

More information

Natural Convection in Parabolic Enclosure Heated from Below

Natural Convection in Parabolic Enclosure Heated from Below www.ccsenet.org/mas Modern Applied Science Vol. 5, No. 3; June 011 Natural Convection in Parabolic Enclosure Heated from Below Dr. Ahmed W. Mustafa (Corresponding auther) University of Tikrit, College

More information

Abstract. Introduction

Abstract. Introduction Combined forced and natural convection in a square cavity - numerical solution and scale analysis A.T. Franco/ M.M. Ganzarolli'' "DAMEC, CEFET, PR 80230-901, Curitiba, PR Brasil >>DE, FEM, UNICAMP 13081-970,

More information

CONVECTIVE HEAT TRANSFER

CONVECTIVE HEAT TRANSFER CONVECTIVE HEAT TRANSFER Mohammad Goharkhah Department of Mechanical Engineering, Sahand Unversity of Technology, Tabriz, Iran CHAPTER 3 LAMINAR BOUNDARY LAYER FLOW LAMINAR BOUNDARY LAYER FLOW Boundary

More information

Combined Natural Convection and Thermal Radiation in an Inclined Cubical Cavity with a Rectangular Pins Attached to Its Active Wall

Combined Natural Convection and Thermal Radiation in an Inclined Cubical Cavity with a Rectangular Pins Attached to Its Active Wall Periodicals of Engineering and Natural Sciences ISSN 2303-4521 Vol.5, No.3, November 2017, pp. 347~354 Available online at:http://pen.ius.edu.ba Combined Natural Convection and Thermal Radiation in an

More information

MYcsvtu Notes HEAT TRANSFER BY CONVECTION

MYcsvtu Notes HEAT TRANSFER BY CONVECTION www.mycsvtunotes.in HEAT TRANSFER BY CONVECTION CONDUCTION Mechanism of heat transfer through a solid or fluid in the absence any fluid motion. CONVECTION Mechanism of heat transfer through a fluid in

More information

A Robust Preconditioned Iterative Method for the Navier-Stokes Equations with High Reynolds Numbers

A Robust Preconditioned Iterative Method for the Navier-Stokes Equations with High Reynolds Numbers Applied and Computational Mathematics 2017; 6(4): 202-207 http://www.sciencepublishinggroup.com/j/acm doi: 10.11648/j.acm.20170604.18 ISSN: 2328-5605 (Print); ISSN: 2328-5613 (Online) A Robust Preconditioned

More information

Principles of Convection

Principles of Convection Principles of Convection Point Conduction & convection are similar both require the presence of a material medium. But convection requires the presence of fluid motion. Heat transfer through the: Solid

More information

Turbulent Natural Convection in an Enclosure with Colliding Boundary Layers

Turbulent Natural Convection in an Enclosure with Colliding Boundary Layers Turbulent Natural Convection in an Enclosure with Colliding Boundary Layers Abstract Mutuguta John Wanau 1* 1. School of Pure and Applied Sciences, Murang a University of Technology, P.O box 75-10200,

More information

Simulation and improvement of the ventilation of a welding workshop using a Finite volume scheme code

Simulation and improvement of the ventilation of a welding workshop using a Finite volume scheme code 1 st. Annual (National) Conference on Industrial Ventilation-IVC2010 Feb 24-25, 2010, Sharif University of Technology, Tehran, Iran IVC2010 Simulation and improvement of the ventilation of a welding workshop

More information

Table of Contents. Foreword... xiii. Preface... xv

Table of Contents. Foreword... xiii. Preface... xv Table of Contents Foreword.... xiii Preface... xv Chapter 1. Fundamental Equations, Dimensionless Numbers... 1 1.1. Fundamental equations... 1 1.1.1. Local equations... 1 1.1.2. Integral conservation equations...

More information

MIXED CONVECTION IN A SQUARE CAVITY WITH A HEAT-CONDUCTING HORIZONTAL SQUARE CYLINDER

MIXED CONVECTION IN A SQUARE CAVITY WITH A HEAT-CONDUCTING HORIZONTAL SQUARE CYLINDER Suranaree J. Sci. Technol. Vol. 17 No. 2; April - June 2010 139 MIXED CONVECTION IN A SQUARE CAVITY WITH A HEAT-CONDUCTING HORIZONTAL SQUARE CYLINDER Md. Mustafizur Rahman 1 *, M. A. Alim 1 and Sumon Saha

More information

Laminar Mixed Convection in the Entrance Region of Horizontal Quarter Circle Ducts

Laminar Mixed Convection in the Entrance Region of Horizontal Quarter Circle Ducts Proceedings of the 5th IASME/WSEAS Int. Conference on Heat Transfer Thermal Engineering and Environment Athens Greece August 5-7 007 49 Laminar Mixed Convection in the Entrance Region of Horizontal Quarter

More information

SIMULATION OF MIXED CONVECTIVE HEAT TRANSFER USING LATTICE BOLTZMANN METHOD

SIMULATION OF MIXED CONVECTIVE HEAT TRANSFER USING LATTICE BOLTZMANN METHOD International Journal of Automotive and Mechanical Engineering (IJAME) ISSN: 2229-8649 (Print); ISSN: 2180-1606 (Online); Volume 2, pp. 130-143, July-December 2010 Universiti Malaysia Pahang DOI: http://dx.doi.org/10.15282/ijame.2.2010.3.0011

More information

A Meshless Radial Basis Function Method for Fluid Flow with Heat Transfer

A Meshless Radial Basis Function Method for Fluid Flow with Heat Transfer Copyright c 2008 ICCES ICCES, vol.6, no.1, pp.13-18 A Meshless Radial Basis Function Method for Fluid Flow with Heat Transfer K agamani Devi 1,D.W.Pepper 2 Summary Over the past few years, efforts have

More information

NATURAL CONVECTION AND RADIATION IN CIRCULAR AND ARC CAVITY

NATURAL CONVECTION AND RADIATION IN CIRCULAR AND ARC CAVITY Proceedings of the International Conference on Mechanical Engineering 9 (ICME9) - 8 December 9, Dhaka, Bangladesh ICME9-TH- NATURAL CONVECTION AND RADIATION IN CIRCULAR AND ARC CAVITY Naheed Ferdous, Md.

More information

Towards a Numerical Benchmark for 3D Low Mach Number Mixed Flows in a Rectangular Channel Heated from Below

Towards a Numerical Benchmark for 3D Low Mach Number Mixed Flows in a Rectangular Channel Heated from Below Copyright 2008 Tech Science Press FDMP, vol.4, no.4, pp.263-269, 2008 Towards a Numerical Benchmark for 3D Low Mach Number Mixed Flows in a Rectangular Channel Heated from Below G. Accary 1, S. Meradji

More information

COMPUTATIONAL ANALYSIS OF LAMINAR FORCED CONVECTION IN RECTANGULAR ENCLOSURES OF DIFFERENT ASPECT RATIOS

COMPUTATIONAL ANALYSIS OF LAMINAR FORCED CONVECTION IN RECTANGULAR ENCLOSURES OF DIFFERENT ASPECT RATIOS HEFAT214 1 th International Conference on Heat Transfer, Fluid Mechanics and Thermodynamics 14 16 July 214 Orlando, Florida COMPUTATIONAL ANALYSIS OF LAMINAR FORCED CONVECTION IN RECTANGULAR ENCLOSURES

More information

RAYLEIGH-BÉNARD CONVECTION IN A CYLINDER WITH AN ASPECT RATIO OF 8

RAYLEIGH-BÉNARD CONVECTION IN A CYLINDER WITH AN ASPECT RATIO OF 8 HEFAT01 9 th International Conference on Heat Transfer, Fluid Mechanics and Thermodynamics 16 18 July 01 Malta RAYLEIGH-BÉNARD CONVECTION IN A CYLINDER WITH AN ASPECT RATIO OF 8 Leong S.S. School of Mechanical

More information

FREE CONVECTIVE HEAT TRANSFER FROM AN OBJECT AT LOW RAYLEIGH NUMBER

FREE CONVECTIVE HEAT TRANSFER FROM AN OBJECT AT LOW RAYLEIGH NUMBER Free Convective Heat Transfer From an Object at Low Rayleigh Number FREE CONVECTIVE HEAT TRANSFER FROM AN OBJECT AT LOW RAYLEIGH NUMBER Md. Golam Kader and Khandkar Aftab Hossain * Department of Mechanical

More information

Introduction to Heat and Mass Transfer. Week 14

Introduction to Heat and Mass Transfer. Week 14 Introduction to Heat and Mass Transfer Week 14 HW # 7 prob. 2 Hot water at 50C flows through a steel pipe (thermal conductivity 14 W/m-K) of 100 mm outside diameter and 8 mm wall thickness. During winter,

More information

FINITE ELEMENT ANALYSIS OF MIXED CONVECTION HEAT TRANSFER ENHANCEMENT OF A HEATED SQUARE HOLLOW CYLINDER IN A LID-DRIVEN RECTANGULAR ENCLOSURE

FINITE ELEMENT ANALYSIS OF MIXED CONVECTION HEAT TRANSFER ENHANCEMENT OF A HEATED SQUARE HOLLOW CYLINDER IN A LID-DRIVEN RECTANGULAR ENCLOSURE Proceedings of the International Conference on Mechanical Engineering 2011 (ICME2011) 18-20 December 2011, Dhaka, Bangladesh ICME11-TH-014 FINITE ELEMENT ANALYSIS OF MIXED CONVECTION HEAT TRANSFER ENHANCEMENT

More information

CHAPTER 7 NUMERICAL MODELLING OF A SPIRAL HEAT EXCHANGER USING CFD TECHNIQUE

CHAPTER 7 NUMERICAL MODELLING OF A SPIRAL HEAT EXCHANGER USING CFD TECHNIQUE CHAPTER 7 NUMERICAL MODELLING OF A SPIRAL HEAT EXCHANGER USING CFD TECHNIQUE In this chapter, the governing equations for the proposed numerical model with discretisation methods are presented. Spiral

More information

EFFECT OF THE INLET OPENING ON MIXED CONVECTION INSIDE A 3-D VENTILATED CAVITY

EFFECT OF THE INLET OPENING ON MIXED CONVECTION INSIDE A 3-D VENTILATED CAVITY THERMAL SCIENCE: Year 2018, Vol. 22, No. 6A, pp. 2413-2424 2413 EFFECT OF THE INLET OPENING ON MIXED CONVECTION INSIDE A 3-D VENTILATED CAVITY by Hicham DOGHMI *, Btissam ABOURIDA, Lahoucin BELARCHE, Mohamed

More information

EFFECT OF HEATED WALL POSITION ON MIXED CONVECTION IN A CHANNEL WITH AN OPEN CAVITY

EFFECT OF HEATED WALL POSITION ON MIXED CONVECTION IN A CHANNEL WITH AN OPEN CAVITY Numerical Heat Transfer, Part A, 43: 259 282, 2003 Copyright # 2003 Taylor & Francis 1040-7782/03 $12.00 +.00 DOI: 10.1080/10407780390122664 EFFECT OF HEATED WALL POSITION ON MIXED CONVECTION IN A CHANNEL

More information

UNIT II CONVECTION HEAT TRANSFER

UNIT II CONVECTION HEAT TRANSFER UNIT II CONVECTION HEAT TRANSFER Convection is the mode of heat transfer between a surface and a fluid moving over it. The energy transfer in convection is predominately due to the bulk motion of the fluid

More information

Summary of Dimensionless Numbers of Fluid Mechanics and Heat Transfer

Summary of Dimensionless Numbers of Fluid Mechanics and Heat Transfer 1. Nusselt number Summary of Dimensionless Numbers of Fluid Mechanics and Heat Transfer Average Nusselt number: convective heat transfer Nu L = conductive heat transfer = hl where L is the characteristic

More information

Entropy 2011, 13, ; doi: /e OPEN ACCESS. Entropy Generation at Natural Convection in an Inclined Rectangular Cavity

Entropy 2011, 13, ; doi: /e OPEN ACCESS. Entropy Generation at Natural Convection in an Inclined Rectangular Cavity Entropy 011, 13, 100-1033; doi:10.3390/e1305100 OPEN ACCESS entropy ISSN 1099-4300 www.mdpi.com/journal/entropy Article Entropy Generation at Natural Convection in an Inclined Rectangular Cavity Mounir

More information

Ali J. Chamkha* Ahmed Ali Shaker

Ali J. Chamkha* Ahmed Ali Shaker Progress in Computational Fluid Dynamics, Vol. 12, No. 5, 2012 309 Conduction-combined forced and natural convection in a lid-driven parallelogram-shaped enclosure divided by a solid partition Ali J. Chamkha*

More information

Two-Dimensional Unsteady Flow in a Lid Driven Cavity with Constant Density and Viscosity ME 412 Project 5

Two-Dimensional Unsteady Flow in a Lid Driven Cavity with Constant Density and Viscosity ME 412 Project 5 Two-Dimensional Unsteady Flow in a Lid Driven Cavity with Constant Density and Viscosity ME 412 Project 5 Jingwei Zhu May 14, 2014 Instructor: Surya Pratap Vanka 1 Project Description The objective of

More information

Benchmark solutions for twodimensional. transfer problems in irregular regions using multigrid method. Jingfa Li, Bo Yu and Min Wang.

Benchmark solutions for twodimensional. transfer problems in irregular regions using multigrid method. Jingfa Li, Bo Yu and Min Wang. Special Issue Article Benchmark solutions for twodimensional fluid flow and heat transfer problems in irregular regions using multigrid method Advances in Mechanical Engineering 2015, Vol. 7(11) 1 17 Ó

More information

Assessment of the Baffle Effects on the Mixed Convection in Open Cavity Nabil Jamil Yasin 1, Kadhum Audaa Jehhef 2, Asraa Mahdi Shaker 3 1,3

Assessment of the Baffle Effects on the Mixed Convection in Open Cavity Nabil Jamil Yasin 1, Kadhum Audaa Jehhef 2, Asraa Mahdi Shaker 3 1,3 International Journal of Mechanical & Mechatronics Engineering IJMME-IJENS Vol:18 No:04 1 Assessment of the Baffle Effects on the Mixed Convection in Open Cavity Nabil Jamil Yasin 1, Kadhum Audaa Jehhef

More information

Application of COMSOL Multiphysics in Transport Phenomena Educational Processes

Application of COMSOL Multiphysics in Transport Phenomena Educational Processes Application of COMSOL Multiphysics in Transport Phenomena Educational Processes M. Vasilev, P. Sharma and P. L. Mills * Department of Chemical and Natural Gas Engineering, Texas A&M University-Kingsville,

More information

c. The Grashof number is the ratio of buoyant forces to viscous forces acting on a fluid.

c. The Grashof number is the ratio of buoyant forces to viscous forces acting on a fluid. QUESTION 1. (0 pts) With respect to free convection: a. What is an extensive, quiescent fluid? (4 points) b. What are the two major physical considerations or forces for free convection? (4 points) c.

More information

Spatial discretization scheme for incompressible viscous flows

Spatial discretization scheme for incompressible viscous flows Spatial discretization scheme for incompressible viscous flows N. Kumar Supervisors: J.H.M. ten Thije Boonkkamp and B. Koren CASA-day 2015 1/29 Challenges in CFD Accuracy a primary concern with all CFD

More information

Effect of Periodic Variation of Sol-air Temperature on the Performance of Integrated Solar Collector Storage System

Effect of Periodic Variation of Sol-air Temperature on the Performance of Integrated Solar Collector Storage System Engineering, 2010, 2, 832-840 doi:10.4236/eng.2010.210106 Published Online October 2010 (http://www.scirp.org/journal/eng) Effect of Periodic Variation of Sol-air Temperature on the Performance of Integrated

More information

A Numerical Study of Mixed Convection in Square Lid-Driven with Internal Elliptic Body and Constant Flux Heat Source on the Bottom Wall

A Numerical Study of Mixed Convection in Square Lid-Driven with Internal Elliptic Body and Constant Flux Heat Source on the Bottom Wall International Journal of Engineering and Applied Sciences (IJEAS) ISSN: 394-3661, Volume-3, Issue-6, June 016 A Numerical Study of Mixed Convection in Square Lid-Driven with Internal Elliptic Body and

More information

Simulation of Free Convection with Conjugate Heat Transfer

Simulation of Free Convection with Conjugate Heat Transfer Simulation of Free Convection with Conjugate Heat Transfer Hong Xu, Chokri Guetari, Kurt Svihla ANSYS, Inc. Abstract This study focuses on free convective and conjugate heat transfer in a naturally ventilated,

More information

The behaviour of high Reynolds flows in a driven cavity

The behaviour of high Reynolds flows in a driven cavity The behaviour of high Reynolds flows in a driven cavity Charles-Henri BRUNEAU and Mazen SAAD Mathématiques Appliquées de Bordeaux, Université Bordeaux 1 CNRS UMR 5466, INRIA team MC 351 cours de la Libération,

More information

Introduction to Heat and Mass Transfer. Week 7

Introduction to Heat and Mass Transfer. Week 7 Introduction to Heat and Mass Transfer Week 7 Example Solution Technique Using either finite difference method or finite volume method, we end up with a set of simultaneous algebraic equations in terms

More information

MIXED CONVECTION HEAT TRANSFER FROM A PARTICLE IN SUPERCRITICAL WATER

MIXED CONVECTION HEAT TRANSFER FROM A PARTICLE IN SUPERCRITICAL WATER THERMAL SCIENCE, Year 2016, Vol. 20, No. 2, pp. 483-492 483 MIXED CONVECTION HEAT TRANSFER FROM A PARTICLE IN SUPERCRITICAL WATER by Liping WEI, Youjun LU*, and Jinjia WEI State Key Laboratory of Multiphase

More information

The University of the West Indies, St. Augustine, Trinidad and Tobago. The University of the West Indies, St. Augustine, Trinidad and Tobago

The University of the West Indies, St. Augustine, Trinidad and Tobago. The University of the West Indies, St. Augustine, Trinidad and Tobago Unsteady MHD Free Convection Couette Flow Through a Vertical Channel in the Presence of Thermal Radiation With Viscous and Joule Dissipation Effects Using Galerkin's Finite Element Method Victor M. Job

More information

The Effect Of MHD On Laminar Mixed Convection Of Newtonian Fluid Between Vertical Parallel Plates Channel

The Effect Of MHD On Laminar Mixed Convection Of Newtonian Fluid Between Vertical Parallel Plates Channel The Effect Of MH On Laminar Mixed Convection Of Newtonian Fluid Between Vertical Parallel Plates Channel Rasul alizadeh,alireza darvish behanbar epartment of Mechanic, Faculty of Engineering Science &

More information

DIRECT NUMERICAL SIMULATION OF SPATIALLY DEVELOPING TURBULENT BOUNDARY LAYER FOR SKIN FRICTION DRAG REDUCTION BY WALL SURFACE-HEATING OR COOLING

DIRECT NUMERICAL SIMULATION OF SPATIALLY DEVELOPING TURBULENT BOUNDARY LAYER FOR SKIN FRICTION DRAG REDUCTION BY WALL SURFACE-HEATING OR COOLING DIRECT NUMERICAL SIMULATION OF SPATIALLY DEVELOPING TURBULENT BOUNDARY LAYER FOR SKIN FRICTION DRAG REDUCTION BY WALL SURFACE-HEATING OR COOLING Yukinori Kametani Department of mechanical engineering Keio

More information

The Effect of Undulated Wall on Natural Convection Heat Transfer in Vertical Channels

The Effect of Undulated Wall on Natural Convection Heat Transfer in Vertical Channels Proceedings of the 3 rd International Conference on Fluid Flow, Heat and Mass Transfer (FFHMT 16) Ottawa, Canada May 2 3, 2016 Paper No. 123 The Effect of Undulated Wall on Natural Convection Heat Transfer

More information

CONVECTIVE HEAT TRANSFER

CONVECTIVE HEAT TRANSFER CONVECTIVE HEAT TRANSFER Mohammad Goharkhah Department of Mechanical Engineering, Sahand Unversity of Technology, Tabriz, Iran CHAPTER 5 NATURAL CONVECTION HEAT TRANSFER BASIC CONCEPTS MECHANISM OF NATURAL

More information

Fluid Dynamics: Theory, Computation, and Numerical Simulation Second Edition

Fluid Dynamics: Theory, Computation, and Numerical Simulation Second Edition Fluid Dynamics: Theory, Computation, and Numerical Simulation Second Edition C. Pozrikidis m Springer Contents Preface v 1 Introduction to Kinematics 1 1.1 Fluids and solids 1 1.2 Fluid parcels and flow

More information

The effect of Entry Region on Thermal Field

The effect of Entry Region on Thermal Field The effect of Entry Region on Thermal Field Flow Fractionation Nick Cox Supervised by Professor Bruce Finlayson University of Washington Department of Chemical Engineering June 6, 2007 Abstract Achieving

More information

Maximum Heat Transfer Density From Finned Tubes Cooled By Natural Convection

Maximum Heat Transfer Density From Finned Tubes Cooled By Natural Convection Maximum Heat Transfer Density From Finned Tubes Cooled By Natural Convection Ahmed Waheed Mustafa 1 Mays Munir Ismael 2 AL-Nahrain University College of Engineering Mechanical Engineering Department ahmedwah@eng.nahrainuniv.edu.iq

More information

Computation Fluid Dynamics Prof. Dr. Suman Chakraborty Department of Mechanical Engineering Indian Institute of Technology, Kharagpur

Computation Fluid Dynamics Prof. Dr. Suman Chakraborty Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Computation Fluid Dynamics Prof. Dr. Suman Chakraborty Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Lecture No. # 40 What is there in implementing a CFD Code So far, we

More information

Influence of Heat Transfer Process in Porous Media with Air Cavity- A CFD Analysis

Influence of Heat Transfer Process in Porous Media with Air Cavity- A CFD Analysis Proceedings of the 4 th International Conference of Fluid Flow, Heat and Mass Transfer (FFHMT'17) Toronto, Canada August 21 23, 2017 Paper No. 161 DOI: 10.11159/ffhmt17.161 Influence of Heat Transfer Process

More information

Computation of Incompressible Flows: SIMPLE and related Algorithms

Computation of Incompressible Flows: SIMPLE and related Algorithms Computation of Incompressible Flows: SIMPLE and related Algorithms Milovan Perić CoMeT Continuum Mechanics Technologies GmbH milovan@continuummechanicstechnologies.de SIMPLE-Algorithm I - - - Consider

More information

NUMERICAL STUDY OF HEAT TRANSFER IN A FLAT PLAT THERMAL SOLAR COLLECTOR WITH PARTITIONS ATTACHED TO ITS GLAZING. Adel LAARABA.

NUMERICAL STUDY OF HEAT TRANSFER IN A FLAT PLAT THERMAL SOLAR COLLECTOR WITH PARTITIONS ATTACHED TO ITS GLAZING. Adel LAARABA. NUMERICAL STUDY OF HEAT TRANSFER IN A FLAT PLAT THERMAL SOLAR COLLECTOR WITH PARTITIONS ATTACHED TO ITS GLAZING Adel LAARABA. Department of physics. University of BATNA. (05000) Batna, Algeria Ccorresponding

More information

Vertical Mantle Heat Exchangers for Solar Water Heaters

Vertical Mantle Heat Exchangers for Solar Water Heaters for Solar Water Heaters Y.C., G.L. Morrison and M. Behnia School of Mechanical and Manufacturing Engineering The University of New South Wales Sydney 2052 AUSTRALIA E-mail: yens@student.unsw.edu.au Abstract

More information

Applied CFD Project 1. Christopher Light MAE 598

Applied CFD Project 1. Christopher Light MAE 598 Applied CFD Project 1 Christopher Light MAE 598 October 5, 2017 Task 1 The hot water tank shown in Fig 1 is used for analysis of cool water flow with the heat from a hot plate at the bottom. For all tasks,

More information

Numerical Investigation of Thermal Performance in Cross Flow Around Square Array of Circular Cylinders

Numerical Investigation of Thermal Performance in Cross Flow Around Square Array of Circular Cylinders Numerical Investigation of Thermal Performance in Cross Flow Around Square Array of Circular Cylinders A. Jugal M. Panchal, B. A M Lakdawala 2 A. M. Tech student, Mechanical Engineering Department, Institute

More information

A numerical study of heat transfer and fluid flow over an in-line tube bank

A numerical study of heat transfer and fluid flow over an in-line tube bank Fluid Structure Interaction VI 295 A numerical study of heat transfer and fluid flow over an in-line tube bank Z. S. Abdel-Rehim Mechanical Engineering Department, National Research Center, Egypt Abstract

More information

An Unstructured Grid Incompressible Navier-Stokes Algorithm for Convective Heat. Transfer Based on Artificial Compressibility. Jessica Elaine Kress

An Unstructured Grid Incompressible Navier-Stokes Algorithm for Convective Heat. Transfer Based on Artificial Compressibility. Jessica Elaine Kress An Unstructured Grid Incompressible Navier-Stokes Algorithm for Convective Heat Transfer Based on Artificial Compressibility By Jessica Elaine Kress Approved: Lafayette Taylor Professor of Computational

More information

Convection. forced convection when the flow is caused by external means, such as by a fan, a pump, or atmospheric winds.

Convection. forced convection when the flow is caused by external means, such as by a fan, a pump, or atmospheric winds. Convection The convection heat transfer mode is comprised of two mechanisms. In addition to energy transfer due to random molecular motion (diffusion), energy is also transferred by the bulk, or macroscopic,

More information

Convective Heat and Mass Transfer Prof. A. W. Date Department of Mechanical Engineering Indian Institute of Technology, Bombay

Convective Heat and Mass Transfer Prof. A. W. Date Department of Mechanical Engineering Indian Institute of Technology, Bombay Convective Heat and Mass Transfer Prof. A. W. Date Department of Mechanical Engineering Indian Institute of Technology, Bombay Module No.# 01 Lecture No. # 41 Natural Convection BLs So far we have considered

More information

Validation 3. Laminar Flow Around a Circular Cylinder

Validation 3. Laminar Flow Around a Circular Cylinder Validation 3. Laminar Flow Around a Circular Cylinder 3.1 Introduction Steady and unsteady laminar flow behind a circular cylinder, representing flow around bluff bodies, has been subjected to numerous

More information

Pressure-velocity correction method Finite Volume solution of Navier-Stokes equations Exercise: Finish solving the Navier Stokes equations

Pressure-velocity correction method Finite Volume solution of Navier-Stokes equations Exercise: Finish solving the Navier Stokes equations Today's Lecture 2D grid colocated arrangement staggered arrangement Exercise: Make a Fortran program which solves a system of linear equations using an iterative method SIMPLE algorithm Pressure-velocity

More information

The Influence of the Angle of Inclination on Laminar Natural Convection in a Square Enclosure

The Influence of the Angle of Inclination on Laminar Natural Convection in a Square Enclosure The Influence of the Angle of Inclination on Laminar Natural Convection in a Square Enclosure Kumar Dookhitram 1* Roddy Lollchund 2 1. Department of Applied Mathematical Sciences, School of Innovative

More information

Computation of turbulent Prandtl number for mixed convection around a heated cylinder

Computation of turbulent Prandtl number for mixed convection around a heated cylinder Center for Turbulence Research Annual Research Briefs 2010 295 Computation of turbulent Prandtl number for mixed convection around a heated cylinder By S. Kang AND G. Iaccarino 1. Motivation and objectives

More information

4.2 Concepts of the Boundary Layer Theory

4.2 Concepts of the Boundary Layer Theory Advanced Heat by Amir Faghri, Yuwen Zhang, and John R. Howell 4.2 Concepts of the Boundary Layer Theory It is difficult to solve the complete viscous flow fluid around a body unless the geometry is very

More information

Modeling of Humidification in Comsol Multiphysics 4.4

Modeling of Humidification in Comsol Multiphysics 4.4 Modeling of Humidification in Comsol Multiphysics 4.4 Indrajit Wadgaonkar *1 and Suresh Arikapudi 1 1 Tata Motors Ltd. Pimpri, Pune, India, 411018. *Corresponding author: Indrajit Wadgaonkar, Tata Motors

More information

Convection Workshop. Academic Resource Center

Convection Workshop. Academic Resource Center Convection Workshop Academic Resource Center Presentation Outline Understanding the concepts Correlations External Convection (Chapter 7) Internal Convection (Chapter 8) Free Convection (Chapter 9) Solving

More information

Natural Convection in Vertical Channels with Porous Media and Adiabatic Extensions

Natural Convection in Vertical Channels with Porous Media and Adiabatic Extensions Natural Convection in Vertical Channels with Porous Media and Adiabatic Extensions Assunta Andreozzi 1,a, Bernardo Buonomo 2,b, Oronzio Manca 2,c and Sergio Nardini 2,d 1 DETEC, Università degli Studi

More information

NUMERICAL ANALYSIS OF MIXED CONVECTION CHARACTERISTICS INSIDE A VENTILATED CAVITY INCLUDING THE EFFECTS OF NANOPARTICLE SUSPENSIONS

NUMERICAL ANALYSIS OF MIXED CONVECTION CHARACTERISTICS INSIDE A VENTILATED CAVITY INCLUDING THE EFFECTS OF NANOPARTICLE SUSPENSIONS THERMAL SCIENCE, Year 017, Vol. 1, No. 5, pp. 05-15 05 NUMERICAL ANALYSIF MIXED CONVECTION CHARACTERISTICS INSIDE A VENTILATED CAVITY INCLUDING THE EFFECTS OF NANOPARTICLE SUSPENSIONS by Ehsan SOURTIJI

More information

CFD as a Tool for Thermal Comfort Assessment

CFD as a Tool for Thermal Comfort Assessment CFD as a Tool for Thermal Comfort Assessment Dimitrios Koubogiannis dkoubog@teiath.gr G. Tsimperoudis, E. Karvelas Department of Energy Technology Engineering Technological Educational Institute of Athens

More information

Laminar Forced Convection Heat Transfer from Two Heated Square Cylinders in a Bingham Plastic Fluid

Laminar Forced Convection Heat Transfer from Two Heated Square Cylinders in a Bingham Plastic Fluid Laminar Forced Convection Heat Transfer from Two Heated Square Cylinders in a Bingham Plastic Fluid E. Tejaswini 1*, B. Sreenivasulu 2, B. Srinivas 3 1,2,3 Gayatri Vidya Parishad College of Engineering

More information

Radiation Effects on Mixed Convection Flow and Viscous Heating in a Vertical Channel Partially Filled with a Porous Medium

Radiation Effects on Mixed Convection Flow and Viscous Heating in a Vertical Channel Partially Filled with a Porous Medium Tamkang Journal of Science and Engineering, Vol. 14, No. 2, pp. 97 106 (2011) 97 Radiation Effects on Mixed Convection Flow and Viscous Heating in a Vertical Channel Partially Filled with a Porous Medium

More information

Chapter 9: Differential Analysis

Chapter 9: Differential Analysis 9-1 Introduction 9-2 Conservation of Mass 9-3 The Stream Function 9-4 Conservation of Linear Momentum 9-5 Navier Stokes Equation 9-6 Differential Analysis Problems Recall 9-1 Introduction (1) Chap 5: Control

More information

Computation of Unsteady Flows With Moving Grids

Computation of Unsteady Flows With Moving Grids Computation of Unsteady Flows With Moving Grids Milovan Perić CoMeT Continuum Mechanics Technologies GmbH milovan@continuummechanicstechnologies.de Unsteady Flows With Moving Boundaries, I Unsteady flows

More information

Acoustic Streaming Driven Mixing

Acoustic Streaming Driven Mixing Acoustic Streaming Driven Mixing Nitesh Nama, Po-Hsun Huang, Francesco Costanzo, and Tony Jun Huang Department of Engineering Science and Mechanics The Pennsylvania State University, State College, PA,

More information

CFD STUDY OF MASS TRANSFER IN SPACER FILLED MEMBRANE MODULE

CFD STUDY OF MASS TRANSFER IN SPACER FILLED MEMBRANE MODULE GANIT J. Bangladesh Math. Soc. (ISSN 1606-3694) 31 (2011) 33-41 CFD STUDY OF MASS TRANSFER IN SPACER FILLED MEMBRANE MODULE Sharmina Hussain Department of Mathematics and Natural Science BRAC University,

More information

Oscillatory MHD Mixed Convection Boundary Layer Flow of Finite Dimension with Induced Pressure Gradient

Oscillatory MHD Mixed Convection Boundary Layer Flow of Finite Dimension with Induced Pressure Gradient Journal of Applied Fluid Mechanics, Vol. 9, No., pp. 75-75, 6. Available online at www.jafmonline.net, ISSN 75-57, EISSN 75-65. DOI:.8869/acadpub.jafm.68.5.876 Oscillatory MHD Mixed Convection Boundary

More information

Indian Journal of Engineering & Materials Sciences Yol. I, August 1994,pp

Indian Journal of Engineering & Materials Sciences Yol. I, August 1994,pp Indian Journal of Engineering & Materials Sciences Yol. I, August 1994,pp.181-188 Finite element analysis of laminar convection heat transfer and flow of the fluid bounded by V-corrugated vertical plates

More information

OPTIMAL POSITIONING OF STRIPS FOR HEAT TRANSFER REDUCTION WITHIN AN ENCLOSURE

OPTIMAL POSITIONING OF STRIPS FOR HEAT TRANSFER REDUCTION WITHIN AN ENCLOSURE Numerical Heat Transfer, Part A, 66: 17 40, 2014 Copyright Taylor & Francis Group, LLC ISSN: 1040-7782 print/1521-0634 online DOI: 10.1080/10407782.2013.869081 OPTIMAL POSITIONING OF STRIPS FOR HEAT TRANSFER

More information

ANALYSIS OF LAMINAR FORCED CONVECTION INSIDE A SQUARE VENTILATED CAVITY USING THE OPENFOAM

ANALYSIS OF LAMINAR FORCED CONVECTION INSIDE A SQUARE VENTILATED CAVITY USING THE OPENFOAM ANALYSIS OF LAMINAR FORCED CONVECTION INSIDE A SQUARE VENTILATED CAVITY USING THE OPENFOAM P. C. Mioralli a, V. L. Scalon b, E. Avallone a, and S. A. Verdério Júnior c a,c Instituto Federal de São Paulo

More information

MIXED CONVECTION OF NEWTONIAN FLUID BETWEEN VERTICAL PARALLEL PLATES CHANNEL WITH MHD EFFECT AND VARIATION IN BRINKMAN NUMBER

MIXED CONVECTION OF NEWTONIAN FLUID BETWEEN VERTICAL PARALLEL PLATES CHANNEL WITH MHD EFFECT AND VARIATION IN BRINKMAN NUMBER Bulletin of Engineering Tome VII [14] ISSN: 67 389 1. Rasul ALIZADEH,. Alireza DARVISH BAHAMBARI, 3. Komeil RAHMDEL MIXED CONVECTION OF NEWTONIAN FLUID BETWEEN VERTICAL PARALLEL PLATES CHANNEL WITH MHD

More information

Meysam ATASHAFROOZ, Seyyed Abdolreza GANDJALIKHAN NASSAB, and Amir Babak ANSARI

Meysam ATASHAFROOZ, Seyyed Abdolreza GANDJALIKHAN NASSAB, and Amir Babak ANSARI THERMAL SCIENCE: Year 014, Vol. 18, No., pp. 479-49 479 NUMERICAL INVESTIGATION OF ENTROPY GENERATION IN LAMINAR FORCED CONVECTION FLOW OVER INCLINED BACKWARD AND FORWARD FACING STEPS IN A DUCT UNDER BLEEDING

More information

Natural Convection Heat Loss from A Partly Open Cubic Enclosure Timothy N Anderson 1,a * and Stuart E Norris 2,b

Natural Convection Heat Loss from A Partly Open Cubic Enclosure Timothy N Anderson 1,a * and Stuart E Norris 2,b Natural Convection Heat Loss from A Partly Open Cubic Enclosure Timothy N Anderson 1,a * and Stuart E Norris 2,b 1 Auckland University of Technology, New Zealand 2 University of Auckland, New Zealand a

More information

Computation of turbulent natural convection with buoyancy corrected second moment closure models

Computation of turbulent natural convection with buoyancy corrected second moment closure models Computation of turbulent natural convection with buoyancy corrected second moment closure models S. Whang a, H. S. Park a,*, M. H. Kim a, K. Moriyama a a Division of Advanced Nuclear Engineering, POSTECH,

More information

INTEGRAL ANALYSIS OF LAMINAR INDIRECT FREE CONVECTION BOUNDARY LAYERS WITH WEAK BLOWING FOR SCHMIDT NO. 1

INTEGRAL ANALYSIS OF LAMINAR INDIRECT FREE CONVECTION BOUNDARY LAYERS WITH WEAK BLOWING FOR SCHMIDT NO. 1 INTEGRA ANAYSIS OF AMINAR INDIRECT FREE CONVECTION BOUNDARY AYERS WITH WEAK BOWING FOR SCHMIDT NO. Baburaj A.Puthenveettil and Jaywant H.Arakeri Department of Mechanical Engineering, Indian Institute of

More information

Chapter 9: Differential Analysis of Fluid Flow

Chapter 9: Differential Analysis of Fluid Flow of Fluid Flow Objectives 1. Understand how the differential equations of mass and momentum conservation are derived. 2. Calculate the stream function and pressure field, and plot streamlines for a known

More information

HEAT TRANSFER IN A RECTANGULAR ENCLOSURE WITH BAFFLES

HEAT TRANSFER IN A RECTANGULAR ENCLOSURE WITH BAFFLES VOL. 6, NO. 4, APRIL ISSN 89-668 6- Asian Research Publishing Network (ARPN). All rights reserved. HEAT TRANSFER IN A RECTANGULAR ENCLOSURE WITH BAFFLES M. R. Asif, M. S. Hossain and K. A. Hossain Department

More information

Mixed Convection in an Enclosure with Different Inlet and Exit Configurations

Mixed Convection in an Enclosure with Different Inlet and Exit Configurations Journal of Applied Fluid Mechanics, Vol. 1, No. 1, pp. 78-93, 2008. Available online at www.jafmonline.net, ISSN 1735-3645. Mixed Convection in an Enclosure with Different Inlet and Exit Configurations

More information

Finite Difference Solution of Unsteady Free Convection Heat and Mass Transfer Flow past a Vertical Plate

Finite Difference Solution of Unsteady Free Convection Heat and Mass Transfer Flow past a Vertical Plate Daffodil International University Institutional Repository DIU Journal of Science and Technology Volume 1, Issue 1, January 17 17-1 Finite Difference Solution of Unsteady Free Convection Heat and Mass

More information

Introduction to Heat and Mass Transfer. Week 10

Introduction to Heat and Mass Transfer. Week 10 Introduction to Heat and Mass Transfer Week 10 Concentration Boundary Layer No concentration jump condition requires species adjacent to surface to have same concentration as at the surface Owing to concentration

More information

Mechanical Engineering. Postal Correspondence Course HEAT TRANSFER. GATE, IES & PSUs

Mechanical Engineering. Postal Correspondence Course HEAT TRANSFER. GATE, IES & PSUs Heat Transfer-ME GATE, IES, PSU 1 SAMPLE STUDY MATERIAL Mechanical Engineering ME Postal Correspondence Course HEAT TRANSFER GATE, IES & PSUs Heat Transfer-ME GATE, IES, PSU 2 C O N T E N T 1. INTRODUCTION

More information

Available online at ScienceDirect. Procedia Engineering 90 (2014 )

Available online at   ScienceDirect. Procedia Engineering 90 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 9 (24 ) 55 556 th International Conference on Mechanical Engineering, ICME 23 Analysis of heat transfer and flow due to natural

More information