ME 608 Numerical Methods in Heat, Mass, and Momentum Transfer

Size: px
Start display at page:

Download "ME 608 Numerical Methods in Heat, Mass, and Momentum Transfer"

Transcription

1 ME 608 Numerical Methods in Heat, Mass, and Momentum Transfer Solution to Final Examination Date: May 4, :00 3:00 PM Instructor: J. Murthy Open Book, Open Notes Total: 100 points Use the finite volume method in all problems. 1. Consider steady convection and diffusion of a scalar φ in a square domain, as shown in Fig.??. The governing equation is given by: (ρvφ) = (Γ φ) + (1 φ) The left and bottom boundaries are at φ = 0 and φ = 1 respectively, while the other two boundaries are outflow boundaries. The flow field is given by V = i + j. The density ρ = 1 and Γ = 1.0. The side of the square is given by L = 2. (a) Derive the discrete algebraic equations for φ for the four cell centroids shown at the finest mesh level in Fig.??. Use a first-order upwind difference scheme for the convective operator. (b) Now derive the discrete algebraic equations for the corrections for the coarse levels 1 and 2 in Fig.?? using the algebraic multigrid procedure developed in class. (c) Assuming an initial guess at the finest level of φ = 0.5, execute one V cycle with ν 1 = 0 and ν 2 = 1. Show your answers at each level clearly. All units may be assumed to be consistent, so that no unit conversion is required. 1

2 =0 Outflow 4 3 y 1 2 V = i + j x =1 Outflow L=2 Level Level 1 Level 2 Figure 1: Computational Domain for Problem 1 2

3 (a) Discrete Equations at Level 0 Cell 1 Cell 2 Cell 3 Γ y x (φ 2 φ 1 ) + (ρu y) e φ 1 + 2Γ y ( ) φ1 φ le ft (ρu y)w φ le ft x Γ x y (φ 4 φ 1 ) + (ρv x) n φ 1 + 2Γ x y (φ 1 φ bot ) (ρv x) s φ bot = (1 φ 1 ) x y (ρu y) e φ 2 + Γ y x (φ 2 φ 1 ) (ρu y) w φ 1 Γ x y (φ 3 φ 2 )+ (ρv x) n φ 2 + 2Γ x y (φ 2 φ bot ) (ρv x) s φ bot = (1 φ 2 ) x y Cell 4 (ρu y) e φ 3 + Γ y x (φ 3 φ 4 ) (ρu y) w φ 4 + Γ x y (φ 3 φ 2 ) (ρv x) s φ 2 + (ρv x) n φ 3 = (1 φ 3 ) x y (ρu y) e φ 4 Γ y x (φ 3 φ 4 ) + (ρv x) n φ 4 + 2Γ y ( ) φ4 φ le ft (ρu y)w φ le ft + x Γ x y (φ 4 φ 1 ) (ρv x) s φ 1 = (1 φ 4 ) x y Substituting values, we obtain: (b) Discrete Equations at Level 1 9φ 1 = φ 2 + φ φ 2 = 2φ 1 + φ φ 3 = 2φ 4 + 2φ φ 4 = φ 3 + 2φ (c) Discrete Equations at Level 2 13x 1 1 = 2x r 1 1 9x 1 1 = 4x b 1 2 (d) V-cycle Computation Evaluating residuals at level 0 with φ = 0.5 we obtain 16x 2 1 = b 2 1 r 0 1 = 0.5 r 0 2 = 2.0 r 0 3 = 0.5 r 0 4 = 1.0 3

4 Restricting residuals to level 1, we obtain r 1 1 = r r0 4 = 0.5 r 1 2 = r r0 3 = 2.5 Restricting residuals to level 2, we obtain r 2 1 = r r 1 2 = 2.0 The final equation set is: Level 0 9φ 1 = φ 2 + φ φ 2 = 2φ 1 + φ φ 3 = 2φ 4 + 2φ φ 4 = φ 3 + 2φ Level 1 13x 1 1 = 2x x 1 1 = 4x Level 2 16x 2 1 = 2 Performing ν 2 = 1 relaxation sweeps at level 2 we obtain x 2 1 = Prolongating errors to level 1, and using a zero initial guess for level 1 error, we obtain x 1 1 = x 1 2 = Performing ν 2 = 1 relaxation sweeps at level 1, we obtain x 1 1 = x 1 2 = = ( ) = Prolongating errors to level 0, and assuming an intial guess of φ = 0.5, we obtain x 0 1 = x 0 2 = x 0 3 = x 0 4 =

5 Performing ν 2 = 1 relaxation sweeps at level 0, we obtain φ 1 = φ 2 = φ 3 = φ 4 = = = = =

6 u=1, v=2 u=2, v=1 2. Consider Darcy flow through a porous medium in the square domain of side L = 2 shown in Fig.??. The equations governing the motion are given by: (ρv) = 0 p µv = 0 Here, the density ρ = 1.0, viscosity µ = 1.0 and the permeability = The left and bottom boundaries of the domain have a velocity vector specified as V = i + 2j. The top and right boundaries have a velocity vector specified as V = 2i + j. Use a staggered pressure-velocity scheme and the SIMPLE algorithm to solve this problem. (a) Develop the discrete u and v momentum equations for the appropriate faces. (b) Develop the discrete p equations for the appropriate cells. (c) Execute one iteration of the SIMPLE algorithm and report cell pressures and face velocities. (d) Do you need to iterate? Why or why not? (e) If we were to solve the Darcy-Brinkman equation for porous media, given by: (ρv) = 0 p µv + (µ V) = 0 would you have to iterate if you used the SIMPLE algorithm? Why or why not? u=2, v=1 f6 f5 f7 d 4 c b 3 f4 L=2 y f8 a 1 2 f1 f2 x u=1, v=2 f3 Figure 2: Computational Domain for Problem 2 All units may be assumed to be consistent, so that no unit conversion is required. 6

