Performance of two new block implicit procedures for the treatment of the velocitypressure coupling problem in incompressible fluid flow

Size: px
Start display at page:

Download "Performance of two new block implicit procedures for the treatment of the velocitypressure coupling problem in incompressible fluid flow"

Transcription

1 Performance of two new block implicit procedures for the treatment of the velocitypressure coupling problem in incompressible fluid flow Z. Mazhar Department of Mathematics, Eastern Mediterranean University, North Cyprus, Mersin 10, TURKEY Abstract The performance of two new non-segregated,block implicit procedures; BIP [l] and BIPEN [2] are compared with the well known SIMPLERprocedure, applied to benchmark problems of various sizes. It is demonstrated that BIP provides quicker convergence than SIMPLER by a factor of two, and BIPEN is %40 faster than BIP. In addition it is shown that both methods are extremely robust, even for large-sized problem, rendering them as a basis for a new generation of hybrid computation algorithms, for the efficient treatment of the velocity- pressure coupling problem. 1 Introduction Incompressible fluid flow is governed by the following nonlinear, coupled set of partial differential equations for mass and momentum conservation: The numerical solution of these equations poses a serious challenge to researchers due to two factors:

2 528 Advmces irl Fluid Mechunks W 1. Apart from the nonlinearities present in the momentum equations, there exists a strong coupling between the velocity and pressure components, imposed by the continuity equationn (3). 2. Despite this strong coupling, there exists no equation for pressure. Pressure components are embedded in the momentum equations as auxiliary components. To overcome this problem, various procedures have been proposed in the literature, like SIMPLE [3], PUMPIN [4], NEW PUMPIN [5],SIMPLER [6], SIMPLEC [7], FIMOSE [S], and PIS0 [9]. All of these procedures try to artificially extract a pressure equation from the momentum equations. The solution is then obtained through a so-called segregated-type procedure as follows: The discretized forms of the momentum equations are first solved using an assumed pressure field. Then the velocity field is corrected through a pressure correction field in such a way as to satisfy continuity. The pressure field is than updated according to this corrected velocity field hoping to satisfy the momentum equations. The procedure is repeated until all of the equations are satisfied, including the treatment of the nonlinearities as well. The solution of the linearized forms of the momentum equations poses no serious problem. Since the resulting matrices are diagonally dominant, they can be solved efficiently by an SOR- or ADI- type iterative procedure. The main drawback is in the solution of the derived pressure and pressure correction equations. These equations are of Poisson type, and therefore the resulting matrices are weakly diagonally dominant, suggesting that the above-type iterative solutions are very slow an costly. For this purpose, various solution procedures such as SIP [lo]and MSIP [ll]have been developed. Peconditioning [12] has also been considered to speed up the convergence of such algorithms. These procedures, however, necessitate the utilization of a relaxation factor in order to speed up convergence, optimum values of which should be selected very carefully. Weak diagonal dominance of the involved matrices enhances the importance of this process. The range of the relaxation factor giving fast and convergent results, however, is very restricted, which is a deficiency degrading the robustness of the overall procedure. In addition to the above, an additional relaxation factor, denoted by E in the formulation given below, need to be utilized. Altogether, up to five relaxation factors need to be optimized and utilized. It should be noted that, beyond other things, choice of the relaxation factors are decisive in the total solution cost of an algorithm. An alternative to the segregated process is to consider the system as a block and try to solve the discretized forms of all the equations at once. Such attempts have been successful, and it has been demonstrated in the literature [l3-16] that such procedures mybe considered. However, these type of procedures have not been utilized widely, due to relatively higher costs or higher storage requirements, or even due to the complexity of the implementation of the suggested algorithms themselves.

