SIMPLE Algorithm for Two-Dimensional Channel Flow. Fluid Flow and Heat Transfer

Size: px
Start display at page:

Download "SIMPLE Algorithm for Two-Dimensional Channel Flow. Fluid Flow and Heat Transfer"

Transcription

1 SIMPLE Algorithm for Two-Dimensional Channel Flow Fluid Flow and Heat Transfer by Professor Jung-Yang San Mechanical Engineering Department National Chung Hsing University

2 Two-dimensional, transient, incompressible laminar flow neglecting body force: u v () Continuity: + = 0 x y ( ρu) ( ρu2 ) ( ρuv) P 2 2 e u u (2) Momentum: x-direction: + [ + ] = + µ ( + ) t x y x x2 y2 ( ρv) ( uv) ( v2 ) Pe y-direction: [ ] t + ρ x + ρ y = 2v 2v + µ ( + ) y x2 y2 T T T 2T 2T (3) Energy : + [ u + v ] = ( + ) t x y α x2 y2 For example: the geometry of the original problem (2-D channel) is u y x v u L y L x

3 The SIMPLE (semi-implicit method for pressure-linked equations) algorithm can only be used to solve the velocity distribution of steady flow ( 流 ). It can be arranged into a finite-difference scheme or a finite-volume scheme. In this class, a finite-difference scheme is developed for the SIMPLE algorithm. A large number of iterations involved in the calculation, thus the method is quite time-consuming. In the method, the Navier-Stokes equations for unsteady flow was used. Time progressing in calculation is treated as iteration steps.

4 As every grid point in the flow field is satisfied with the continuity equation and the momentum equations, the acquired velocity distribution is the true velocity distribution. The intermittent result during the iterations does not possess any physical meaning. The SIMPLE algorithm can also be used to solve the velocity distribution of three-dimensional flow whether the flow is laminar or turbulent.

5 Finite-Difference Approach (Staggered Grid - ) y (i+/2, j+) (i, j+/2) pt. a (i+, j+/2) (i-, j) (i-/2, j) (i, j) (i+/2, j) (i+, j) (i+3/2, j) (i, j-/2) pt. b (i+, j-/2) dy dx (i+/2, j-) Note: pressure grid ponts x x-dir. velocity (u) grid points y-dir. velocity (v) grid points

6 y (i-/2, j+) (i, j+) (i+/2, j+) (i-, j+/2) pt. c (i, j+/2) pt. d (i+, j+/2) (i-/2, j) (i, j-/2) (i, j) (i+/2, j) dx dy at point "a": vi+ /2, j+ /2 ( vi, j+ /2 + vi+, j+ /2) 2 at point "b": v i+ /2, j /2 ( vi, j /2 + vi+, j /2) 2 at point "c": u i /2, j+ /2 ( ui /2, j + ui /2, j+ ) 2 at point "d": ui+ /2, j+ /2 ( ui+ /2, j + u /2, 2 ) i+ j+ x

7 centered around point ( i+ / 2, j), the x-direction momentum equation is solved ( J.D. Anderson, JR., Computational Fluid Dynamics, McGraw Hill 995). ( ρu) ( ρu) n+ n i+ /2, j i+ /2, j ( ) ( ) ρuv ρuv p p = [ + ] 2 2 n n n n n n ui+ 3/2, j 2ui+ /2, j + ui /2, j ui+ /2, j+ 2ui+ / 2, j + ui+ /2, j + µ [ + ] 2 2 ( ) ( ) 2 n 2 n n n n n ρu i+ 3/2, j ρ u i-/2, j ( ) i+ /2, j+ ( ) i+ /2, j- i+, j i, j or ( ρu) = ( ρu) + n+ n i+ /2, j i+ /2, j A ( p p ) () n n i+, j i, j 2 n 2 n n n ( ρu ) i+ 3/2, j ( ρu ) i-/2, j ( ρuv ) i+ /2, j+ ( ρuv ) i+ /2, j- where A [ + ] 2 2 n n n n n n ui+ 3/2, j 2ui+ /2, j + ui /2, j ui+ /2, j+ 2ui+ /2, j + + µ [ ( ) ( ) u i + /2, j ]

8 similarly, centered around point ( i, j equation is solved. + / 2), the y-direction momentum ( ρv) ( ρv) n+ n i, j+ /2 i, j+ /2 ( ρv ) ( ρv ) ( ρvu ) ( ρvu ) p p = [ + ] 2 2 n n n n n n vi, j+ 3/2 2vi, j+ /2 + vi, j /2 vi+, j+ /2 2vi, j+ /2 + vi, j+ / 2 + µ [ + ] 2 2 ( ) ( ) 2 n 2 n n n n n i, j+ 3/2 i, j-/2 i+, j+ /2 i, j+ /2 i, j+ i, j n+ n n n or ( ρv) i, j+ /2 = ( ρv) i, j+ /2+ B ( pi, j+ pi, j) (2) where B ρv ( ρv ) ( ρvu) ( ρvu ) [ v 2v + v v 2v + v + µ + ( ) ( ) 2 n 2 n n n ( ) i, j+ 3/2 i, j-/2 i+, j+ /2 i, j+ /2 n n n n n n i, j+ 3/2 i, j+ /2 i, j /2 i+, j+ /2 i, j+ /2 i, j+ /2 [ ] 2 2 ]