7 (a) U-momentum Equation Cell a: 0 = p x µu 0 = (p 2 p 1 ) y µu a x y a Pa u a = (p 1 p 2 ) a Pa = µ x d a = 1 a Pa u ( a = d a p 1 p ) 2 Cell c: 0 = p x µu 0 = (p 3 p 4 ) y µu c x y a Pc u a = (p 4 p 3 ) a Pc = µ x d c = 1 a Pc u ( c = d c p 4 p ) 3 V-momentum Equation Cell b: 0 = p y µv 0 = (p 3 p 2 ) x µv b x y a Pb v b = (p 2 p 3 ) a Pb = µ y d b = 1 a Pb v ( b = d b p 2 p ) 3 Cell d: 7

8 0 = p y µv 0 = (p 4 p 1 ) x µv d x y a Pd v d = (p 1 p 4 ) a Pd = µ y 1 d d = a Pd v ( d = d d p 1 p ) 4 (b) Continuity Equation Cell 1: We have all-velocity boundary conditions. Therefore we have one cell too many for continuity and the pressure level is arbitrary. Set p 1 = 0 to fix the level of pressure. Cell 2: Cell 3: Cell 4: F f 3 Fa ( ρ yd a p 1 p ) 2 +F b + ρ xd b ( p 2 p 3) Ff 2 (ρ yd a + ρ xd b ) p 2 = ρ yd a p 1 + ρ xd b p 3 + ( F a F b + F f 2 F f 3 ) (ρ yd c + ρ xd b ) p 3 = ρ yd c p 4 + ρ xd b p 2 + ( F c + F b F f 4 F f 5 ) (ρ yd c + ρ xd d ) p 4 = ρ yd c p 3 + ρ xd b p 1 + ( F d F c + F f 7 F f 6 ) (c) SIMPLE Iteration U-momentum Solution: With p = 0 everywhere, we obtain u a = u c = 0. V-momentum Solution: With p = 0 everywhere, we obtain v b = v d = 0. P Solution: All values of a P for x = y are a P = µ x = 100. Thus all d values are Substituting numerical values, we 8

9 obtain: F a = 0 F b = 0 F c = 0 F d = 0 F f 1 = 2 F f 2 = 2 F f 3 = 2 F f 4 = 2 F f 5 = 1 F f 6 = 1 F f 7 = 1 F f 8 = 2 and p 2 = 10 2 p 3 + (Fa Fb ) p 3 = 10 2 p p 2 + (Fc + Fb 3) p 4 = 10 2 p 3 + (Fd F c ) Exploiting symmetry, we set p 2 = p 4. Solving for the pressure correction, we obtain: Correcting velocities and pressures we obtain: and p 1 = 0 p 2 = 150 p 3 = 300 p 4 = 150 u a = 1.5 u c = 1.5 v b = 1.5 v d = 1.5 p 1 = 0 p 2 = 150 p 3 = 300 p 4 = 150 It is easy to see that the solution is correct simply from the symmetries in the problem. The velocities are clearly continuity-satisfying. The momentum equations are also seen to be satisfied identically. (d) We do not need to iterate, as seen above. The problem is linear, so no iteration is required because of nonlinearities. The approximations in the SIMPLE algorithm (i.e., assuming nb a nb u nb = 0 and nb a nb v nb = 0 ) are 9

10 not necessary here because we have neither convection nor diffusion terms. Furthermore, even though this is 2D problem, and we are solving u and v sequentially, the two equations are not coupled, as they usually would be through the convective terms. Therefore there is no price to pay for a sequential solution. Thus we expect to obtain the answer in one iteration. (e) The Darcy-Brinkman equation has a diffusion term. This would necessitate making the SIMPLE approximations nb a nb u nb = 0 and nb a nb v nb = 0. Therefore iteration would be required. 10

ME 608 Numerical Methods in Heat, Mass, and Momentum Transfer. q 0 = εσ ( T 4 T 4) Figure 1: Computational Domain for Problem 1.

ME 608 Numerical Methods in Heat, Mass, and Momentum Transfer. q 0 = εσ ( T 4 T 4) Figure 1: Computational Domain for Problem 1. ME 68 Numerical Methods in Heat, Mass, and Momentum Transfer Mid-Term Examination Solution Date: March 1, 21 6: 8: PM Instructor: J. Murthy Open Book, Open Notes Total: 1 points 1. Consider steady 1D conduction

More information

Draft Notes ME 608 Numerical Methods in Heat, Mass, and Momentum Transfer

Draft Notes ME 608 Numerical Methods in Heat, Mass, and Momentum Transfer Draft Notes ME 608 Numerical Methods in Heat, Mass, and Momentum Transfer Instructor: Jayathi Y. Murthy School of Mechanical Engineering Purdue University Spring 00 c 1998 J.Y. Murthy and S.R. Mathur.

More information

5. FVM discretization and Solution Procedure