3 Admcc~sill Fluid Mdxznics IV 529 The new approach proposed by the Author [ 1-21 addresses these problem in a very efficient way, paving the way to a new generation of fast, easier, cheaper and totally robust algorithms. In what follows, the new procedures are presented and tested on two benchmark problem most widely used in the literature for this purpose. Various grid resolutions were used m order to test their efficiency. Cost comparisons with the SIMPLER method, under similar conditions, are also presented. 2 The primitive finite difference equations The governing equations (1-3) are discretized by utilizing a conventional staggered grid [ 171 and upstream differencing [ 1S] and the E-factor formulation [4]. The following difference equations result ([191): Azus + XU,+A;u, + AiuE+AtuN+ &pp +A,Pp, = b; (4) AJv,+A,Ivw+A~v,+A,"v, +AivN+ A,Pp, +A,Pp, = b; (5) where &uw + A,"u,+ A,"v,+A,"., = b," (6) 3 The solution procedure After the boundary conditions are imposed, Eqs. 4-6 can be assembled mto a matrix form as shown on the next page, which can be denoted by AX=B (11) where X=(u,v,p). The main theme of the proposed solution procedure is to perform an incomplete decomposition of the matrix A of the form A=LD+C (12) The solution can than be accomplished by the successive iteration given by LDX("+l)= B-C$") (13) or, alternatively ~ ( n + l )= X ( " )+ ( ~ ~ 1 (B- - 1 A J I $ ~ ) ) (14) One iteration of the solution process, complemented with a relaxation parameter, is performed as follows:

4 530 Advmces irl Fluid MechmksW b" b" 8 I. Solve LY'*+" = B -AX'*' for ycn+l) 2. Solve DZ'~"' Y ( ~ + for I ~("+l) ) 3. Update X by&"+') = X'"' +CXZ("'", where cx parameter. is the relaxation In order that this process be successful and efficient, the following conditions must be satisfied: 1. The L and D matrices must be chosen in such a way that their structure allows a simple and economical direct solution of Y("+l) and Z("'l). 2. The condition P(LD)-' c < 1 must be met as a necessary and sufficient condition for the convergence of the algorithm. This is related to the effect of the "defect" matrix C. Therefore, the effect of the defect matrix C must be reduced as much as possible. For this the effect of the far diagonal coefficients in matrix A, denoted by A* and AC, should mainly be transferred to the L and D matrices, rather than the defect matrix. The procedures presented below satisfy both of the above conditions. 4 BIP (Block Implicit Procedure) In this procedure, the L, D and C matrices are taken as follows:

5 A d m c c ~ ill s Fluid Mdxznics IV 53 1 L= D= and FA;, 0 i 0 C= 0 A:: A&: A ; 0 \ 0 0 v The coefficients of the nine unknown vectors h,, A, ki, ni, g,, si, ti, qi, and y;: canbe written as follows: h,=& /A;, J;=A:/A;, i=l,n i=l,n-l ki=asp/a;, i=l,n ni=ap/a;,i=l,n-m i < gi=-(k,j-,+a:hi +As~ni-,+~ki), i=l,n si=-acj;/gi,i=l,n-l ei ti=-&h,-,/g,, i=2,n qi =-A;ki-,,,, i=m+l,n q =-Al,n,, i=l,n-m (15) (16) (17) (18) (19) (20) (21) (W (23)

6 532 Advmces irl Fluid Mechunks W where m and N are the number of grid points in one direction and the total number of grid points, respectively. 5 BIPEN (Block Implicit Procedure -Enhanced) This procedure is an enhancement of BIP in which the diagonal q in the matrix C is moved completely to the respective place in L, the cost of which returns to be the introduction of two auxiliary diagonals e and d, just below and above the original place of q in C.. The effect of these have been seen to be much less than that of q. In the new decomposition, D remains the same. L and C are redefined as follows: L= C= The coefficients of the 9 vectors h, k, n, g,s, t, q, and Y remain the same as above. The coefficients of the two extra vectors e and dare defined as follows: di= -qisi-,,, i = m +1,N (24) q = y i ti-,, i = m +2, N W 6 Test problems Two test problems are used. The first problem is a confined flow. Water is flowing into a closed square tank from one comer, and flows out from the opposing comer as shown in Fig. 1. For this problem, thee grid resolutions are used: 12xl2,22x22, and42x42. The second problem is the flow over a backward facing step as shown in Fig. 2. For this problem, three grid resolutions are used: 25x16, 50x32, and 64x40. For each problem and for each grid resolution, the problem was first solved to a tight convergence within machine accuracy limits. Then the velocity and pressure fields were set to zero, and the problem was solved again. The total number of multiplicative operations performed to reach a certain convergence level depending onthe maximum error in the pressure head of the entering fluid, was then recorded: E = 0.5pu~maxi I p y t-p,""" 1

7 Ad~mcc~s ill Fluid MdxznicsIV 533 u=o v=0 J- ( U=0 / v=0,"p ' L x " & L O L=004 m vout= qn = 0.7 mls Figure 1: Square tank geometry. H=0.04 m yn=o.1 m/s Figure 2: Backward facing step geometry. The SIMPLER, BIP andbipenwere applied using various values of the E factor used in the discretization, and for various values of tie a parameter used in BIP and BIPEN, and for the same parameter used in the solution of velocities, pressure correction and pressure through the MSIP algorithm in SIMPLER. 7 Results and comparison In Fig. 3, the solution costs of each procedure for the square tank problem, is shown. Fig. 4 shows the solution costs of the three procedures for the backward facing step problem.

8 534 Advmces irl Fluid Mechunks W Cost (xioonoperations) 100 m m X ~ 1.0 a Cost (xioon operations) SIMPLER( (L =O 65) Cost W O O Noperations) c) 42x42 L c a. Cost (x1000n operations) 600 (c)42x oKBlP(; =0.7) 50 BIPEN a =l.0 ) BIPEN(lX =OS( E+1 E+2 E+3 E*4 E+5 E ;~~ ~ E+1 E+2 E+3 E+4 E+5 E -L E+1 E+2 E+3 E+4 E+5 E Figure 3: Solution cost of SIMPLER,BIPand BIPEN for the a) 12x12, b) 22x22 and 42x42 square tank problem. 4) i 3) M O 400 m 204 m 440 m 3w WENlE=20) x x W E N [EZZOJ l.0 a a a B I P W W I W E+0 E d E+2 E+3 E+4 E+5 E+0 E+1 E+2 E+3 E+4 E+5 E+0 Et1 E+2 E+3 E+4 Et5 E E E Figure 4: Solution cost of SIMPLER, BIP and BIPEN for the a) 25x16, 50x32 and 64x40 back steo problem.

9 Ad~mcc~s ill Fluid Mdxznics IV 535 The main observations that can be dram from these figures can be listed as follows: 1. BIP is faster than SIMPLER by a factor of two, under the condition that optimum relaxation parameters are used. 2. BIPEN is faster than BIP by a factor of 1.5, when optimum relaxation parameters are used. 3. BIP converges for a wider range of the relaxation parameter a than SIMPLER. BIPEN converges for any relaxation parameter a. SIMPLER converges in a very narrow range of the E factor (E<8),but BIP and BIPEN converge for any E value. 8 Conclusion It has been been demonstrated, for the test problem chosen, that BIP is a clear cut alternative to SIMPLER in handling the strong coupling of the velocity and pressure fields. BIPEN, furthermore, proved to be convergent for virtually any relaxation parameters. In fact, BIPEN is seen to converge faster for very large E values, suggesting that the E-factor formulation can be abandoned at all. This means that the time independent formulation of the governing equations can be used for steady state problems. On the other hand, however, although BIPEN converges regardless of the a parameter used, there still exist an optimum value at which the solution can be obtained in a lowest computational cost. It should also be noted that the formulations of BIP and BIPEN are very simple; even much simpler than that of SIMPLER. Furthermore, not too much extra storage is needed than SIMPLER. Lastly, SIMPLER requires the use of five optimized relaxation parameters. BIP requires two, and BIPEN requires only one. With the above conclusions, BIPEN seem to be a very attractive alternative procedure for the treatment of the velocity-pressure coupling problem, therefore deserving further attention of researchers in this field. It is also open to further enhancement, for example, to the application of preconditioning. References [l] Mazhar, Z., A procedure for the treatment of the velocity-pressure coupling problem in incompressible fluid flow, Numerical Heat Transfer, Part B, 39, pp ,2001. [2] Mazhar, Z., An enhancement to the block implicit procedure for the treatment of the velocity-pressure coupling problem in incompressible fluid flow, Numerical Heat Transfer, Part B,41, pp. 1-8, 2002 [3] Patankar, S. V. & Spalding, D. B., A Calculation Procedure for Heat, Mass and MomentumTransfer in Three-Dimensional Parabolic Flows, M J. Heat Mass Transfer, 2, pp , 1972.

10 536 Advmces irl Fluid Mechunks W [4] Raithby, G. D. & Schneider, G. E., Numerical Solution of Problem in Incompressible Fluid Flow: Treatment of the Velocity-Pressure Coupling, Numer. Heat Transfer, 2, pp , [5] Mazhar, Z. & Raithby, G. D., A Refined PUMPIN (Pressure Update by Multiple Path INtegration) Method for Updating Pressures in the Numerical Solution of the IncompressibleFluid Flow Equations, Proc. 2nd Int. Con$ on Numerical Methods in Laminar and Turbulent Flow, Pineridge Press, pp , [6] Patankar, S. V., A Calculation Procedure for Two-Dimensional Elliptic Situations, Numer. Heat Transfer, 4, pp , [7] Van Doormaal, J. P. & Raithby, G. D., Enhancements of the SIMPLE Method for Predicting IncompressibleFluid Flow, Numer. Heat Transfer, 7, pp , [S] Latimer, B. R. & Pollard, A., Comparison of Pressure-Velocity Coupling Solution Algorithms, Numer. Heat Transfer, 8, pp , [9] Issa, R. I., Solution of Implicitly Discretized Fluid Flow equations by Operator-Splitting, Comput. Phys, 62, pp , [lo] Stone, H. L., Iterative solution of implicit approximations of multidimensional partial differential equations, SIAMJ. Numer. Anal., 5, pp , [l l]zedan, M. G., A Modified Strongly Implicit Procedure for the Numerical Solution of Field Problems, Master's Thesis, University of Waterlo, Waterloo, Ontario, Canada, Evans, D. J., The use of pre-conditioning in iterative methods for solving linear equations with symmetric positive definite matrix, J. Inst. Maths. Applics., 4,pp , 1967 [13] Vanka, S. P., Block-Implicit Calculation of Steady, Turbulent, Recirculating Flows, Int. J. HeatMass Transfer, 28(11), pp , [14] Hanby, R. F., Silvester, D. J. &L Chow, J. W., A Comparison of Coupled and segregated Iterative Solution Techniques for Incompressible Swirling Flow, Int. J. Numer. Mtds. in Fluids, 22, pp , [151 Galpin, P. F., Solution of mass and momemtum equations by application of a coupled equation line solver, Int. J. Numer. Meth. Fluids, 5,pp , [16] Gungormus, T., A Block Implicit Method for Incompressible Fluid Flow Problems,Master's Thesis, Eastern MediterraneanUniversity, [17] Harlow, F. H. &L Welch, J. E., Numerical Calculation of Time-dependent Viscous Incompressible Flow of Fluid with Free Surface, Phys. Fluids, 8(12),pp , [l81 Raithby, G. D. & Torrance, K. E., Upstream-Weighted Differencing Schemes and Their Application to Elliptic Problems Involving Fluid Flow, Comput. Fluids, 2, pp ,1965. [19] Mazhar, Z., An Evaluation of the segregated Solution Procedures for the Solution of Incompressible Fluid Flow Problem, PhD Thesis, University of Waterloo, 1982.

Three-dimensional hydrodynamic analysis of fluid flow between two eccentric rotating cylinders

Three-dimensional hydrodynamic analysis of fluid flow between two eccentric rotating cylinders Three-dimensional hydrodynamic analysis of fluid flow between two eccentric rotating cylinders S. A. GandjalikhanNassab & M. A. Mehrabian Department of Mechanical Engineering, Shahid Bahonar Universip,

More information

Fluid flow in a channel partially filled with porous material

Fluid flow in a channel partially filled with porous material Fluid flow in a channel partially filled with porous material M. Hriberkk', R. Jec12& L. Skerget' 'Faculty of Mechanical Engineering, University of Maribor, Smetanova 17, SI-2000 Maribor, Slovenia 2Facultyof

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

Enhancement of the momentum interpolation method on non-staggered grids

Enhancement of the momentum interpolation method on non-staggered grids INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN FLUIDS Int. J. Numer. Meth. Fluids 2000; 33: 1 22 Enhancement of the momentum interpolation method on non-staggered grids J. Papageorgakopoulos, G. Arampatzis,

More information

Benchmark solutions for the natural convective heat transfer problem in a square cavity

Benchmark solutions for the natural convective heat transfer problem in a square cavity Benchmark solutions for the natural convective heat transfer problem in a square cavity J. Vierendeels', B.Merci' &L E. Dick' 'Department of Flow, Heat and Combustion Mechanics, Ghent University, Belgium.

More information

Cranfield University, Cranfield, Bedfordshire, MK43 0AL, United Kingdom. Cranfield University, Cranfield, Bedfordshire, MK43 0AL, United Kingdom

Cranfield University, Cranfield, Bedfordshire, MK43 0AL, United Kingdom. Cranfield University, Cranfield, Bedfordshire, MK43 0AL, United Kingdom MultiScience - XXX. microcad International Multidisciplinary Scientific Conference University of Miskolc, Hungary, 21-22 April 2016, ISBN 978-963-358-113-1 NUMERICAL INVESTIGATION OF AN INCOMPRESSIBLE

More information

An underrelaxation control method

An underrelaxation control method The current issue and full text archive of this journal is available at www.emeraldinsight.com/064-4401.htm An under-relaxation for accelerating the iteration convergence of flow field simulation C.H.

More information

ME Computational Fluid Mechanics Lecture 5

ME Computational Fluid Mechanics Lecture 5 ME - 733 Computational Fluid Mechanics Lecture 5 Dr./ Ahmed Nagib Elmekawy Dec. 20, 2018 Elliptic PDEs: Finite Difference Formulation Using central difference formulation, the so called five-point formula

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

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

Newton-Multigrid Least-Squares FEM for S-V-P Formulation of the Navier-Stokes Equations

Newton-Multigrid Least-Squares FEM for S-V-P Formulation of the Navier-Stokes Equations Newton-Multigrid Least-Squares FEM for S-V-P Formulation of the Navier-Stokes Equations A. Ouazzi, M. Nickaeen, S. Turek, and M. Waseem Institut für Angewandte Mathematik, LSIII, TU Dortmund, Vogelpothsweg

More information

Chapter 9 Implicit integration, incompressible flows

Chapter 9 Implicit integration, incompressible flows Chapter 9 Implicit integration, incompressible flows The methods we discussed so far work well for problems of hydrodynamics in which the flow speeds of interest are not orders of magnitude smaller than

More information

Coupled calculations in OpenFOAM -

Coupled calculations in OpenFOAM - Coupled calculations in OpenFOAM - Multiphysics handling, structures and solvers, Gothenburg Region OpenFOAM User Group Meeting Klas Jareteg Chalmers University of Technology November 14, 2012 Outline

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

The Deflation Accelerated Schwarz Method for CFD

The Deflation Accelerated Schwarz Method for CFD The Deflation Accelerated Schwarz Method for CFD J. Verkaik 1, C. Vuik 2,, B.D. Paarhuis 1, and A. Twerda 1 1 TNO Science and Industry, Stieltjesweg 1, P.O. Box 155, 2600 AD Delft, The Netherlands 2 Delft

More information

Beirut, Riad El Solh, Beirut, Lebanon Published online: 21 Aug 2007.

Beirut, Riad El Solh, Beirut, Lebanon Published online: 21 Aug 2007. This article was downloaded by: [Orta Dogu Teknik Universitesi] On: 01 October 2014, At: 12:50 ublisher: Taylor & rancis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered

More information

Partial Differential Equations

Partial Differential Equations Partial Differential Equations Introduction Deng Li Discretization Methods Chunfang Chen, Danny Thorne, Adam Zornes CS521 Feb.,7, 2006 What do You Stand For? A PDE is a Partial Differential Equation This

More information

Implicit numerical scheme based on SMAC method for unsteady incompressible Navier-Stokes equations

Implicit numerical scheme based on SMAC method for unsteady incompressible Navier-Stokes equations 172 Pet.Sci.(28)5:172-178 DOI 1.17/s12182-8-27-z Implicit numerical scheme based on SMAC method for unsteady incompressible Navier-Stokes equations Li Zhenlin and Zhang Yongxue School of Mechanical and

More information

Numerical Solution Techniques in Mechanical and Aerospace Engineering

Numerical Solution Techniques in Mechanical and Aerospace Engineering Numerical Solution Techniques in Mechanical and Aerospace Engineering Chunlei Liang LECTURE 3 Solvers of linear algebraic equations 3.1. Outline of Lecture Finite-difference method for a 2D elliptic PDE

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

NUMERICAL SIMULATION OF INCOMPRESSIBLE AND COMPRESSIBLE FLOW ZHIYIN YANG UNIVERSITY OF SHEFFIELD FOR THE DEGREE OF DOCTOR OF PHILOSOPHY

NUMERICAL SIMULATION OF INCOMPRESSIBLE AND COMPRESSIBLE FLOW ZHIYIN YANG UNIVERSITY OF SHEFFIELD FOR THE DEGREE OF DOCTOR OF PHILOSOPHY NUMERICAL SIMULATION OF INCOMPRESSIBLE AND COMPRESSIBLE FLOW BY ZHIYIN YANG THESIS SUBMITTED TO THE UNIVERSITY OF SHEFFIELD FOR THE DEGREE OF DOCTOR OF PHILOSOPHY DEPARTMENT OF MECHANICAL AND PROCESS ENGINEERING

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

Computational Fluid Dynamics-1(CFDI)

Computational Fluid Dynamics-1(CFDI) بسمه تعالی درس دینامیک سیالات محاسباتی 1 دوره کارشناسی ارشد دانشکده مهندسی مکانیک دانشگاه صنعتی خواجه نصیر الدین طوسی Computational Fluid Dynamics-1(CFDI) Course outlines: Part I A brief introduction to

More information

Dan s Morris s Notes on Stable Fluids (Jos Stam, SIGGRAPH 1999)

Dan s Morris s Notes on Stable Fluids (Jos Stam, SIGGRAPH 1999) Dan s Morris s Notes on Stable Fluids (Jos Stam, SIGGRAPH 1999) This is intended to be a detailed by fairly-low-math explanation of Stam s Stable Fluids, one of the key papers in a recent series of advances

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

The Segregated Approach to Predicting Viscous Compressible Fluid Flows

The Segregated Approach to Predicting Viscous Compressible Fluid Flows THE AMERICAN SOCIETY OF MECHANICAL ENGINEERS 345 E. 47 St., New York, N.Y. 10017 86-GT-196 The Society shall not be responsible for statements or opinions advanced in papers or in discussion at meetings

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

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

DEVELOPMENT OF CFD MODEL FOR A SWIRL STABILIZED SPRAY COMBUSTOR

DEVELOPMENT OF CFD MODEL FOR A SWIRL STABILIZED SPRAY COMBUSTOR DRAFT Proceedings of ASME IMECE: International Mechanical Engineering Conference & Exposition Chicago, Illinois Nov. 5-10, 2006 IMECE2006-14867 DEVELOPMENT OF CFD MODEL FOR A SWIRL STABILIZED SPRAY COMBUSTOR

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

Lecture 18 Classical Iterative Methods

Lecture 18 Classical Iterative Methods Lecture 18 Classical Iterative Methods MIT 18.335J / 6.337J Introduction to Numerical Methods Per-Olof Persson November 14, 2006 1 Iterative Methods for Linear Systems Direct methods for solving Ax = b,

More information

16. Solution of elliptic partial differential equation

16. Solution of elliptic partial differential equation 16. Solution of elliptic partial differential equation Recall in the first lecture of this course. Assume you know how to use a computer to compute; but have not done any serious numerical computations

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

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

Diffusion / Parabolic Equations. PHY 688: Numerical Methods for (Astro)Physics

Diffusion / Parabolic Equations. PHY 688: Numerical Methods for (Astro)Physics Diffusion / Parabolic Equations Summary of PDEs (so far...) Hyperbolic Think: advection Real, finite speed(s) at which information propagates carries changes in the solution Second-order explicit methods

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

Computational Techniques Prof. Sreenivas Jayanthi. Department of Chemical Engineering Indian institute of Technology, Madras

Computational Techniques Prof. Sreenivas Jayanthi. Department of Chemical Engineering Indian institute of Technology, Madras Computational Techniques Prof. Sreenivas Jayanthi. Department of Chemical Engineering Indian institute of Technology, Madras Module No. # 05 Lecture No. # 24 Gauss-Jordan method L U decomposition method

More information

High-order ADI schemes for convection-diffusion equations with mixed derivative terms

High-order ADI schemes for convection-diffusion equations with mixed derivative terms High-order ADI schemes for convection-diffusion equations with mixed derivative terms B. Düring, M. Fournié and A. Rigal Abstract We consider new high-order Alternating Direction Implicit ADI) schemes

More information

Final Report: DE-FG02-95ER25239 Spectral Representations of Uncertainty: Algorithms and Applications

Final Report: DE-FG02-95ER25239 Spectral Representations of Uncertainty: Algorithms and Applications Final Report: DE-FG02-95ER25239 Spectral Representations of Uncertainty: Algorithms and Applications PI: George Em Karniadakis Division of Applied Mathematics, Brown University April 25, 2005 1 Objectives

More information

Finding Rightmost Eigenvalues of Large, Sparse, Nonsymmetric Parameterized Eigenvalue Problems

Finding Rightmost Eigenvalues of Large, Sparse, Nonsymmetric Parameterized Eigenvalue Problems Finding Rightmost Eigenvalues of Large, Sparse, Nonsymmetric Parameterized Eigenvalue Problems AMSC 663-664 Final Report Minghao Wu AMSC Program mwu@math.umd.edu Dr. Howard Elman Department of Computer

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

Newton s Method and Efficient, Robust Variants

Newton s Method and Efficient, Robust Variants Newton s Method and Efficient, Robust Variants Philipp Birken University of Kassel (SFB/TRR 30) Soon: University of Lund October 7th 2013 Efficient solution of large systems of non-linear PDEs in science

More information

The boundary layer approximation and nonlinear waves in elastic tubes

The boundary layer approximation and nonlinear waves in elastic tubes The boundary layer approximation and nonlinear waves in elastic tubes N.Antar Istanbul Technical University, Faculty of Sciences and Letters, Department of Mathematics, 80626, Maslak-Istanbul, Turkey Abstract

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

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

Machine Learning Applied to 3-D Reservoir Simulation

Machine Learning Applied to 3-D Reservoir Simulation Machine Learning Applied to 3-D Reservoir Simulation Marco A. Cardoso 1 Introduction The optimization of subsurface flow processes is important for many applications including oil field operations and

More information

Solving PDEs with Multigrid Methods p.1

Solving PDEs with Multigrid Methods p.1 Solving PDEs with Multigrid Methods Scott MacLachlan maclachl@colorado.edu Department of Applied Mathematics, University of Colorado at Boulder Solving PDEs with Multigrid Methods p.1 Support and Collaboration

More information

1.0. T (ev) 0.5. z [m] y [m] x [m]

1.0. T (ev) 0.5. z [m] y [m] x [m] W7-X edge modelling with the 3D SOL fluid code BoRiS M. Borchardt, J. Riemann, R. Schneider, X. Bonnin Max-Planck-Institut für Plasmaphysik, Teilinstitut Greifswald EURATOM Association, D 17491 Greifswald,

More information

The solution of the discretized incompressible Navier-Stokes equations with iterative methods

The solution of the discretized incompressible Navier-Stokes equations with iterative methods The solution of the discretized incompressible Navier-Stokes equations with iterative methods Report 93-54 C. Vuik Technische Universiteit Delft Delft University of Technology Faculteit der Technische

More information

Notes for CS542G (Iterative Solvers for Linear Systems)

Notes for CS542G (Iterative Solvers for Linear Systems) Notes for CS542G (Iterative Solvers for Linear Systems) Robert Bridson November 20, 2007 1 The Basics We re now looking at efficient ways to solve the linear system of equations Ax = b where in this course,

More information

Efficient Augmented Lagrangian-type Preconditioning for the Oseen Problem using Grad-Div Stabilization

Efficient Augmented Lagrangian-type Preconditioning for the Oseen Problem using Grad-Div Stabilization Efficient Augmented Lagrangian-type Preconditioning for the Oseen Problem using Grad-Div Stabilization Timo Heister, Texas A&M University 2013-02-28 SIAM CSE 2 Setting Stationary, incompressible flow problems

More information

FLOW SIMULATION AND HEAT TRANSFER ANALYSIS USING COMPUTATIONAL FLUID DYNAMICS (CFD)

FLOW SIMULATION AND HEAT TRANSFER ANALYSIS USING COMPUTATIONAL FLUID DYNAMICS (CFD) PERIODIC FLOW SIMULATION AND HEAT TRANSFER ANALYSIS USING COMPUTATIONAL FLUID DYNAMICS (CFD) *M.SNEHA PRIYA, **G. JAMUNA RANI * (Department of Mechanical Engineering, koneru lakshmai University, Guntur)

More information

SYMMETRY BREAKING PHENOMENA OF PURELY VISCOUS SHEAR-THINNING FLUID FLOW IN A LOCALLY CONSTRICTED CHANNEL

SYMMETRY BREAKING PHENOMENA OF PURELY VISCOUS SHEAR-THINNING FLUID FLOW IN A LOCALLY CONSTRICTED CHANNEL ISSN 1726-4529 Int j simul model 7 (2008) 4, 186-197 Original scientific paper SYMMETRY BREAKING PHENOMENA OF PURELY VISCOUS SHEAR-THINNING FLUID FLOW IN A LOCALLY CONSTRICTED CHANNEL Ternik, P. University

More information

On a high-order Newton linearization method for solving the incompressible Navier Stokes equations

On a high-order Newton linearization method for solving the incompressible Navier Stokes equations INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN ENGINEERING Int. J. Numer. Meth. Engng 25; 62:1559 1578 Published online 11 January 25 in Wiley InterScience (www.interscience.wiley.com). DOI: 1.12/nme.125

More information

Solving linear systems (6 lectures)

Solving linear systems (6 lectures) Chapter 2 Solving linear systems (6 lectures) 2.1 Solving linear systems: LU factorization (1 lectures) Reference: [Trefethen, Bau III] Lecture 20, 21 How do you solve Ax = b? (2.1.1) In numerical linear

More information

AN IM PROVED PISO ALGORITHM FOR THE COM PUTATION OF BUOYANCY-DRIVEN FLOWS

AN IM PROVED PISO ALGORITHM FOR THE COM PUTATION OF BUOYANCY-DRIVEN FLOWS Numerical Heat Transfer, Part B, 40: 473±493, 2001 Copyright # 2001 Taylor & Francis 1040-7790 /01 $12.00 +.00 AN IM PROVED PISO ALGORITHM FOR THE COM PUTATION OF BUOYANCY-DRIVEN FLOWS Paulo J. Oliveira

More information

The investigation on SIMPLE and SIMPLER algorithm through lid driven cavity

The investigation on SIMPLE and SIMPLER algorithm through lid driven cavity 29, Issue 1 (2017) 10-23 Journal of Advanced Research in Fluid Mechanics and Thermal Sciences Journal homepage: www.akademiabaru.com/arfmts.html ISSN: 2289-7879 The investigation on SIMPLE and SIMPLER

More information

MULTIGRID CALCULATIONS FOB. CASCADES. Antony Jameson and Feng Liu Princeton University, Princeton, NJ 08544

MULTIGRID CALCULATIONS FOB. CASCADES. Antony Jameson and Feng Liu Princeton University, Princeton, NJ 08544 MULTIGRID CALCULATIONS FOB. CASCADES Antony Jameson and Feng Liu Princeton University, Princeton, NJ 0544 1. Introduction Development of numerical methods for internal flows such as the flow in gas turbines

More information

HIGH ACCURACY NUMERICAL METHODS FOR THE SOLUTION OF NON-LINEAR BOUNDARY VALUE PROBLEMS

HIGH ACCURACY NUMERICAL METHODS FOR THE SOLUTION OF NON-LINEAR BOUNDARY VALUE PROBLEMS ABSTRACT Of The Thesis Entitled HIGH ACCURACY NUMERICAL METHODS FOR THE SOLUTION OF NON-LINEAR BOUNDARY VALUE PROBLEMS Submitted To The University of Delhi In Partial Fulfillment For The Award of The Degree

More information

Application of Dual Time Stepping to Fully Implicit Runge Kutta Schemes for Unsteady Flow Calculations

Application of Dual Time Stepping to Fully Implicit Runge Kutta Schemes for Unsteady Flow Calculations Application of Dual Time Stepping to Fully Implicit Runge Kutta Schemes for Unsteady Flow Calculations Antony Jameson Department of Aeronautics and Astronautics, Stanford University, Stanford, CA, 94305

More information

Modeling, Simulating and Rendering Fluids. Thanks to Ron Fediw et al, Jos Stam, Henrik Jensen, Ryan

Modeling, Simulating and Rendering Fluids. Thanks to Ron Fediw et al, Jos Stam, Henrik Jensen, Ryan Modeling, Simulating and Rendering Fluids Thanks to Ron Fediw et al, Jos Stam, Henrik Jensen, Ryan Applications Mostly Hollywood Shrek Antz Terminator 3 Many others Games Engineering Animating Fluids is

More information

Chapter 7 Iterative Techniques in Matrix Algebra

Chapter 7 Iterative Techniques in Matrix Algebra Chapter 7 Iterative Techniques in Matrix Algebra Per-Olof Persson persson@berkeley.edu Department of Mathematics University of California, Berkeley Math 128B Numerical Analysis Vector Norms Definition

More information

Active Control of Separated Cascade Flow

Active Control of Separated Cascade Flow Chapter 5 Active Control of Separated Cascade Flow In this chapter, the possibility of active control using a synthetic jet applied to an unconventional axial stator-rotor arrangement is investigated.

More information

LINEAR SYSTEMS (11) Intensive Computation

LINEAR SYSTEMS (11) Intensive Computation LINEAR SYSTEMS () Intensive Computation 27-8 prof. Annalisa Massini Viviana Arrigoni EXACT METHODS:. GAUSSIAN ELIMINATION. 2. CHOLESKY DECOMPOSITION. ITERATIVE METHODS:. JACOBI. 2. GAUSS-SEIDEL 2 CHOLESKY

More information

15-780: LinearProgramming

15-780: LinearProgramming 15-780: LinearProgramming J. Zico Kolter February 1-3, 2016 1 Outline Introduction Some linear algebra review Linear programming Simplex algorithm Duality and dual simplex 2 Outline Introduction Some linear

More information

(1:1) 1. The gauge formulation of the Navier-Stokes equation We start with the incompressible Navier-Stokes equation 8 >< >: u t +(u r)u + rp = 1 Re 4

(1:1) 1. The gauge formulation of the Navier-Stokes equation We start with the incompressible Navier-Stokes equation 8 >< >: u t +(u r)u + rp = 1 Re 4 Gauge Finite Element Method for Incompressible Flows Weinan E 1 Courant Institute of Mathematical Sciences New York, NY 10012 Jian-Guo Liu 2 Temple University Philadelphia, PA 19122 Abstract: We present

More information

Gauge finite element method for incompressible flows

Gauge finite element method for incompressible flows INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN FLUIDS Int. J. Numer. Meth. Fluids 2000; 34: 701 710 Gauge finite element method for incompressible flows Weinan E a, *,1 and Jian-Guo Liu b,2 a Courant Institute

More information

Computation on Turbulent Dilute Liquid-Particale. Flows through a Centrifugal Impeller*

Computation on Turbulent Dilute Liquid-Particale. Flows through a Centrifugal Impeller* Computation on Turbulent Dilute Liquid-Particale Flows through a Centrifugal Impeller* Yulin WU** Risaburo OBA+ Toshiaki IKOHAGI + Abstract In present work, two-dimensional turbulent liquid- around a blade-toblade

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

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

Effect of Static Magnetic Field Application on the Mass Transfer in Sequence Slab Continuous Casting Process

Effect of Static Magnetic Field Application on the Mass Transfer in Sequence Slab Continuous Casting Process , pp. 844 850 Effect of Static Magnetic Field Application on the Mass Transfer in Sequence Slab Continuous Casting Process Baokuan LI and Fumitaka TSUKIHASHI 1) Department of Thermal Engineering, The School

More information

PLASMA-NEUTRAL MODELING IN NIMROD. Uri Shumlak*, Sina Taheri*, Jacob King** *University of Washington **Tech-X Corporation April 2016

PLASMA-NEUTRAL MODELING IN NIMROD. Uri Shumlak*, Sina Taheri*, Jacob King** *University of Washington **Tech-X Corporation April 2016 PLASMA-NEUTRAL MODELING IN NIMROD Uri Shumlak*, Sina Taheri*, Jacob King** *University of Washington **Tech-X Corporation April 2016 Plasma-Neutral Model Physical Model is derived by E. Meier and U. Shumlak*

More information

IMPLEMENTATION OF PRESSURE BASED SOLVER FOR SU2. 3rd SU2 Developers Meet Akshay.K.R, Huseyin Ozdemir, Edwin van der Weide

IMPLEMENTATION OF PRESSURE BASED SOLVER FOR SU2. 3rd SU2 Developers Meet Akshay.K.R, Huseyin Ozdemir, Edwin van der Weide IMPLEMENTATION OF PRESSURE BASED SOLVER FOR SU2 3rd SU2 Developers Meet Akshay.K.R, Huseyin Ozdemir, Edwin van der Weide Content ECN part of TNO SU2 applications at ECN Incompressible flow solver Pressure-based

More information

PALADINS: Scalable Time-Adaptive Algebraic Splitting and Preconditioners for the Navier-Stokes Equations

PALADINS: Scalable Time-Adaptive Algebraic Splitting and Preconditioners for the Navier-Stokes Equations 2013 SIAM Conference On Computational Science and Engineering Boston, 27 th February 2013 PALADINS: Scalable Time-Adaptive Algebraic Splitting and Preconditioners for the Navier-Stokes Equations U. Villa,

More information

Discontinuous Galerkin methods for nonlinear elasticity

Discontinuous Galerkin methods for nonlinear elasticity Discontinuous Galerkin methods for nonlinear elasticity Preprint submitted to lsevier Science 8 January 2008 The goal of this paper is to introduce Discontinuous Galerkin (DG) methods for nonlinear elasticity

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

Computer Simulation Using Particles

Computer Simulation Using Particles Computer Simulation Using Particles R W Hockney Emeritus Professor, University ofreading and J W Eastwood Culham Laboratory, Abingdon Institute of Physics Publishing Bristol and Philadelphia CONTENTS Foreword

More information

Solution Methods. Steady State Diffusion Equation. Lecture 04

Solution Methods. Steady State Diffusion Equation. Lecture 04 Solution Methods Steady State Diffusion Equation Lecture 04 1 Solution methods Focus on finite volume method. Background of finite volume method. Discretization example. General solution method. Convergence.

More information

RECENT DEVELOPMENTS IN COMPUTATIONAL REACTOR ANALYSIS

RECENT DEVELOPMENTS IN COMPUTATIONAL REACTOR ANALYSIS RECENT DEVELOPMENTS IN COMPUTATIONAL REACTOR ANALYSIS Dean Wang April 30, 2015 24.505 Nuclear Reactor Physics Outline 2 Introduction and Background Coupled T-H/Neutronics Safety Analysis Numerical schemes

More information

Efficient outdoor sound propagation modelling in time-domain

Efficient outdoor sound propagation modelling in time-domain Efficient outdoor sound propagation modelling in time-domain Timothy Van Renterghem Acoustics Group Department of Information Technology Ghent University/iMinds CEAS, X-Noise : Atm. and ground effects

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

ANALYSIS AND NUMERICAL METHODS FOR SOME CRACK PROBLEMS

ANALYSIS AND NUMERICAL METHODS FOR SOME CRACK PROBLEMS INTERNATIONAL JOURNAL OF NUMERICAL ANALYSIS AND MODELING, SERIES B Volume 2, Number 2-3, Pages 155 166 c 2011 Institute for Scientific Computing and Information ANALYSIS AND NUMERICAL METHODS FOR SOME

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

Chapter 5. Methods for Solving Elliptic Equations

Chapter 5. Methods for Solving Elliptic Equations Chapter 5. Methods for Solving Elliptic Equations References: Tannehill et al Section 4.3. Fulton et al (1986 MWR). Recommended reading: Chapter 7, Numerical Methods for Engineering Application. J. H.

More information

9. Iterative Methods for Large Linear Systems

9. Iterative Methods for Large Linear Systems EE507 - Computational Techniques for EE Jitkomut Songsiri 9. Iterative Methods for Large Linear Systems introduction splitting method Jacobi method Gauss-Seidel method successive overrelaxation (SOR) 9-1

More information

Nonlinear Support Vector Machines through Iterative Majorization and I-Splines

Nonlinear Support Vector Machines through Iterative Majorization and I-Splines Nonlinear Support Vector Machines through Iterative Majorization and I-Splines P.J.F. Groenen G. Nalbantov J.C. Bioch July 9, 26 Econometric Institute Report EI 26-25 Abstract To minimize the primal support

More information

AMS526: Numerical Analysis I (Numerical Linear Algebra for Computational and Data Sciences)

AMS526: Numerical Analysis I (Numerical Linear Algebra for Computational and Data Sciences) AMS526: Numerical Analysis I (Numerical Linear Algebra for Computational and Data Sciences) Lecture 19: Computing the SVD; Sparse Linear Systems Xiangmin Jiao Stony Brook University Xiangmin Jiao Numerical

More information

Answers to Exercises Computational Fluid Dynamics

Answers to Exercises Computational Fluid Dynamics Answers to Exercises Computational Fluid Dynamics Exercise - Artificial diffusion upwind computations.9 k=. exact.8 k=..7 k=..6 k=..5.4.3.2...2.3.4.5.6.7.8.9 x For k =.,. and., and for N = 2, the discrete

More information

Mixed convection in a horizontal tube with external longitudinal fins

Mixed convection in a horizontal tube with external longitudinal fins Mixed convection in a horizontal tube with external longitudinal fins M. Ouzzane' and N. Galanis2 I Laboratoire de diversification e'nergetique, CANMET, Canada Dkpartement de gknie mkanique,universite'

More information

Numerical Investigation of Conjugate Natural Convection Heat Transfer from Discrete Heat Sources in Rectangular Enclosure

Numerical Investigation of Conjugate Natural Convection Heat Transfer from Discrete Heat Sources in Rectangular Enclosure Proceedings of the World Congress on Engineering 4 Vol II, WCE 4, July - 4, 4, London, U.K. Numerical Investigation of Conjugate Natural Convection Heat Transfer from Discrete Heat Sources in Rectangular

More information

5. PRESSURE AND VELOCITY SPRING Each component of momentum satisfies its own scalar-transport equation. For one cell:

5. PRESSURE AND VELOCITY SPRING Each component of momentum satisfies its own scalar-transport equation. For one cell: 5. PRESSURE AND VELOCITY SPRING 2019 5.1 The momentum equation 5.2 Pressure-velocity couling 5.3 Pressure-correction methods Summary References Examles 5.1 The Momentum Equation Each comonent of momentum

More information

Experimental Verification of CFD Modeling of Turbulent Flow over Circular Cavities using FLUENT

Experimental Verification of CFD Modeling of Turbulent Flow over Circular Cavities using FLUENT Experimental Verification of CFD Modeling of Turbulent Flow over Circular Cavities using FLUENT T Hering, J Dybenko, E Savory Mech. & Material Engineering Dept., University of Western Ontario, London,

More information

Learning Tetris. 1 Tetris. February 3, 2009

Learning Tetris. 1 Tetris. February 3, 2009 Learning Tetris Matt Zucker Andrew Maas February 3, 2009 1 Tetris The Tetris game has been used as a benchmark for Machine Learning tasks because its large state space (over 2 200 cell configurations are

More information

Fast Iterative Solution of Saddle Point Problems

Fast Iterative Solution of Saddle Point Problems Michele Benzi Department of Mathematics and Computer Science Emory University Atlanta, GA Acknowledgments NSF (Computational Mathematics) Maxim Olshanskii (Mech-Math, Moscow State U.) Zhen Wang (PhD student,

More information

CFD ANALYSIS OF TRIANGULAR ABSORBER TUBE OF A SOLAR FLAT PLATE COLLECTOR

CFD ANALYSIS OF TRIANGULAR ABSORBER TUBE OF A SOLAR FLAT PLATE COLLECTOR Int. J. Mech. Eng. & Rob. Res. 2013 Basavanna S and K S Shashishekar, 2013 Research Paper ISSN 2278 0149 www.imerr.com Vol. 2, No. 1, January 2013 2013 IJMERR. All Rights Reserved CFD ANALYSIS OF TRIANGULAR

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY DEPARTMENT OF MECHANICAL ENGINEERING CAMBRIDGE, MASSACHUSETTS NUMERICAL FLUID MECHANICS FALL 2011

MASSACHUSETTS INSTITUTE OF TECHNOLOGY DEPARTMENT OF MECHANICAL ENGINEERING CAMBRIDGE, MASSACHUSETTS NUMERICAL FLUID MECHANICS FALL 2011 MASSACHUSETTS INSTITUTE OF TECHNOLOGY DEPARTMENT OF MECHANICAL ENGINEERING CAMBRIDGE, MASSACHUSETTS 02139 2.29 NUMERICAL FLUID MECHANICS FALL 2011 QUIZ 2 The goals of this quiz 2 are to: (i) ask some general

More information

A note on accurate and efficient higher order Galerkin time stepping schemes for the nonstationary Stokes equations

A note on accurate and efficient higher order Galerkin time stepping schemes for the nonstationary Stokes equations A note on accurate and efficient higher order Galerkin time stepping schemes for the nonstationary Stokes equations S. Hussain, F. Schieweck, S. Turek Abstract In this note, we extend our recent work for

More information

OUTLINE ffl CFD: elliptic pde's! Ax = b ffl Basic iterative methods ffl Krylov subspace methods ffl Preconditioning techniques: Iterative methods ILU

OUTLINE ffl CFD: elliptic pde's! Ax = b ffl Basic iterative methods ffl Krylov subspace methods ffl Preconditioning techniques: Iterative methods ILU Preconditioning Techniques for Solving Large Sparse Linear Systems Arnold Reusken Institut für Geometrie und Praktische Mathematik RWTH-Aachen OUTLINE ffl CFD: elliptic pde's! Ax = b ffl Basic iterative

More information

Fast Solvers for Unsteady Incompressible Flow

Fast Solvers for Unsteady Incompressible Flow ICFD25 Workshop p. 1/39 Fast Solvers for Unsteady Incompressible Flow David Silvester University of Manchester http://www.maths.manchester.ac.uk/~djs/ ICFD25 Workshop p. 2/39 Outline Semi-Discrete Navier-Stokes

More information

Riemann Solvers and Numerical Methods for Fluid Dynamics

Riemann Solvers and Numerical Methods for Fluid Dynamics Eleuterio R Toro Riemann Solvers and Numerical Methods for Fluid Dynamics A Practical Introduction With 223 Figures Springer Table of Contents Preface V 1. The Equations of Fluid Dynamics 1 1.1 The Euler

More information