9 p u v and (2) can be calculated to yield a new set of ( ρu ) and ( ρv ) values, * n * n * n Assume a set of initial quessed ( ), ( ρ ) and ( ρ ) values, equations () * n+ * n+ * n+ * n * * n * n ( ρu ) i+ /2, j= ( ρu ) i+ /2, j+ A [( p ) i+, j ( p ) i, j] (3) * n+ * n * * n * n ( ρv ) i, j+ /2 = ( ρv ) i, j+ /2+ B [( p ) i, j+ ( p ) i, j] ( 4) y let ; v v ; p p p A A A ; B B B ' u * u u ' v * ' * ' * ' * Subtracting eq.(3) from eq.() and eq.(4) from eq.(2), it yields ' n+ ' n ' ' n ' n ( ρu ) i+ /2, j= ( ρ u ) i+ /2, j+ A [( p) i+, j ( p) i, j] (5) ' n+ ' n ' ' n ' n ( ρv) i, j+ /2 = ( ρv) i, j+ /2 + B [( p) i, j+ ( p) i, j] (6) ' ' ' where,, are corrections ( p u v ) of pressure and velocities respectively.

10 ' ' ' n ' n Patankar A, B, ( pu ) ( pv ) 0, eq. (5) eq. (6) : ' n+ ' n ' n ( ρu ) i+ /2, j= [( p) i+, j ( p) i, j] (7) ' n+ ' n ' n ( ρv ) i, j+ /2= [( p) i, j+ ( p) i, j] (8) n+ * n+ ' n ' n ( ρu) i+ /2, j= ( ρu ) i+ /2, j [( p) i+, j ( p) i, j] (9) n+ * n+ ' n ' n ( ρv) i, j+ /2 = ( ρv ) i, j+ /2 [( p) i, j+ ( p) i, j] (0) 理 不 列 n+ * n+ ' n ' n ( ρu) i /2, j= ( ρu ) i /2, j [( p) i, j ( p) i, j] () n+ * n+ ' n ' n ( ρv) i, j /2= ( ρv ) i, j /2 [( p) i, j ( p) i, j ] (2)

11 y (i, j) 量 (i, j+) (i, j+/2) (i-, j) (i-/2, j) (i, j) (i+/2, j) (i+, j) (i, j-/2) dx dy (i, j-) ( ρu) ( ρv) Continuity equation: + = 0 x y x ( ρu) i+ /2, j ( ρu) i /2, j ( ρv) i, j+ /2 ( ρv) i, j /2 + = 0 (3)

12 eqs. (9)-(2) eq. (3), * n+ ' n ' n * n+ ' n ' n {( ρu ) i+ / 2, j [( p) i+, j ( p) i, j]} {( ρu ) i / 2, j [( p) i, j ( p) i, j]} x + * n+ ' n ' n * n+ ' n ' n {( ρv ) i, j+ /2 [( p) i, j+ ( p) i, j]} {( ρv ) i, j /2 [( p) i, j ( p ) i, j ]} = 0 理, a( p ) + b( p ) + b( p ) + c( p ) + c( p ) + d = 0 ' ' ' ' ' i, j i+, j i, j i, j+ i, j (4), a= 2[ + ] ; b= ; c= ( d = [( ρu ) ( ρu ) ] + [( ρv ) ( ρv = mass source term ) ( ) ( ) ( ) ) ] * n+ * n+ * n+ * n+ i+ /2, j i /2, j i, j+ /2 i, j /2

13 Step by Step Procedure for the SIMPLE Algorithm * n. Guessed values of ( p ) at all the "pressure" grid points. Also, * n * n arbitrarily set values of ( ρu ) and ( ρv ) at the "velocity" grid points. * n+ * n+ 2. Using equations (3) and (4), solve for ( ρ u ) a at all corresponding internal grid points. nd ( ρv ) * n+ * n+ 3. Substitute these values of ( ρu ) and ( ρv ) into equation (4), and solve for p' values at all appropriate internal grid points. 4. Calculate new " p n+ " values at all internal grid points. n+ * n [ p = ( p ) + p']

14 n+ * n+ * n+ 5. Designate the p, ( ρu ) and ( ρv ) values obtained above * n * n * n as the new values of ( p ), ( ρu ) and ( ρv ) and solve the momentum equations [eqs. (3) and (4)] again. 6. Repeat steps 2-5 until convergence ('d' values at all grid points approach zero) is achieved. 7. When all the 'normalized' mass source terms (normalized 'd' values at all grid points) less than to be convergent. -5 0, the solution is considered 8. The larger the selected value, the faster the convergence of the solution. But as the selected value exceeds a certain level, the solution of the iteration might be divergent.

15 Dimensionless groups ( 參數 ): u* u/u ; v* v/u ; x* x/l ; y* y/l ; t* t/(l / u ) ; P* P / ( ρu 2) ; y y e e Re ρu ( D )/ = ρu ( 2L )/ ; T Dimensionless Governing Equations h y y * T T T w T Substituting back into the original equations, it yields u* v* () Continuity: + = 0 x* y* (2) Momentum: u* u* u* P* 2 2 * 2 * -direction: * * e u u x + u + v = + ( + ) t* x* y* x* Re x*2 y*2 v* v* v* y-direction: + u* + v* = t* x* y* P* 2 * 2 * e 2 v v + ( + ) y* Re x*2 y*2 w

16 the geometry of the scaled problem (2-D channel) is y* x* L x / L y

17 Energy equation (Neglecting axial conduction effect): ( u ) = where T T 2T k + v α α x y y2 ρcp T y x T w L y L x

18 Define: T T T * w T T w T* T* 2 2 T* ( u* + v* ) = ( ) x* y* Re Pr y*2 where Pr ν µ / ρ = = α α heat transfer Prandtl number y* x* T* = 0 L x / L y

SIMPLE Algorithm for Two-Dimensional Flow - Fluid Flow and Heat Transfer

SIMPLE Algorithm for Two-Dimensional Flow - Fluid Flow and Heat Transfer SIMPLE Algorithm for Two-Dimensional Flow - Fluid Flow and Heat Transfer by Professor Jung-Yang San Mechanical Engineering Department National Chung Hsing University Two-dimensional, transient, incompressible

More information

Governing Equations for Turbulent Flow