5. FVM discretization and Solution Procedure 5. FVM discretization and Solution Procedure 1. The fluid domain is divided into a finite number of control volumes (cells of a computational grid). 2. Integral form of the conservation equations are discretized

More information

PRESSURE BOUNDARY CONDITIONS IN MULTI-ZONE AND CFD PROGRAM COUPLING

PRESSURE BOUNDARY CONDITIONS IN MULTI-ZONE AND CFD PROGRAM COUPLING PRESSURE BOUNDARY CONDITIONS IN MULTI-ZONE AND CFD PROGRAM COUPLING Zhiqiang (John) Zhai, Ph.D. Department of Civil, Environmental & Architectural Engineering, University of Colorado 48 UCB, Engineering

More information

Computational Linear Algebra

Computational Linear Algebra Computational Linear Algebra PD Dr. rer. nat. habil. Ralf-Peter Mundani Computation in Engineering / BGU Scientific Computing in Computer Science / INF Winter Term 2018/19 Part 4: Iterative Methods PD

More information

Transient, Source Terms and Relaxation

Transient, Source Terms and Relaxation F. Moukalled L. Mangani M. Darwish An Advanced Introduction with OpenFOAM and Matlab This textbook explores both the theoretical foundation of the Finite Volume Method (FVM) and its applications in Computational

More information

AMS526: Numerical Analysis I (Numerical Linear Algebra)

AMS526: Numerical Analysis I (Numerical Linear Algebra) AMS526: Numerical Analysis I (Numerical Linear Algebra) Lecture 24: Preconditioning and Multigrid Solver Xiangmin Jiao SUNY Stony Brook Xiangmin Jiao Numerical Analysis I 1 / 5 Preconditioning Motivation:

More information

A Gentle Introduction to Gradient Boosting. Cheng Li College of Computer and Information Science Northeastern University

A Gentle Introduction to Gradient Boosting. Cheng Li College of Computer and Information Science Northeastern University A Gentle Introduction to Gradient Boosting Cheng Li chengli@ccs.neu.edu College of Computer and Information Science Northeastern University Gradient Boosting a powerful machine learning algorithm it can

More information

Kasetsart University Workshop. Multigrid methods: An introduction

Kasetsart University Workshop. Multigrid methods: An introduction Kasetsart University Workshop Multigrid methods: An introduction Dr. Anand Pardhanani Mathematics Department Earlham College Richmond, Indiana USA pardhan@earlham.edu A copy of these slides is available

More information

MATLAB Solution of Flow and Heat Transfer through a Porous Cooling Channel and the Conjugate Heat Transfer in the Surrounding Wall

MATLAB Solution of Flow and Heat Transfer through a Porous Cooling Channel and the Conjugate Heat Transfer in the Surrounding Wall MATLAB Solution of Flow and Heat Transfer through a Porous Cooling Channel and the Conjugate Heat Transfer in the Surrounding Wall James Cherry, Mehmet Sözen Grand Valley State University, cherryj1@gmail.com,

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

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

CFD Analysis of Mixing in Polymerization Reactor. By Haresh Patel Supervisors: Dr. R. Dhib & Dr. F. Ein-Mozaffari IPR 2007

CFD Analysis of Mixing in Polymerization Reactor. By Haresh Patel Supervisors: Dr. R. Dhib & Dr. F. Ein-Mozaffari IPR 2007 CFD Analysis of Mixing in Polymerization Reactor By Haresh Patel Supervisors: Dr. R. Dhib & Dr. F. Ein-Mozaffari Introduction Model development Simulation Outline Model Setup for Fluent Results and discussion

More information

Multigrid absolute value preconditioning

Multigrid absolute value preconditioning Multigrid absolute value preconditioning Eugene Vecharynski 1 Andrew Knyazev 2 (speaker) 1 Department of Computer Science and Engineering University of Minnesota 2 Department of Mathematical and Statistical

More information

ENTROPY GENERATION IN HEAT AND MASS TRANSFER IN POROUS CAVITY SUBJECTED TO A MAGNETIC FIELD

ENTROPY GENERATION IN HEAT AND MASS TRANSFER IN POROUS CAVITY SUBJECTED TO A MAGNETIC FIELD HEFAT 9 th International Conference on Heat Transfer, Fluid Mechanics and Thermodynamics 6 8 July Malta ENTROPY GENERATION IN HEAT AND MASS TRANSFER IN POROUS CAVITY SUBJECTED TO A MAGNETIC FIELD Nawaf

More information

AN UNCERTAINTY ESTIMATION EXAMPLE FOR BACKWARD FACING STEP CFD SIMULATION. Abstract

AN UNCERTAINTY ESTIMATION EXAMPLE FOR BACKWARD FACING STEP CFD SIMULATION. Abstract nd Workshop on CFD Uncertainty Analysis - Lisbon, 19th and 0th October 006 AN UNCERTAINTY ESTIMATION EXAMPLE FOR BACKWARD FACING STEP CFD SIMULATION Alfredo Iranzo 1, Jesús Valle, Ignacio Trejo 3, Jerónimo

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

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

Flow and Transport. c(s, t)s ds,

Flow and Transport. c(s, t)s ds, Flow and Transport 1. The Transport Equation We shall describe the transport of a dissolved chemical by water that is traveling with uniform velocity ν through a long thin tube G with uniform cross section

More information

Elliptic Problems / Multigrid. PHY 604: Computational Methods for Physics and Astrophysics II

Elliptic Problems / Multigrid. PHY 604: Computational Methods for Physics and Astrophysics II Elliptic Problems / Multigrid Summary of Hyperbolic PDEs We looked at a simple linear and a nonlinear scalar hyperbolic PDE There is a speed associated with the change of the solution Explicit methods

More information

Calculating equation coefficients

Calculating equation coefficients Fluid flow Calculating equation coefficients Construction Conservation Equation Surface Conservation Equation Fluid Conservation Equation needs flow estimation needs radiation and convection estimation

More information

Basic Aspects of Discretization

Basic Aspects of Discretization Basic Aspects of Discretization Solution Methods Singularity Methods Panel method and VLM Simple, very powerful, can be used on PC Nonlinear flow effects were excluded Direct numerical Methods (Field Methods)

More information

MHD and Thermal Dispersion-Radiation Effects on Non-Newtonian Fluid Saturated Non-Darcy Mixed Convective Flow with Melting Effect

MHD and Thermal Dispersion-Radiation Effects on Non-Newtonian Fluid Saturated Non-Darcy Mixed Convective Flow with Melting Effect ISSN 975-333 Mapana J Sci,, 3(22), 25-232 https://doi.org/.2725/mjs.22.4 MHD and Thermal Dispersion-Radiation Effects on Non-Newtonian Fluid Saturated Non-Darcy Mixed Convective Flow with Melting Effect

More information

Some notes about PDEs. -Bill Green Nov. 2015

Some notes about PDEs. -Bill Green Nov. 2015 Some notes about PDEs -Bill Green Nov. 2015 Partial differential equations (PDEs) are all BVPs, with the same issues about specifying boundary conditions etc. Because they are multi-dimensional, they can

More information

Number of pages in the question paper : 06 Number of questions in the question paper : 48 Modeling Transport Phenomena of Micro-particles Note: Follow the notations used in the lectures. Symbols have their

More information

Ph.D. Qualifying Exam in Fluid Mechanics

Ph.D. Qualifying Exam in Fluid Mechanics Student ID Department of Mechanical Engineering Michigan State University East Lansing, Michigan Ph.D. Qualifying Exam in Fluid Mechanics Closed book and Notes, Some basic equations are provided on an

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

Local Time Step for a Finite Volume Scheme I.Faille F.Nataf*, F.Willien, S.Wolf**

Local Time Step for a Finite Volume Scheme I.Faille F.Nataf*, F.Willien, S.Wolf** Controlled CO 2 Diversified fuels Fuel-efficient vehicles Clean refining Extended reserves Local Time Step for a Finite Volume Scheme I.Faille F.Nataf*, F.Willien, S.Wolf** *: Laboratoire J.L.Lions **:Université

More information

Space-time Discontinuous Galerkin Methods for Compressible Flows

Space-time Discontinuous Galerkin Methods for Compressible Flows Space-time Discontinuous Galerkin Methods for Compressible Flows Jaap van der Vegt Numerical Analysis and Computational Mechanics Group Department of Applied Mathematics University of Twente Joint Work

More information

Diffusion of Gases in Porous Environments, Taking into Account the Convective Component

Diffusion of Gases in Porous Environments, Taking into Account the Convective Component TRANSPORTATION AND STORAGE OF OIL AND GAS Diffusion of Gases in Porous Environments, Taking into Account the Convective Component Y.D. Pyanylo Doctor of technical sciences P.G. Vavrychuk UDCK 519.6:539.3

More information

Number of pages in the question paper : 05 Number of questions in the question paper : 48 Modeling Transport Phenomena of Micro-particles Note: Follow the notations used in the lectures. Symbols have their

More information

Formulae that you may or may not find useful. E v = V. dy dx = v u. y cp y = I xc/a y. Volume of an entire sphere = 4πr3 = πd3

Formulae that you may or may not find useful. E v = V. dy dx = v u. y cp y = I xc/a y. Volume of an entire sphere = 4πr3 = πd3 CE30 Test 1 Solution Key Date: 26 Sept. 2017 COVER PAGE Write your name on each sheet of paper that you hand in. Read all questions very carefully. If the problem statement is not clear, you should ask

More information

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

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

More information

I. Borsi. EMS SCHOOL ON INDUSTRIAL MATHEMATICS Bedlewo, October 11 18, 2010

I. Borsi. EMS SCHOOL ON INDUSTRIAL MATHEMATICS Bedlewo, October 11 18, 2010 : an : an (Joint work with A. Fasano) Dipartimento di Matematica U. Dini, Università di Firenze (Italy) borsi@math.unifi.it http://web.math.unifi.it/users/borsi porous EMS SCHOOL ON INDUSTRIAL MATHEMATICS

More information

NONLINEAR FINITE ELEMENT METHOD IN MAGNETISM

NONLINEAR FINITE ELEMENT METHOD IN MAGNETISM POLLACK PERIODICA An International Journal for Engineering and Information Sciences DOI: 10.1556/Pollack.4.2009.2.2 Vol. 4, No. 2, pp. 13 24 (2009) www.akademiai.com NONLINEAR FINITE ELEMENT METHOD IN

More information

Aspects of Multigrid

Aspects of Multigrid Aspects of Multigrid Kees Oosterlee 1,2 1 Delft University of Technology, Delft. 2 CWI, Center for Mathematics and Computer Science, Amsterdam, SIAM Chapter Workshop Day, May 30th 2018 C.W.Oosterlee (CWI)