Governing Equations for Turbulent Flow Governing Equations for Turbulent Flow (i) Boundary Layer on a Flat Plate ρu x Re x = = Reynolds Number µ Re Re x =5(10) 5 Re x =10 6 x =0 u/ U = 0.99 層流區域 過渡區域 紊流區域 Thickness of boundary layer The Origin

More information

Conservation of Mass. Computational Fluid Dynamics. The Equations Governing Fluid Motion

Conservation of Mass. Computational Fluid Dynamics. The Equations Governing Fluid Motion http://www.nd.edu/~gtryggva/cfd-course/ http://www.nd.edu/~gtryggva/cfd-course/ Computational Fluid Dynamics Lecture 4 January 30, 2017 The Equations Governing Fluid Motion Grétar Tryggvason Outline Derivation

More information

AE/ME 339 Computational Fluid Dynamics (CFD)

AE/ME 339 Computational Fluid Dynamics (CFD) AE/ME 339 Computatioal Fluid Dyamics (CFD 0//004 Topic0_PresCorr_ Computatioal Fluid Dyamics (AE/ME 339 Pressure Correctio Method The pressure correctio formula (6.8.4 Calculatio of p. Coservatio form

More information

Chapter 7: External Forced Convection

Chapter 7: External Forced Convection Chapter 7: External Forced Convection Yoav Peles Department of Mechanical, Aerospace and Nuclear Engineering Rensselaer Polytechnic Institute Copyright The McGraw-Hill Companies, Inc. Permission required

More information

The Effect of Suction and Injection on the Unsteady Flow Between two Parallel Plates with Variable Properties

The Effect of Suction and Injection on the Unsteady Flow Between two Parallel Plates with Variable Properties Tamkang Journal of Science and Engineering, Vol. 8, No 1, pp. 17 (005) 17 The Effect of Suction and Injection on the Unsteady Flow Between two Parallel Plates with Variable Properties Hazem Ali Attia Department

More information

AE/ME 339. K. M. Isaac. 9/22/2005 Topic 6 FluidFlowEquations_Introduction. Computational Fluid Dynamics (AE/ME 339) MAEEM Dept.

AE/ME 339. K. M. Isaac. 9/22/2005 Topic 6 FluidFlowEquations_Introduction. Computational Fluid Dynamics (AE/ME 339) MAEEM Dept. AE/ME 339 Computational Fluid Dynamics (CFD) 1...in the phrase computational fluid dynamics the word computational is simply an adjective to fluid dynamics.... -John D. Anderson 2 1 Equations of Fluid

More information

Governing Equations of Fluid Dynamics

Governing Equations of Fluid Dynamics Chapter 3 Governing Equations of Fluid Dynamics The starting point of any numerical simulation are the governing equations of the physics of the problem to be solved. In this chapter, we first present

More information

Numerical Heat and Mass Transfer

Numerical Heat and Mass Transfer Master Degree in Mechanical Engineering Numerical Heat and Mass Transfer 15-Convective Heat Transfer Fausto Arpino f.arpino@unicas.it Introduction In conduction problems the convection entered the analysis

More information

ENGR Heat Transfer II

ENGR Heat Transfer II ENGR 7901 - Heat Transfer II External Flows 1 Introduction In this chapter we will consider several fundamental flows, namely: the flat plate, the cylinder, the sphere, several other body shapes, and banks

More information

6. Laminar and turbulent boundary layers

6. Laminar and turbulent boundary layers 6. Laminar and turbulent boundary layers John Richard Thome 8 avril 2008 John Richard Thome (LTCM - SGM - EPFL) Heat transfer - Convection 8 avril 2008 1 / 34 6.1 Some introductory ideas Figure 6.1 A boundary

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

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

Effect of Hall current on the velocity and temperature distributions of Couette flow with variable properties and uniform suction and injection

Effect of Hall current on the velocity and temperature distributions of Couette flow with variable properties and uniform suction and injection Volume 28, N. 2, pp. 195 212, 29 Copyright 29 SBMAC ISSN 11-825 www.scielo.br/cam Effect of Hall current on the velocity and temperature distributions of Couette flow with variable properties and uniform

More information

Flow in Corrugated Pipes

Flow in Corrugated Pipes Flow in Corrugated Pipes CASA Day April 7, 2010 Patricio Rosen Promotor: R.M.M. Mattheij Supervisors: J.H.M. ten Thije Boonkkamp J.A.M. Dam Outline Motivation Fluid Flow equations Method of slow variations

More information

Fundamental Concepts of Convection : Flow and Thermal Considerations. Chapter Six and Appendix D Sections 6.1 through 6.8 and D.1 through D.

Fundamental Concepts of Convection : Flow and Thermal Considerations. Chapter Six and Appendix D Sections 6.1 through 6.8 and D.1 through D. Fundamental Concepts of Convection : Flow and Thermal Considerations Chapter Six and Appendix D Sections 6.1 through 6.8 and D.1 through D.3 6.1 Boundary Layers: Physical Features Velocity Boundary Layer

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

Finite volume method for CFD

Finite volume method for CFD Finite volume method for CFD Indo-German Winter Academy-2007 Ankit Khandelwal B-tech III year, Civil Engineering IIT Roorkee Course #2 (Numerical methods and simulation of engineering Problems) Mentor:

More information

AE/ME 339. Computational Fluid Dynamics (CFD) K. M. Isaac. Momentum equation. Computational Fluid Dynamics (AE/ME 339) MAEEM Dept.

AE/ME 339. Computational Fluid Dynamics (CFD) K. M. Isaac. Momentum equation. Computational Fluid Dynamics (AE/ME 339) MAEEM Dept. AE/ME 339 Computational Fluid Dynamics (CFD) 9//005 Topic7_NS_ F0 1 Momentum equation 9//005 Topic7_NS_ F0 1 Consider the moving fluid element model shown in Figure.b Basis is Newton s nd Law which says

More information

ENGR Heat Transfer II

ENGR Heat Transfer II ENGR 7901 - Heat Transfer II Convective Heat Transfer 1 Introduction In this portion of the course we will examine convection heat transfer principles. We are now interested in how to predict the value

More information

Candidates must show on each answer book the type of calculator used. Log Tables, Statistical Tables and Graph Paper are available on request.

Candidates must show on each answer book the type of calculator used. Log Tables, Statistical Tables and Graph Paper are available on request. UNIVERSITY OF EAST ANGLIA School of Mathematics Spring Semester Examination 2004 FLUID DYNAMICS Time allowed: 3 hours Attempt Question 1 and FOUR other questions. Candidates must show on each answer book

More information

FEniCS Course. Lecture 6: Incompressible Navier Stokes. Contributors Anders Logg André Massing

FEniCS Course. Lecture 6: Incompressible Navier Stokes. Contributors Anders Logg André Massing FEniCS Course Lecture 6: Incompressible Navier Stokes Contributors Anders Logg André Massing 1 / 11 The incompressible Navier Stokes equations u + u u ν u + p = f in Ω (0, T ] u = 0 in Ω (0, T ] u = g

More information

CHAPTER 4 BOUNDARY LAYER FLOW APPLICATION TO EXTERNAL FLOW

CHAPTER 4 BOUNDARY LAYER FLOW APPLICATION TO EXTERNAL FLOW CHAPTER 4 BOUNDARY LAYER FLOW APPLICATION TO EXTERNAL FLOW 4.1 Introduction Boundary layer concept (Prandtl 1904): Eliminate selected terms in the governing equations Two key questions (1) What are the

More information

RANS Equations in Curvilinear Coordinates

RANS Equations in Curvilinear Coordinates Appendix C RANS Equations in Curvilinear Coordinates To begin with, the Reynolds-averaged Navier-Stokes RANS equations are presented in the familiar vector and Cartesian tensor forms. Each term in the

More information

CONVECTIVE HEAT TRANSFER

CONVECTIVE HEAT TRANSFER CONVECTIVE HEAT TRANSFER Mohammad Goharkhah Department of Mechanical Engineering, Sahand Unversity of Technology, Tabriz, Iran CHAPTER 4 HEAT TRANSFER IN CHANNEL FLOW BASIC CONCEPTS BASIC CONCEPTS Laminar

More information

ON THE EFFECTIVENESS OF HEAT GENERATION/ABSORPTION ON HEAT TRANSFER IN A STAGNATION POINT FLOW OF A MICROPOLAR FLUID OVER A STRETCHING SURFACE

ON THE EFFECTIVENESS OF HEAT GENERATION/ABSORPTION ON HEAT TRANSFER IN A STAGNATION POINT FLOW OF A MICROPOLAR FLUID OVER A STRETCHING SURFACE 5 Kragujevac J. Sci. 3 (29) 5-9. UDC 532.5:536.24 ON THE EFFECTIVENESS OF HEAT GENERATION/ABSORPTION ON HEAT TRANSFER IN A STAGNATION POINT FLOW OF A MICROPOLAR FLUID OVER A STRETCHING SURFACE Hazem A.

More information

Unsteady MHD Couette Flow with Heat Transfer in the Presence of Uniform Suction and Injection

Unsteady MHD Couette Flow with Heat Transfer in the Presence of Uniform Suction and Injection Mechanics and Mechanical Engineering Vol. 12, No. 2 (2008) 165 176 c Technical University of Lodz Unsteady MHD Couette Flow with Heat Transfer in the Presence of Uniform Suction and Injection Hazem A.

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

Masters in Mechanical Engineering. Problems of incompressible viscous flow. 2µ dx y(y h)+ U h y 0 < y < h,

Masters in Mechanical Engineering. Problems of incompressible viscous flow. 2µ dx y(y h)+ U h y 0 < y < h, Masters in Mechanical Engineering Problems of incompressible viscous flow 1. Consider the laminar Couette flow between two infinite flat plates (lower plate (y = 0) with no velocity and top plate (y =

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

FLUID MECHANICS. Chapter 9 Flow over Immersed Bodies

FLUID MECHANICS. Chapter 9 Flow over Immersed Bodies FLUID MECHANICS Chapter 9 Flow over Immersed Bodies CHAP 9. FLOW OVER IMMERSED BODIES CONTENTS 9.1 General External Flow Characteristics 9.3 Drag 9.4 Lift 9.1 General External Flow Characteristics 9.1.1

More information

7.6 Example von Kármán s Laminar Boundary Layer Problem

7.6 Example von Kármán s Laminar Boundary Layer Problem CEE 3310 External Flows (Boundary Layers & Drag, Nov. 11, 2016 157 7.5 Review Non-Circular Pipes Laminar: f = 64/Re DH ± 40% Turbulent: f(re DH, ɛ/d H ) Moody chart for f ± 15% Bernoulli-Based Flow Metering

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

Introduction to Fluid Mechanics

Introduction to Fluid Mechanics Introduction to Fluid Mechanics Tien-Tsan Shieh April 16, 2009 What is a Fluid? The key distinction between a fluid and a solid lies in the mode of resistance to change of shape. The fluid, unlike the

More information

Criteria for locally fully developed viscous flow

Criteria for locally fully developed viscous flow 1 Criteria for locally fully developed viscous flow Ain A. Sonin, MIT October 00 Contents 1. Locally fully developed flow.. Criteria for locally fully developed flow. 3 3. Criteria for constant pressure

More information

Internal Forced Convection. Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Internal Forced Convection. Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Internal Forced Convection Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Introduction Pipe circular cross section. Duct noncircular cross section. Tubes small-diameter

More information

Chapter 6 Laminar External Flow

Chapter 6 Laminar External Flow Chapter 6 aminar Eternal Flow Contents 1 Thermal Boundary ayer 1 2 Scale analysis 2 2.1 Case 1: δ t > δ (Thermal B.. is larger than the velocity B..) 3 2.2 Case 2: δ t < δ (Thermal B.. is smaller than

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

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost Game and Media Technology Master Program - Utrecht University Dr. Nicolas Pronost Soft body physics Soft bodies In reality, objects are not purely rigid for some it is a good approximation but if you hit

More information

Chapter 6 Fundamental Concepts of Convection

Chapter 6 Fundamental Concepts of Convection Chapter 6 Fundamental Concepts of Convection 6.1 The Convection Boundary Layers Velocity boundary layer: τ surface shear stress: s = μ u local friction coeff.: C f y y=0 τ s ρu / (6.) (6.1) Thermal boundary

More information

OpenFOAM selected solver

OpenFOAM selected solver OpenFOAM selected solver Roberto Pieri - SCS Italy 16-18 June 2014 Introduction to Navier-Stokes equations and RANS Turbulence modelling Numeric discretization Navier-Stokes equations Convective term {}}{

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

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

Chapter 9 Flow over Immersed Bodies

Chapter 9 Flow over Immersed Bodies 57:00 Mechanics of Fluids and Transport Processes Chapter 9 Professor Fred Stern Fall 009 1 Chapter 9 Flow over Immersed Bodies Fluid flows are broadly categorized: 1. Internal flows such as ducts/pipes,

More information

INSTRUCTOR: PM DR MAZLAN ABDUL WAHID

INSTRUCTOR: PM DR MAZLAN ABDUL WAHID SMJ 4463: HEAT TRANSFER INSTRUCTOR: PM ABDUL WAHID http://www.fkm.utm.my/~mazlan TEXT: Introduction to Heat Transfer by Incropera, DeWitt, Bergman, Lavine 5 th Edition, John Wiley and Sons Chapter 9 Natural

More information

Validation of an adjoint method for compressible channel flow sensitivities

Validation of an adjoint method for compressible channel flow sensitivities 9 ème Congrès Français de Mécanique Marseille, -8 août 9 Validation of an method for compressible channel flow sensitivities L. MORE-GABARRO, P. CAHALIFAUD, C. AIRIAU Université de oulouse ; CNRS, INP,

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

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

Exercise 5: Exact Solutions to the Navier-Stokes Equations I

Exercise 5: Exact Solutions to the Navier-Stokes Equations I Fluid Mechanics, SG4, HT009 September 5, 009 Exercise 5: Exact Solutions to the Navier-Stokes Equations I Example : Plane Couette Flow Consider the flow of a viscous Newtonian fluid between two parallel

More information

MATHEMATICAL MODELING AND NUMERICAL SOLUTION OF 3D ATMOSPHERIC BOUNDARY LAYER

MATHEMATICAL MODELING AND NUMERICAL SOLUTION OF 3D ATMOSPHERIC BOUNDARY LAYER , Vol, Pt, Special Issue Proceedings of International Conference RDAMM 585 MATHEMATICAL MODELING AND NUMERICAL SOLUTION OF D ATMOSPHERIC BOUNDARY LAYER L. Beneš, K. Kozel Department of Technical Mathematics,

More information

Chapter 9 Flow over Immersed Bodies

Chapter 9 Flow over Immersed Bodies 57:00 Mechanics of Fluids and Transport Processes Chapter 9 Professor Fred Stern Fall 014 1 Chapter 9 Flow over Immersed Bodies Fluid flows are broadly categorized: 1. Internal flows such as ducts/pipes,

More information

The Shallow Water Equations

The Shallow Water Equations The Shallow Water Equations Clint Dawson and Christopher M. Mirabito Institute for Computational Engineering and Sciences University of Texas at Austin clint@ices.utexas.edu September 29, 2008 The Shallow

More information

Parabolic Flow in Parallel Plate Channel ME 412 Project 4

Parabolic Flow in Parallel Plate Channel ME 412 Project 4 Parabolic Flow in Parallel Plate Channel ME 412 Project 4 Jingwei Zhu April 12, 2014 Instructor: Surya Pratap Vanka 1 Project Description The objective of this project is to develop and apply a computer

More information

Chapter 5 Principles of Convection heat transfer (Text: J. P. Holman, Heat Transfer, 8 th ed., McGraw Hill, NY)

Chapter 5 Principles of Convection heat transfer (Text: J. P. Holman, Heat Transfer, 8 th ed., McGraw Hill, NY) hapter 5 Principles of onvection heat transfer (Tet: J. P. Holman, Heat Transfer, 8 th ed., McGra Hill, NY) onsider a fluid flo over a flat plate ith different temperatures (Fig 5-1) q A ha( T T ) since

More information

FORCED CONVECTION FILM CONDENSATION OF DOWNWARD-FLOWING VAPOR ON HORIZONTAL TUBE WITH WALL SUCTION EFFECT

FORCED CONVECTION FILM CONDENSATION OF DOWNWARD-FLOWING VAPOR ON HORIZONTAL TUBE WITH WALL SUCTION EFFECT Journal of Marine Science and Technology, Vol., No. 5, pp. 5-57 () 5 DOI:.69/JMST--5- FORCED CONVECTION FILM CONDENSATION OF DOWNWARD-FLOWING VAPOR ON HORIZONTAL TUBE WITH WALL SUCTION EFFECT Tong-Bou

More information

ENERGY PERFORMANCE IMPROVEMENT, FLOW BEHAVIOR AND HEAT TRANSFER INVESTIGATION IN A CIRCULAR TUBE WITH V-DOWNSTREAM DISCRETE BAFFLES

ENERGY PERFORMANCE IMPROVEMENT, FLOW BEHAVIOR AND HEAT TRANSFER INVESTIGATION IN A CIRCULAR TUBE WITH V-DOWNSTREAM DISCRETE BAFFLES Journal of Mathematics and Statistics 9 (4): 339-348, 2013 ISSN: 1549-3644 2013 doi:10.3844/jmssp.2013.339.348 Published Online 9 (4) 2013 (http://www.thescipub.com/jmss.toc) ENERGY PERFORMANCE IMPROVEMENT,

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

Aalto University School of Science and Technology CFD-group/ Department of Applied Mechanics. MEMO No CFD/MECHA DATE: March 15, 2012

Aalto University School of Science and Technology CFD-group/ Department of Applied Mechanics. MEMO No CFD/MECHA DATE: March 15, 2012 Aalto University School of Science and Technology CFD-group/ Department of Applied Mechanics MEMO No CFD/MECHA-2-212 DATE: March 15, 212 TITLE The Effect of Free-Stream Turbulence Parameters on the SST

More information

BOUNDARY LAYER ANALYSIS WITH NAVIER-STOKES EQUATION IN 2D CHANNEL FLOW

BOUNDARY LAYER ANALYSIS WITH NAVIER-STOKES EQUATION IN 2D CHANNEL FLOW Proceedings of,, BOUNDARY LAYER ANALYSIS WITH NAVIER-STOKES EQUATION IN 2D CHANNEL FLOW Yunho Jang Department of Mechanical and Industrial Engineering University of Massachusetts Amherst, MA 01002 Email:

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

Design and Modeling of Fluid Power Systems ME 597/ABE Lecture 7

Design and Modeling of Fluid Power Systems ME 597/ABE Lecture 7 Systems ME 597/ABE 591 - Lecture 7 Dr. Monika Ivantysynova MAHA Professor Fluid Power Systems MAHA Fluid Power Research Center Purdue University Content of 6th lecture The lubricating gap as a basic design

More information

A NUMERICAL ANALYSIS OF COMBUSTION PROCESS IN AN AXISYMMETRIC COMBUSTION CHAMBER

A NUMERICAL ANALYSIS OF COMBUSTION PROCESS IN AN AXISYMMETRIC COMBUSTION CHAMBER SCIENTIFIC RESEARCH AND EDUCATION IN THE AIR FORCE-AFASES 2016 A NUMERICAL ANALYSIS OF COMBUSTION PROCESS IN AN AXISYMMETRIC COMBUSTION CHAMBER Alexandru DUMITRACHE*, Florin FRUNZULICA ** *Institute of

More information

NUMERICAL SIMULATION OF ACID STRATIFICATION IN LEAD-ACID BATTERIES

NUMERICAL SIMULATION OF ACID STRATIFICATION IN LEAD-ACID BATTERIES NUMERICAL SIMULATION OF ACID STRATIFICATION IN LEAD-ACID BATTERIES Vahid Esfahanian 1, Farschad Torabi 1 Professor, School of Mechanical Engineering, University of Tehran, Corresponding author Email: evahid@ut.ac.ir

More information

Study fluid dynamics. Understanding Bernoulli s Equation.

Study fluid dynamics. Understanding Bernoulli s Equation. Chapter Objectives Study fluid dynamics. Understanding Bernoulli s Equation. Chapter Outline 1. Fluid Flow. Bernoulli s Equation 3. Viscosity and Turbulence 1. Fluid Flow An ideal fluid is a fluid that

More information

HEAT TRANSFER BY CONVECTION. Dr. Şaziye Balku 1

HEAT TRANSFER BY CONVECTION. Dr. Şaziye Balku 1 HEAT TRANSFER BY CONVECTION Dr. Şaziye Balku 1 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 the

More information

ME 305 Fluid Mechanics I. Part 8 Viscous Flow in Pipes and Ducts. Flow in Pipes and Ducts. Flow in Pipes and Ducts (cont d)

ME 305 Fluid Mechanics I. Part 8 Viscous Flow in Pipes and Ducts. Flow in Pipes and Ducts. Flow in Pipes and Ducts (cont d) ME 305 Fluid Mechanics I Flow in Pipes and Ducts Flow in closed conduits (circular pipes and non-circular ducts) are very common. Part 8 Viscous Flow in Pipes and Ducts These presentations are prepared

More information

NATURAL CONVECTION HEAT TRANSFER IN PARTIALLY OPEN ENCLOSURES CONTAINING AN INTERNAL LOCAL HEAT SOURCE

NATURAL CONVECTION HEAT TRANSFER IN PARTIALLY OPEN ENCLOSURES CONTAINING AN INTERNAL LOCAL HEAT SOURCE Brazilian Journal of Chemical Engineering ISSN 0104-6632 Printed in Brazil www.abeq.org.br/bjche Vol. 24, No. 03, pp. 375-388, July - September, 2007 NATURAL CONVECTION HEAT TRANSFER IN PARTIALLY OPEN

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

AA210A Fundamentals of Compressible Flow. Chapter 1 - Introduction to fluid flow

AA210A Fundamentals of Compressible Flow. Chapter 1 - Introduction to fluid flow AA210A Fundamentals of Compressible Flow Chapter 1 - Introduction to fluid flow 1 1.2 Conservation of mass Mass flux in the x-direction [ ρu ] = M L 3 L T = M L 2 T Momentum per unit volume Mass per unit

More information

NUMERICAL STUDY OF MELTING OF TIN WITHIN A RECTANGULAR CAVITY INCLUDING CONVECTIVE EFFECTS

NUMERICAL STUDY OF MELTING OF TIN WITHIN A RECTANGULAR CAVITY INCLUDING CONVECTIVE EFFECTS NUMERICAL STUDY OF MELTING OF TIN WITHIN A RECTANGULAR CAVITY INCLUDING CONVECTIVE EFFECTS Christiano Garcia da Silva Santim, chrisoff22@yahoo.com.br Luiz Fernando Milanez, milanez@fem.unicamp.br Universidade

More information

Chapter 7: Natural Convection

Chapter 7: Natural Convection 7-1 Introduction 7- The Grashof Number 7-3 Natural Convection over Surfaces 7-4 Natural Convection Inside Enclosures 7-5 Similarity Solution 7-6 Integral Method 7-7 Combined Natural and Forced Convection

More information

PDE Solvers for Fluid Flow

PDE Solvers for Fluid Flow PDE Solvers for Fluid Flow issues and algorithms for the Streaming Supercomputer Eran Guendelman February 5, 2002 Topics Equations for incompressible fluid flow 3 model PDEs: Hyperbolic, Elliptic, Parabolic

More information

Numerical Methods for Problems with Moving Fronts Orthogonal Collocation on Finite Elements

Numerical Methods for Problems with Moving Fronts Orthogonal Collocation on Finite Elements Electronic Text Provided with the Book Numerical Methods for Problems with Moving Fronts by Bruce A. Finlayson Ravenna Park Publishing, Inc., 635 22nd Ave. N. E., Seattle, WA 985-699 26-524-3375; ravenna@halcyon.com;www.halcyon.com/ravenna

More information

FORMULA SHEET. General formulas:

FORMULA SHEET. General formulas: FORMULA SHEET You may use this formula sheet during the Advanced Transport Phenomena course and it should contain all formulas you need during this course. Note that the weeks are numbered from 1.1 to

More information

CFD Analysis of Forced Convection Flow and Heat Transfer in Semi-Circular Cross-Sectioned Micro-Channel

CFD Analysis of Forced Convection Flow and Heat Transfer in Semi-Circular Cross-Sectioned Micro-Channel CFD Analysis of Forced Convection Flow and Heat Transfer in Semi-Circular Cross-Sectioned Micro-Channel *1 Hüseyin Kaya, 2 Kamil Arslan 1 Bartın University, Mechanical Engineering Department, Bartın, Turkey

More information

ON USING ARTIFICIAL COMPRESSIBILITY METHOD FOR SOLVING TURBULENT FLOWS

ON USING ARTIFICIAL COMPRESSIBILITY METHOD FOR SOLVING TURBULENT FLOWS Conference Applications of Mathematics 212 in honor of the 6th birthday of Michal Křížek. Institute of Mathematics AS CR, Prague 212 ON USING ARTIFICIAL COMPRESSIBILITY METHOD FOR SOLVING TURBULENT FLOWS

More information

Transport processes. 7. Semester Chemical Engineering Civil Engineering

Transport processes. 7. Semester Chemical Engineering Civil Engineering Transport processes 7. Semester Chemical Engineering Civil Engineering 1. Elementary Fluid Dynamics 2. Fluid Kinematics 3. Finite Control Volume Analysis 4. Differential Analysis of Fluid Flow 5. Viscous

More information

Candidates must show on each answer book the type of calculator used. Only calculators permitted under UEA Regulations may be used.

Candidates must show on each answer book the type of calculator used. Only calculators permitted under UEA Regulations may be used. UNIVERSITY OF EAST ANGLIA School of Mathematics May/June UG Examination 2011 2012 FLUID DYNAMICS MTH-3D41 Time allowed: 3 hours Attempt FIVE questions. Candidates must show on each answer book the type

More information

Free convection on an inclined plate with variable viscosity and thermal diffusivity

Free convection on an inclined plate with variable viscosity and thermal diffusivity Free convection on an inclined plate with variable viscosity and thermal diffusivity G. Palani 1, J.D. Kirubavathi 1, and Kwang Yong Kim 2 1 Dr. Ambedkar Govt. Arts College, Chennai, Tamil Nadu, India

More information

Application of a Non-Linear Frequency Domain Solver to the Euler and Navier-Stokes Equations

Application of a Non-Linear Frequency Domain Solver to the Euler and Navier-Stokes Equations Application of a Non-Linear Frequency Domain Solver to the Euler and Navier-Stokes Equations Matthew McMullen and Antony Jameson and Juan J. Alonso Dept. of Aeronautics & Astronautics Stanford University

More information

Relative entropies, suitable weak solutions, and weak-strong uniqueness for the compressible Navier-Stokes system

Relative entropies, suitable weak solutions, and weak-strong uniqueness for the compressible Navier-Stokes system Relative entropies, suitable weak solutions, and weak-strong uniqueness for the compressible Navier-Stokes system Institute of Mathematics, Academy of Sciences of the Czech Republic, Prague joint work

More information

PHYSICAL MECHANISM OF CONVECTION

PHYSICAL MECHANISM OF CONVECTION Tue 8:54:24 AM Slide Nr. 0 of 33 Slides PHYSICAL MECHANISM OF CONVECTION Heat transfer through a fluid is by convection in the presence of bulk fluid motion and by conduction in the absence of it. Chapter

More information

CHME 302 CHEMICAL ENGINEERING LABOATORY-I EXPERIMENT 302-V FREE AND FORCED CONVECTION

CHME 302 CHEMICAL ENGINEERING LABOATORY-I EXPERIMENT 302-V FREE AND FORCED CONVECTION CHME 302 CHEMICAL ENGINEERING LABOATORY-I EXPERIMENT 302-V FREE AND FORCED CONVECTION OBJECTIVE The objective of the experiment is to compare the heat transfer characteristics of free and forced convection.

More information

2. Getting Ready for Computational Aerodynamics: Fluid Mechanics Foundations

2. Getting Ready for Computational Aerodynamics: Fluid Mechanics Foundations . Getting Ready for Computational Aerodynamics: Fluid Mechanics Foundations We need to review the governing equations of fluid mechanics before examining the methods of computational aerodynamics in detail.

More information

Implicit Finite Difference Solution of Boundary Layer Heat Flow over a Flat Plate

Implicit Finite Difference Solution of Boundary Layer Heat Flow over a Flat Plate ISSN : 48-96, Vol. 3, Issue 6, Nov-Dec 03, 6-66 www.iera.com RESEARCH ARTICLE OPEN ACCESS Implicit Finite Difference Solution of Boundary Layer Heat Flow over a Flat Plate Satish V Desale*, V.H.Pradhan**

More information

BERNOULLI EQUATION. The motion of a fluid is usually extremely complex.

BERNOULLI EQUATION. The motion of a fluid is usually extremely complex. BERNOULLI EQUATION The motion of a fluid is usually extremely complex. The study of a fluid at rest, or in relative equilibrium, was simplified by the absence of shear stress, but when a fluid flows over

More information

Pressure Losses for Fluid Flow Through Abrupt Area. Contraction in Compact Heat Exchangers

Pressure Losses for Fluid Flow Through Abrupt Area. Contraction in Compact Heat Exchangers Pressure Losses for Fluid Flow Through Abrupt Area Contraction in Compact Heat Exchangers Undergraduate Research Spring 004 By Bryan J. Johnson Under Direction of Rehnberg Professor of Ch.E. Bruce A. Finlayson

More information

Application of He s homotopy perturbation method to boundary layer flow and convection heat transfer over a flat plate

Application of He s homotopy perturbation method to boundary layer flow and convection heat transfer over a flat plate Physics Letters A 37 007) 33 38 www.elsevier.com/locate/pla Application of He s homotopy perturbation method to boundary layer flow and convection heat transfer over a flat plate M. Esmaeilpour, D.D. Ganji

More information

ME 305 Fluid Mechanics I. Chapter 8 Viscous Flow in Pipes and Ducts

ME 305 Fluid Mechanics I. Chapter 8 Viscous Flow in Pipes and Ducts ME 305 Fluid Mechanics I Chapter 8 Viscous Flow in Pipes and Ducts These presentations are prepared by Dr. Cüneyt Sert Department of Mechanical Engineering Middle East Technical University Ankara, Turkey

More information

Soft Bodies. Good approximation for hard ones. approximation breaks when objects break, or deform. Generalization: soft (deformable) bodies

Soft Bodies. Good approximation for hard ones. approximation breaks when objects break, or deform. Generalization: soft (deformable) bodies Soft-Body Physics Soft Bodies Realistic objects are not purely rigid. Good approximation for hard ones. approximation breaks when objects break, or deform. Generalization: soft (deformable) bodies Deformed

More information

Effects of Viscous Dissipation on Unsteady Free Convection in a Fluid past a Vertical Plate Immersed in a Porous Medium

Effects of Viscous Dissipation on Unsteady Free Convection in a Fluid past a Vertical Plate Immersed in a Porous Medium Transport in Porous Media (2006) 64: 1 14 Springer 2006 DOI 10.1007/s11242-005-1126-6 Effects of Viscous Dissipation on Unsteady Free Convection in a Fluid past a Vertical Plate Immersed in 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

Problem 4.3. Problem 4.4

Problem 4.3. Problem 4.4 Problem 4.3 Problem 4.4 Problem 4.5 Problem 4.6 Problem 4.7 This is forced convection flow over a streamlined body. Viscous (velocity) boundary layer approximations can be made if the Reynolds number Re

More information

Introduction to Aerospace Engineering

Introduction to Aerospace Engineering Introduction to Aerospace Engineering Lecture slides Challenge the future 3-0-0 Introduction to Aerospace Engineering Aerodynamics 5 & 6 Prof. H. Bijl ir. N. Timmer Delft University of Technology 5. Compressibility

More information

Numerical methods for the Navier- Stokes equations

Numerical methods for the Navier- Stokes equations Numerical methods for the Navier- Stokes equations Hans Petter Langtangen 1,2 1 Center for Biomedical Computing, Simula Research Laboratory 2 Department of Informatics, University of Oslo Dec 6, 2012 Note:

More information

Fluid Mechanics. Jim Emery 9/3/ Bernoulli s Law 2. 2 Torricelli s Law 3. 3 Time to Empty a Tank 3. 4 Viscosity 4. 5 The Acceleration 5

Fluid Mechanics. Jim Emery 9/3/ Bernoulli s Law 2. 2 Torricelli s Law 3. 3 Time to Empty a Tank 3. 4 Viscosity 4. 5 The Acceleration 5 Fluid Mechanics Jim Emery 9/3/2010 Contents 1 Bernoulli s Law 2 2 Torricelli s Law 3 3 Time to Empty a Tank 3 4 Viscosity 4 5 The Acceleration 5 6 The Equation of Motion Due to Cauchy 7 7 The Deformation

More information

INTRODUCTION OBJECTIVES

INTRODUCTION OBJECTIVES INTRODUCTION The transport of particles in laminar and turbulent flows has numerous applications in engineering, biological and environmental systems. The deposition of aerosol particles in channels and

More information

Understanding Transport Phenomena Concepts in Chemical Engineering with COMSOL Multiphysics

Understanding Transport Phenomena Concepts in Chemical Engineering with COMSOL Multiphysics Understanding Transport Phenomena Concepts in Chemical Engineering with COMSOL Multiphysics Erick S. Vasquez, Ph.D. Department of Chemical and Materials Engineering, University of Dayton, Dayton, OH, USA

More information

OE4625 Dredge Pumps and Slurry Transport. Vaclav Matousek October 13, 2004

OE4625 Dredge Pumps and Slurry Transport. Vaclav Matousek October 13, 2004 OE465 Vaclav Matousek October 13, 004 1 Dredge Vermelding Pumps onderdeel and Slurry organisatie Transport OE465 Vaclav Matousek October 13, 004 Dredge Vermelding Pumps onderdeel and Slurry organisatie

More information

ANALYSIS OF HEAT AND MASS TRANSFER OF THE DIFFERENT MOIST OBJECT GEOMETRIES WITH AIR SLOT JET IMPINGING FOR FORCED CONVECTION DRYING Doğan Engin ALNAK a, Koray KARABULUT b* a Cumhuriyet University, Technology

More information