More information

Robust solution of Poisson-like problems with aggregation-based AMG

Robust solution of Poisson-like problems with aggregation-based AMG Robust solution of Poisson-like problems with aggregation-based AMG Yvan Notay Université Libre de Bruxelles Service de Métrologie Nucléaire Paris, January 26, 215 Supported by the Belgian FNRS http://homepages.ulb.ac.be/

More information

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS 1 / 43 AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS Treatment of Boundary Conditions These slides are partially based on the recommended textbook: Culbert

More information

A high order adaptive finite element method for solving nonlinear hyperbolic conservation laws

A high order adaptive finite element method for solving nonlinear hyperbolic conservation laws A high order adaptive finite element method for solving nonlinear hyperbolic conservation laws Zhengfu Xu, Jinchao Xu and Chi-Wang Shu 0th April 010 Abstract In this note, we apply the h-adaptive streamline

More information

A Methodology for Microchannel Heat Sink Design Based on Topology Optimization

A Methodology for Microchannel Heat Sink Design Based on Topology Optimization 2 nd International Conference on Engineering Optimization September 6-9, 2010, Lisbon, Portugal A Methodology for Microchannel Heat Sink Design Based on opology Optimization Cícero R. de Lima 1, Adriano

More information

Efficient numerical solution of the Biot poroelasticity system in multilayered domains

Efficient numerical solution of the Biot poroelasticity system in multilayered domains Efficient numerical solution of the Biot poroelasticity system Anna Naumovich Oleg Iliev Francisco Gaspar Fraunhofer Institute for Industrial Mathematics Kaiserslautern, Germany, Spain Workshop on Model

More information

The Finite Volume Mesh

The Finite Volume Mesh FMIA F Moukalled L Mangani M Darwish An Advanced Introduction with OpenFOAM and Matlab This textbook explores both the theoretical foundation of the Finite Volume Method (FVM) and its applications in Computational

More information

A finite-volume algorithm for all speed flows

A finite-volume algorithm for all speed flows A finite-volume algorithm for all speed flows F. Moukalled and M. Darwish American University of Beirut, Faculty of Engineering & Architecture, Mechanical Engineering Department, P.O.Box 11-0236, Beirut,

More information

A MULTIGRID ALGORITHM FOR. Richard E. Ewing and Jian Shen. Institute for Scientic Computation. Texas A&M University. College Station, Texas SUMMARY

A MULTIGRID ALGORITHM FOR. Richard E. Ewing and Jian Shen. Institute for Scientic Computation. Texas A&M University. College Station, Texas SUMMARY A MULTIGRID ALGORITHM FOR THE CELL-CENTERED FINITE DIFFERENCE SCHEME Richard E. Ewing and Jian Shen Institute for Scientic Computation Texas A&M University College Station, Texas SUMMARY In this article,

More information

Handling Nonlinearity by the Polarization Method and the Newton-Raphson Technique

Handling Nonlinearity by the Polarization Method and the Newton-Raphson Technique Handling Nonlinearity by the Polarization Method and the Newton-Raphson Technique M. Kuczmann Laboratory of Electromagnetic Fields, Department of Telecommunications, Széchenyi István University, Egyetem

More information

CFD in Heat Transfer Equipment Professor Bengt Sunden Division of Heat Transfer Department of Energy Sciences Lund University

CFD in Heat Transfer Equipment Professor Bengt Sunden Division of Heat Transfer Department of Energy Sciences Lund University CFD in Heat Transfer Equipment Professor Bengt Sunden Division of Heat Transfer Department of Energy Sciences Lund University email: bengt.sunden@energy.lth.se CFD? CFD = Computational Fluid Dynamics;

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

Double penalisation method for porous-fluid problems and numerical simulation of passive and active control strategies for bluff-body flows

Double penalisation method for porous-fluid problems and numerical simulation of passive and active control strategies for bluff-body flows Double penalisation method for porous-fluid problems and numerical simulation of passive and active control strategies for bluff-body flows Iraj Mortazavi Institut Polytechnique de Bordeaux INRIA Bordeaux

More information

SOE3213/4: CFD Lecture 3

SOE3213/4: CFD Lecture 3 CFD { SOE323/4: CFD Lecture 3 @u x @t @u y @t @u z @t r:u = 0 () + r:(uu x ) = + r:(uu y ) = + r:(uu z ) = @x @y @z + r 2 u x (2) + r 2 u y (3) + r 2 u z (4) Transport equation form, with source @x Two

More information

Manhar Dhanak Florida Atlantic University Graduate Student: Zaqie Reza

Manhar Dhanak Florida Atlantic University Graduate Student: Zaqie Reza REPRESENTING PRESENCE OF SUBSURFACE CURRENT TURBINES IN OCEAN MODELS Manhar Dhanak Florida Atlantic University Graduate Student: Zaqie Reza 1 Momentum Equations 2 Effect of inclusion of Coriolis force

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

1. Fast Iterative Solvers of SLE

1. Fast Iterative Solvers of SLE 1. Fast Iterative Solvers of crucial drawback of solvers discussed so far: they become slower if we discretize more accurate! now: look for possible remedies relaxation: explicit application of the multigrid

More information

Chapter Seven. For ideal gases, the ideal gas law provides a precise relationship between density and pressure:

Chapter Seven. For ideal gases, the ideal gas law provides a precise relationship between density and pressure: Chapter Seven Horizontal, steady-state flow of an ideal gas This case is presented for compressible gases, and their properties, especially density, vary appreciably with pressure. The conditions of the

More information

Research Article Evaluation of the Capability of the Multigrid Method in Speeding Up the Convergence of Iterative Methods

Research Article Evaluation of the Capability of the Multigrid Method in Speeding Up the Convergence of Iterative Methods International Scholarly Research Network ISRN Computational Mathematics Volume 212, Article ID 172687, 5 pages doi:1.542/212/172687 Research Article Evaluation of the Capability of the Multigrid Method

More information

The Dynamic Steady State of an Electrochemically Generated Nanobubble

The Dynamic Steady State of an Electrochemically Generated Nanobubble Supporting Information. Part 2 The Dynamic Steady State of an Electrochemically Generated Nanobubble Yuwen Liu, Martin A. Edwards, Sean R. German, Qianjin Chen and Henry S. White * The following is a detailed

More information

Introduction to numerical simulation of fluid flows

Introduction to numerical simulation of fluid flows Introduction to numerical simulation of fluid flows Mónica de Mier Torrecilla Technical University of Munich Winterschool April 2004, St. Petersburg (Russia) 1 Introduction The central task in natural

More information

ALGEBRAIC FLUX CORRECTION FOR FINITE ELEMENT DISCRETIZATIONS OF COUPLED SYSTEMS

ALGEBRAIC FLUX CORRECTION FOR FINITE ELEMENT DISCRETIZATIONS OF COUPLED SYSTEMS Int. Conf. on Computational Methods for Coupled Problems in Science and Engineering COUPLED PROBLEMS 2007 M. Papadrakakis, E. Oñate and B. Schrefler (Eds) c CIMNE, Barcelona, 2007 ALGEBRAIC FLUX CORRECTION

More information

Velocity distribution of ideal gas molecules

Velocity distribution of ideal gas molecules August 25, 2006 Contents Review of thermal movement of ideal gas molecules. Contents Review of thermal movement of ideal gas molecules. Distribution of the velocity of a molecule in ideal gas. Contents

More information

CORBIS: Code Raréfié Bidimensionnel Implicite Stationnaire

CORBIS: Code Raréfié Bidimensionnel Implicite Stationnaire CORBIS: Code Raréfié Bidimensionnel Implicite Stationnaire main ingredients: [LM (M3AS 00, JCP 00)] plane flow: D BGK Model conservative and entropic velocity discretization space discretization: finite

More information

Fully developed mixed convection through a vertical porous channel with an anisotropic permeability: case of heat flux

Fully developed mixed convection through a vertical porous channel with an anisotropic permeability: case of heat flux Stud. Univ. Babeş-Bolyai Math. 60(2015), No. 2, 341 350 Fully developed mixed convection through a vertical porous channel with an anisotropic permeability: case of heat flux Diana Andrada Filip, Radu

More information

International Journal of Innovative Research in Science, Engineering and Technology. (An ISO 3297: 2007 Certified Organization)

International Journal of Innovative Research in Science, Engineering and Technology. (An ISO 3297: 2007 Certified Organization) ISSN(Online): 239-8753 Influence of Chemical Reaction, Heat Source, Soret and Dufour Effects on Heat And Mass Transfer in Boundary Layer Flow Over a Stretching Cylinder Embedded in a Porous Medium using

More information

A posteriori error estimates, stopping criteria, and adaptivity for multiphase compositional Darcy flows in porous media

A posteriori error estimates, stopping criteria, and adaptivity for multiphase compositional Darcy flows in porous media A posteriori error estimates, stopping criteria, and adaptivity for multiphase compositional Darcy flows in porous media D. A. Di Pietro, M. Vohraĺık, and S. Yousef Université Montpellier 2 Marseille,

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

Efficient FEM-multigrid solver for granular material

Efficient FEM-multigrid solver for granular material Efficient FEM-multigrid solver for granular material S. Mandal, A. Ouazzi, S. Turek Chair for Applied Mathematics and Numerics (LSIII), TU Dortmund STW user committee meeting Enschede, 25th September,

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

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

Discretization of Convection Diffusion type equation

Discretization of Convection Diffusion type equation Discretization of Convection Diffusion type equation 10 th Indo German Winter Academy 2011 By, Rajesh Sridhar, Indian Institute of Technology Madras Guides: Prof. Vivek V. Buwa Prof. Suman Chakraborty

More information

Effects of variable viscosity and nonlinear radiation on MHD flow with heat transfer over a surface stretching with a power-law velocity

Effects of variable viscosity and nonlinear radiation on MHD flow with heat transfer over a surface stretching with a power-law velocity Available online at www.pelagiaresearchlibrary.com Advances in Applied Science Research, 01, 3 (1):319-334 ISSN: 0976-8610 CODEN (USA): AASRFC Effects of variable viscosity and nonlinear radiation on MHD

More information

Studies on flow through and around a porous permeable sphere: II. Heat Transfer

Studies on flow through and around a porous permeable sphere: II. Heat Transfer Studies on flow through and around a porous permeable sphere: II. Heat Transfer A. K. Jain and S. Basu 1 Department of Chemical Engineering Indian Institute of Technology Delhi New Delhi 110016, India

More information

Fluid Dynamics and Balance Equations for Reacting Flows

Fluid Dynamics and Balance Equations for Reacting Flows Fluid Dynamics and Balance Equations for Reacting Flows Combustion Summer School 2018 Prof. Dr.-Ing. Heinz Pitsch Balance Equations Basics: equations of continuum mechanics balance equations for mass and

More information

Multigrid Methods and their application in CFD

Multigrid Methods and their application in CFD Multigrid Methods and their application in CFD Michael Wurst TU München 16.06.2009 1 Multigrid Methods Definition Multigrid (MG) methods in numerical analysis are a group of algorithms for solving differential

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

Express Introductory Training in ANSYS Fluent Lecture 2 Boundary Conditions & Solver Settings

Express Introductory Training in ANSYS Fluent Lecture 2 Boundary Conditions & Solver Settings Express Introductory Training in ANSYS Fluent Lecture 2 Boundary Conditions & Solver Settings Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School 2013 - Industry

More information

INFLUENCE OF VARIABLE PERMEABILITY ON FREE CONVECTION OVER VERTICAL FLAT PLATE EMBEDDED IN A POROUS MEDIUM

INFLUENCE OF VARIABLE PERMEABILITY ON FREE CONVECTION OVER VERTICAL FLAT PLATE EMBEDDED IN A POROUS MEDIUM INFLUENCE OF VARIABLE PERMEABILITY ON FREE CONVECTION OVER VERTICAL FLAT PLATE EMBEDDED IN A POROUS MEDIUM S. M. M. EL-Kabeir and A. M. Rashad Department of Mathematics, South Valley University, Faculty

More information

Boosting. 1 Boosting. 2 AdaBoost. 2.1 Intuition

Boosting. 1 Boosting. 2 AdaBoost. 2.1 Intuition Boosting 1 Boosting Boosting refers to a general and effective method of producing accurate classifier by combining moderately inaccurate classifiers, which are called weak learners. In the lecture, we

More information

Computational Linear Algebra

Computational Linear Algebra Computational Linear Algebra PD Dr. rer. nat. habil. Ralf Peter Mundani Computation in Engineering / BGU Scientific Computing in Computer Science / INF Winter Term 2017/18 Part 3: Iterative Methods PD

More information

Coupling Non-Linear Stokes and Darcy Flow using Mortar Finite Elements

Coupling Non-Linear Stokes and Darcy Flow using Mortar Finite Elements Coupling Non-Linear Stokes and Darcy Flow using Mortar Finite Elements V.J. Ervin E.W. Jenkins S. Sun Department of Mathematical Sciences Clemson University, Clemson, SC, 29634-0975, USA. Abstract We study

More information

CFD in COMSOL Multiphysics

CFD in COMSOL Multiphysics CFD in COMSOL Multiphysics Mats Nigam Copyright 2016 COMSOL. Any of the images, text, and equations here may be copied and modified for your own internal use. All trademarks are the property of their respective

More information

SIMULATION OF THERMAL CHARACTERISTICS OF RADIATORS USING A POROUS MODEL. YETSAN Auto Radiator Co. Inc Çorum, Turkey NOMENCLATURE

SIMULATION OF THERMAL CHARACTERISTICS OF RADIATORS USING A POROUS MODEL. YETSAN Auto Radiator Co. Inc Çorum, Turkey NOMENCLATURE Proceedings of CONV-14: Int. Symp. on ConvectiveHeatandMass Transfer June8 13, 2014, Turkey CONV-14 176 SIMULATION OF THERMAL CHARACTERISTICS OF RADIATORS USING A POROUS MODEL Kadir G. Güler 1,2 and BarbarosÇetin

More information

AMG for a Peta-scale Navier Stokes Code

AMG for a Peta-scale Navier Stokes Code AMG for a Peta-scale Navier Stokes Code James Lottes Argonne National Laboratory October 18, 2007 The Challenge Develop an AMG iterative method to solve Poisson 2 u = f discretized on highly irregular

More information

In Proc. of the V European Conf. on Computational Fluid Dynamics (ECFD), Preprint

In Proc. of the V European Conf. on Computational Fluid Dynamics (ECFD), Preprint V European Conference on Computational Fluid Dynamics ECCOMAS CFD 2010 J. C. F. Pereira and A. Sequeira (Eds) Lisbon, Portugal, 14 17 June 2010 THE HIGH ORDER FINITE ELEMENT METHOD FOR STEADY CONVECTION-DIFFUSION-REACTION

More information

COMMUTING ELEMENTS IN GALOIS GROUPS OF FUNCTION FIELDS. Fedor Bogomolov and Yuri Tschinkel

COMMUTING ELEMENTS IN GALOIS GROUPS OF FUNCTION FIELDS. Fedor Bogomolov and Yuri Tschinkel COMMUTING ELEMENTS IN GALOIS GROUPS OF FUNCTION FIELDS by Fedor Bogomolov and Yuri Tschinkel Abstract. We study the structure of abelian subgroups of Galois groups of function fields. Contents Introduction................................................

More information

arxiv: v1 [physics.comp-ph] 10 Aug 2015

arxiv: v1 [physics.comp-ph] 10 Aug 2015 Numerical experiments on the efficiency of local grid refinement based on truncation error estimates Alexandros Syrakos a,, Georgios Efthimiou a, John G. Bartzis a, Apostolos Goulas b arxiv:1508.02345v1

More information

Intermediate Value Theorem

Intermediate Value Theorem Stewart Section 2.5 Continuity p. 1/ Intermediate Value Theorem The intermediate value theorem states that, if a function f is continuous on a closed interval [a,b] (that is, an interval that includes

More information

The Mean Value Theorem and its Applications

The Mean Value Theorem and its Applications The Mean Value Theorem and its Applications Professor Richard Blecksmith richard@math.niu.edu Dept. of Mathematical Sciences Northern Illinois University http://math.niu.edu/ richard/math229 1. Extreme

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

Lattice Boltzmann Method for Fluid Simulations

Lattice Boltzmann Method for Fluid Simulations Lattice Boltzmann Method for Fluid Simulations Yuanxun Bill Bao & Justin Meskas April 14, 2011 1 Introduction In the last two decades, the Lattice Boltzmann method (LBM) has emerged as a promising tool

More information

GT UNSTEADY SIMULATION OF A TWO-STAGE COOLED HIGH PRESSURE TURBINE USING AN EFFICIENT NON-LINEAR HARMONIC BALANCE METHOD

GT UNSTEADY SIMULATION OF A TWO-STAGE COOLED HIGH PRESSURE TURBINE USING AN EFFICIENT NON-LINEAR HARMONIC BALANCE METHOD Proceedings of ASME Turbo Expo 213: Turbine Technical Conference and Exposition GT213 June 3-7, 213, San Antonio, Texas, USA GT213-94574 UNSTEADY SIMULATION OF A TWO-STAGE COOLED HIGH PRESSURE TURBINE

More information

Walker Ray Econ 204 Problem Set 3 Suggested Solutions August 6, 2015

Walker Ray Econ 204 Problem Set 3 Suggested Solutions August 6, 2015 Problem 1. Take any mapping f from a metric space X into a metric space Y. Prove that f is continuous if and only if f(a) f(a). (Hint: use the closed set characterization of continuity). I make use of

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

Solving Symmetric Indefinite Systems with Symmetric Positive Definite Preconditioners

Solving Symmetric Indefinite Systems with Symmetric Positive Definite Preconditioners Solving Symmetric Indefinite Systems with Symmetric Positive Definite Preconditioners Eugene Vecharynski 1 Andrew Knyazev 2 1 Department of Computer Science and Engineering University of Minnesota 2 Department

More information

Numerical Simulation of Turbulent Flow inside the Electrostatic Precipitator of a Power Plant

Numerical Simulation of Turbulent Flow inside the Electrostatic Precipitator of a Power Plant Numerical Simulation of Turbulent Flow inside the Electrostatic Precipitator of a Power Plant S.M.E. Haque 1*, M.G. Rasul 2, A. Deev 1, M.M.K. Khan 2 and J. Zhou 3 1 Process Engineering & Light Metals

More information

Is My CFD Mesh Adequate? A Quantitative Answer

Is My CFD Mesh Adequate? A Quantitative Answer Is My CFD Mesh Adequate? A Quantitative Answer Krzysztof J. Fidkowski Gas Dynamics Research Colloqium Aerospace Engineering Department University of Michigan January 26, 2011 K.J. Fidkowski (UM) GDRC 2011

More information

7 The Navier-Stokes Equations

7 The Navier-Stokes Equations 18.354/12.27 Spring 214 7 The Navier-Stokes Equations In the previous section, we have seen how one can deduce the general structure of hydrodynamic equations from purely macroscopic considerations and

More information

Solution Methods. Steady convection-diffusion equation. Lecture 05

Solution Methods. Steady convection-diffusion equation. Lecture 05 Solution Methods Steady convection-diffusion equation Lecture 05 1 Navier-Stokes equation Suggested reading: Gauss divergence theorem Integral form The key step of the finite volume method is to integrate

More information

MULTIGRID METHODS FOR NONLINEAR PROBLEMS: AN OVERVIEW

MULTIGRID METHODS FOR NONLINEAR PROBLEMS: AN OVERVIEW MULTIGRID METHODS FOR NONLINEAR PROBLEMS: AN OVERVIEW VAN EMDEN HENSON CENTER FOR APPLIED SCIENTIFIC COMPUTING LAWRENCE LIVERMORE NATIONAL LABORATORY Abstract Since their early application to elliptic

More information

Modeling Myths. Modeling Facts

Modeling Myths. Modeling Facts Spiegelman: Columbia University, February 8, 22 Modeling Myths Modeling is Difficult Numerical models can do everything Numerical models will solve your problems Modeling Facts Modeling is simple book-keeping

More information

Introduction to Multigrid Method

Introduction to Multigrid Method Introduction to Multigrid Metod Presented by: Bogojeska Jasmina /08/005 JASS, 005, St. Petersburg 1 Te ultimate upsot of MLAT Te amount of computational work sould be proportional to te amount of real

More information

A Magnetohydrodynamic study af a inductive MHD generator

A Magnetohydrodynamic study af a inductive MHD generator Excerpt from the Proceedings of the COMSOL Conference 2009 Milan A Magnetohydrodynamic study af a inductive MHD generator Augusto Montisci, Roberto Pintus University of Cagliari, Department of Electrical

More information

Introduction to Physical Acoustics

Introduction to Physical Acoustics Introduction to Physical Acoustics Class webpage CMSC 828D: Algorithms and systems for capture and playback of spatial audio. www.umiacs.umd.edu/~ramani/cmsc828d_audio Send me a test email message with

More information