ANALYSIS of CYCLIC REDUCTION for the NUMERICAL SOLUTION of THREE-DIMENSIONAL CONVECTION-DIFFUSION EQUATIONS by CHEN GREIF B

Total Page:16

File Type:pdf, Size:1020Kb

ANALYSIS of CYCLIC REDUCTION for the NUMERICAL SOLUTION of THREE-DIMENSIONAL CONVECTION-DIFFUSION EQUATIONS by CHEN GREIF B ANALYSIS OF CYCLIC REDUCTION FOR THE NUMERICAL SOLUTION OF THREE-DIMENSIONAL CONVECTION-DIFFUSION EQUATIONS by CHEN GREIF B. Sc. (Applied Mathematics), Tel Aviv University, 1991 M. Sc. (Applied Mathematics), Tel Aviv University, 1994 A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF DOCTOR OF PHILOSOPHY in THE FACULTY OF GRADUATE STUDIES Department of Mathematics Institute of Applied Mathematics We accect this thesis as conforming to tre^ required ^md\rd THE UNIVERSITY OF BRITISH COLUMBIA April 1998 © Chen Greif, 1998 In presenting this thesis in partial fulfillment of the requirements for an advanced degree at the University of British Columbia, I agree that the Library shall make it freely available for refer• ence and study. I further agree that permission for extensive copying of this thesis for scholarly purposes may be granted by the head of my department or by his or her representatives. It is understood that copying or publication of this thesis for financial gain shall not be allowed without my written permission. Department of Mathematics The University of British Columbia Vancouver, Canada Abstract This thesis deals with the numerical solution of convection-diffusion equations. In particular, the focus is on the analysis of applying one step of cyclic reduction to linear systems of equations which arise from finite difference discretization of steady-state three-dimensional convection- diffusion equations. The method is based on decoupling the unknowns and solving the resulting smaller linear systems using iterative methods. In three dimensions this procedure results in some loss of sparsity, compared to lower dimensions. Nevertheless, the resulting linear system has excellent numerical properties, is generally better conditioned than the original system, and gives rise to faster convergence of iterative solvers, and convergence in cases where solvers of the original system of equations fail to converge. The thesis starts with an overview of the equations that are solved and general properties of the resulting linear systems. Then, the unsymmetric discrete operator is derived and the struc• ture of the cyclically reduced linear system is described. Several important aspects are analyzed in detail. The issue of orderings is addressed and a highly effective ordering strategy is pre• sented. The complicated sparsity pattern of the matrix requires careful analysis; comprehensive convergence analysis for block stationary methods is provided, and the bounds on convergence rates are shown to be very tight. The computational work required to perform cyclic reduction and compute the solution of the linear system is discussed at length. Preconditioning techniques and various iterative solvers are considered. ii Table of Contents Abstract ii Table of Contents iii List of Tables v List of Figures vi Acknowledgements viii Chapter 1. Introduction 1 1.1 Background 2 1.1.1 The Convection-Diffusion Equation 2 1.1.2 Finite Difference Methods 4 1.1.3 Solving the Linear System 9 1.2 One Step of Cyclic Reduction 14 1.2.1 The One-Dimensional Case 14 1.2.2 More Space Dimensions 20 1.3 Thesis Outline and Notation 23 Chapter 2. Cyclic Reduction 25 2.1 Complete Cyclic Reduction 26 2.2 The Three-Dimensional Cyclically Reduced Operator 29 2.2.1 The Constant Coefficient Model Problem 31 2.2.2 The Variable Coefficient Case 36 2.3 Properties of the Reduced Matrix ;. 39 Chapter 3. Ordering Strategies 46 3.1 Block Ordering Strategies for 3D Grids 48 3.2 The Family of Two-Plane Orderings 50 3.3 The Family of Two-Line Orderings 54 3.4 Comparison Results 58 Chapter 4. Convergence Analysis for Block Stationary Methods 64 4.1 Symmetrization of the Reduced System 64 4.1.1 The Constant Coefficient Case 65 4.1.2 The Variable Coefficient Case 72 4.2 Bounds on Convergence Rates 75 4.3 "Near-Property A" for ID Partitioning of the Two-Plane Matrix 87 4.4 Computational Work 94 4.5 Comparison with the Unreduced System 97 4.6 Fourier Analysis 103 4.7 Comparisons 107 m Table of Contents Chapter 5. Solvers, Preconditioners, Implementation and Performance 113 5.1 Krylov Subspace Solvers and Preconditioners - Overview 113 5.2 Incomplete Factorizations for the Reduced System 120 5.3 The Overall Cost of Construction of the Reduced System 126 5.4 Numerical Experiments 128 5.5 Vector and Parallel Implementation 140 Chapter 6. Summary, Conclusions and Future Research 153 6.1 Summary and Conclusions 153 6.2 Future Research 157 Bibliography 160 iv List of Tables 4.1 comparison between the computed spectral radius and the bound for the ID splitting 86 4.2 comparison between the computed spectral radius and the bound for the 2D splitting 86 4.3 comparison of computed spectral radii of the ID Jacobi iteration matrix with matrices which are consistently ordered 92 4.4 comparison between iteration counts for the reduced and unreduced systems ...... 108 4.5 iteration counts for different iterative schemes 110 4.6 iteration counts for one nonzero convective term Ill 4.7 iteration counts for two nonzero convective terms Ill 5.1 number of nonzero elements in the ILU(l) factorization 123 5.2 computational work involved in the construction of the reduced matrix 127 5.3 comparison between the computed spectral radii and the bounds 129 5.4 comparison of solving work/time for various mesh sizes 130 5.5 comparison between estimated condition numbers 132 5.6 performance of block stationary methods for Test Problem 1 132 5.7 construction time/work of ILU preconditioners 133 5.8 performance of QMR for Test Problem 1 134 5.9 performance of BiCG for Test Problem 1 134 5.10 performance of Bi-CGSTAB for Test Problem 1 135 5.11 performance of CGS for Test Problem 1 135 5.12 overall flop counts and average computed constants for Test Problem 2 138 5.13 performance of various incomplete factorizations for Test Problem 2 139 5.14 norm of the error for Test Problem 3 140 5.15 comparison of performance for Test Problem 3 141 5.16 comparison of iteration counts of natural and multicolor orderings 152 List of Figures 1.1 computational molecules 8 1.2 numerical solution of Eq. (1.24) 14 1.3 red/black ordering of the one-dimensional grid 15 1.4 the matrix associated with the red/black ordering for the one-dimensional case 16 1.5 eigenvalues of the reduced matrix (solid line) and the unreduced matrix (broken line) for the one-dimensional model problem with n = 65 and /3 = 0.3 19 1.6 natural lexicographic ordering of the tensor-product grids 21 1.7 sparsity patterns of the matrices 22 1.8 red/black ordering in the two-dimensional case 22 2.1 a three-dimensional checkerboard 30 2.2 red/black ordering of the 3D grid 31 2.3 points that are affected by the block Gaussian elimination 32 2.4 structure of the computational molecule associated with the reduced operator 33 2.5 sparsity pattern of the lexicographically ordered reduced matrix 35 2.6 eigenvalues of both systems for Poisson's equation 43 2.7 singular values of both matrices for Eq. (2.24) 44 3.1 orderings of the 2D block grid 49 3.2 three members in the family of natural two-plane orderings 50 3.3 red/black and toroidal two-plane ordering corresponding to x-y oriented 2D blocks . 51 3.4 sparsity patterns of two members of the two-plane family of orderings 53 3.5 block computational molecule corresponding to the family of orderings 2PN 53 3.6 four-color ID block ordering 54 3.7 ordering and sparsity pattern of the matrix associated with 2LNxy ordering 55 3.8 block computational molecule corresponding to the ordering strategy 2LNxy 58 3.9 possible block partitionings of the two-plane matrix 59 3.10 a zoom on 2D blocks 60 3.11 comparison of the spectral radii of block Jacobi iteration matrices for cross-sections of the mesh Reynolds numbers 61 3.12 spectral radii of iteration matrices vs. mesh Reynolds numbers 62 3.13 symmetric reverse Cuthill-McKee ordering of the reduced matrix 63 4.1 sparsity patterns of the matrices involved in the proof of Lemma 4.8 84 4.2 "Near Property A" for the ID splitting 89 4.3 sparsity pattern of the matrix CJ1' 90 4.4 the function hs (at) • 93 4.5 spectral radius of the SOR iteration matrix vs. the relaxation parameter 95 4.6 comparison of the spectral radii of the Gauss-Seidel iteration matrices 103 5.1 a two-dimensional slice of the stencil associated with U 121 5.2 fill-in in the construction of ILU(l) in the plane containing the gridpoint for which the discretization was done 121 vi List of Figures 5.3 fill-in in the construction of ILU(l) in the plane adjacent to the gridpoint for which the discretization was done 122 5.4 sparsity patterns of the factors of ILU(l) and ILU(2) 123 5.5 sparsity patterns of factors for ILU with drop tolerance 10-2 125 5.6 /2-norm of relative residual for preconditioned Bi-CGSTAB 131 5.7 a 2D slice of the numerical solution of Test Problem 3 140 5.8 2D mesh architecture (3 X 3) 143 5.9 a 2D slice of gridpoints associated with one processor 145 5.10 the part of the reduced matrix that contains the gridpoints associated with a certain subcube, and the rectangular matrix before local ordering 149 5.11 the "local part" of the rectangular matrix after re-ordering 150 5.12 a 2D slice of processors that hold entries of ID or 2D sets of unknowns 151 vii Acknowledgements I would like to thank my supervisor, Jim Varah, for his devoted guidance.
Recommended publications
  • Program Booklet
    DD23 International Conference on Domain Decomposition Methods 23rd International Conference on Domain Decomposition Methods http://dd23.kaist.ac.kr July 6-10, 2015 International Convention Center Jeju (ICC-Jeju) Jeju Island, Korea Sponsors Supporter Maps around the ICC Jeju * Banquet at Cao Cao (Wednesday, July 8th 2015, 19:00 – 20:50) Block Schedule Sunday Monday Tuesday Wednesday Thursday Friday July 05 July 06 July 07 July 08 July 09 July 10 (Day 1) (Day 2) (Day 3) (Day 4) (Day 5) Opening Clark 08:30 - 09:00 Ceremony Dohrmann Panayot (08:30 - 09:15) 09:00 - 09:30 Jysoo Lee Felix Kwok Vassilevski (09:00 - 09:45) (09:00 - 09:45) Nicole Spillane Parallel Sessions VIII (09:00 - 09:45) 09:30 - 10:00 (09:15 - 10:00) (09:00 – 10:40) 10:00 - 10:30 MS12, CT-7 10:30 - 11:00 Parallel Sessions I (10:15 – 11:55) Parallel Sessions III Parallel Sessions V (10:15 – 11:55) (10:15 – 11:55) 11:00 - 11:30 MS3-1, MS4-1, MS5-1, CT-3 MS6, CT-5 Frédéric Nataf CT-1 (11:10 - 11:55) 11:30 - 12:00 12:00 - 12:30 Closing Ceremony 12:30 - 13:00 Lunch Lunch Lunch (11:55 - 14:00) (11:55 - 14:00) (11:55 - 14:00) Lunch 13:00 - 13:30 (12:10 - 14:00) Social 13:30 – 14:00 Program 14:00 - 14:30 Yuri Bazilevs Sang Joon Shin (14:00 - 14:45) Parallel Sessions IV (14:00 - 14:45) (14:00 – 15:40) 14:30 - 15:00 Andrew Wathen MS5-2, MS7-1, Parallel Sessions VI 15:00 - 15:30 (14:45 - 15:30) CT-4 (14:50 – 16:30) 15:30 - 16:00 MS7-2, MS11-1,MS14 16:00 - 16:30 Parallel Sessions II (16:00 – 17:40) 16:30 - 17:00 Lori Badea (16:10 - 16:55) MS3-2, MS4-2, 17:00 - 17:30 CT-2 Parallel SessionsVII Luca F.
    [Show full text]
  • Program PMAA14.Indd
    Università Facoltà Institute of della di scienze Computational Svizzera informatiche Science italiana ICS PMAA14 8th International Workshop on Parallel Matrix Algorithms and Applications Università della Svizzera italiana, Switzerland pmaa14.ics.usi.ch PMAA14 8th International Workshop on Parallel Matrix Algorithms and Applications Università della Svizzera italiana, Switzerland pmaa14.ics.usi.ch Welcome Dear participants, Welcome to the 8th International Workshop on Parallel Matrix Algorithms and Applications (PMAA14). The workshop Co-chairs are happy to host this international conference here at the Università della Svizzera italiana, in the Italian-speaking part of Switzerland. The Institute of Computational Science (ICS) of the Faculty of Informatics at the Università della Svizzera italiana (USI) is delighted to host the eigth edition of this workshop series. The ICS was founded in 2009 towards realizing the vision of USI to become a new sci- entifi c and educational node for computational science in Switzerland. It has since then grown into a place with strong competences in mathematical modeling, numerical simulation, and high-performance computing. Research areas range from high-performance numerical simulation in science, medicine, and engineering, through computational time series analysis and computational shape analysis, to computational cardiology and the multi-scale simulation of physical and biological systems. The PMAA workshop series aims to be a forum for an exchange of ideas, insights and experiences in different areas of parallel com- puting in which matrix algorithms are employed. The workshop will bring together experts and practitioners from diverse disciplines with a common interest in matrix computation. The PMAA14 programme consists of 27 regular sessions, 4 plenary talks and around 112 presentations.
    [Show full text]
  • Icase Interim Report 6
    NASA Contractor Report 181764 ICASE INTERIM REPORT 6 A BIBLIOGRAPHY ON PARALLEL AND VECTOR NUMERICAL ALGORITHMS James M. Ortega, Robert G. Voigt, and Charles H. Romine - NASA Contract No. NAS1-18107, NASI-18605 December 1988 (EASA-CR- 181764) A BXELIOGEIFHY 08 PARALLEL N89-163Sb A10 VLCICG IUBBBICAL ALGORIILt5 Iinal Report OASA) 90 CSCL 0913 Unclar G3/61 0169713 INSTITUTE FOR COMPUTER APPLICATIONS IN SCIENCE AND ENGINEERING NASA Langley Research Center, Hampton, Virginia 23665 Operated by the Universities Space Research Association National Aeronautics and Space Ad ministration Langley Research Center Hampton, Virginia 23665-5225 ICASE INTERIM REPORTS ICASE has introduced a new report series to be called ICASE lntcrim Reports. The series will complement the more familiar blue ICASE reports that have becn distributed for many years. The blue reports are intended as preprints of research that has been submitted for publication in either rcferccd journals or conference proceedings. In general, the green Interim Report will not be submit- ted for publication, at least not in its printed form. It will be used for research that has reached a certain level of maturity but needs additional refinement, for technical reviews or position statements, for bibliographies, and for computer software. The Interim Reports will receive the same distribution as the ICASE Reports. They will be available upon request in the future, and they may be referenced in other publications. Robert G. Voigt Director i A BIBLIOGRAPHY ON PARALLEL AND VECTOR NUMERICAL ALGORITHMS JAMES M. ORTEGA', ROBERT G. VOIGTt AND CHARLES H. ROlllINEt Since parallel and vector computation is expanding rapidly, we hope that the refer- ences we have collected over the years will be of some value to researchers entering the field.
    [Show full text]
  • A Review of Vortex Methods and Their Applications: from Creation to Recent Advances
    fluids Review A Review of Vortex Methods and Their Applications: From Creation to Recent Advances Chloé Mimeau * and Iraj Mortazavi Laboratory M2N, CNAM, 75003 Paris, France; [email protected] * Correspondence: [email protected]; Tel.: +33-0140-272-283 Abstract: This review paper presents an overview of Vortex Methods for flow simulation and their different sub-approaches, from their creation to the present. Particle methods distinguish themselves by their intuitive and natural description of the fluid flow as well as their low numerical dissipation and their stability. Vortex methods belong to Lagrangian approaches and allow us to solve the incompressible Navier-Stokes equations in their velocity-vorticity formulation. In the last three decades, the wide range of research works performed on these methods allowed us to highlight their robustness and accuracy while providing efficient computational algorithms and a solid mathematical framework. On the other hand, many efforts have been devoted to overcoming their main intrinsic difficulties, mostly relying on the treatment of the boundary conditions and the distortion of particle distribution. The present review aims to describe the Vortex methods by following their chronological evolution and provides for each step of their development the mathematical framework, the strengths and limits as well as references to applications and numerical simulations. The paper ends with a presentation of some challenging and very recent works based on Vortex methods and successfully applied to problems such as hydrodynamics, turbulent wake dynamics, sediment or porous flows. Keywords: hydrodynamics; incompressible flows; particle methods; remeshing; semi-Lagrangian vortex methods; vortex methods; Vortex-Particle-Mesh methods; vorticity; wake dynamics Citation: Mimeau, C.; Mortazavi, I.
    [Show full text]
  • METHOD for SOLVING INTERFACE and BOUNDARY VALUE PROBLEMS by HONGSONG FENG SHAN ZH
    AUGMENTED MATCHED INTERFACE AND BOUNDARY(AMIB) METHOD FOR SOLVING INTERFACE AND BOUNDARY VALUE PROBLEMS by HONGSONG FENG SHAN ZHAO, COMMITTEE CHAIR DAVID HALPERN WEI ZHU MOJDEH RASOULZADEH XIAOWEN WANG A DISSERTATION Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in the Department of Mathematics in the Graduate School of The University of Alabama TUSCALOOSA, ALABAMA 2021 Copyright HONGSONG FENG 2021 ALL RIGHTS RESERVED ABSTRACT This dissertation is devoted to the development of the augmented matched interface and bound- ary(AMIB) method and its applications for solving interface and boundary value problems. We start with a second order accurate AMIB introduced for solving two-dimensional (2D) el- liptic interface problems with piecewise constant coefficients, which illustrates the theory of AMIB illustrated in details. AMIB method is different from its ancestor matched interface and boundary (MIB) method in employing fictitious values to restore the accuracy of central differences for in- terface and boundary value problems by approximating the corrected terms in corrected central differences with these fictitious values. Through the augmented system and Schur complement, the total computational cost of the AMIB is about O(N log N) for degree of freedom N on a Carte- sian grid in 2D when fast Fourier transform(FFT) based Poisson solver is used. The AMIB method achieves O(N log N) efficiency for solving interface and boundary value problems, which is a sig- nificant advance compared to the MIB method. Following the theory of AMIB in chapter 2, chapter 3 to chapter 6 cover the development of AMIB for a high order efficient algorithm in solving Poisson boundary value problems and a fourth order algorithm for elliptic interface problems as well as efficient algorithm for parabolic interface problems.
    [Show full text]
  • Robust and Scalable Hierarchical Matrix-Based Fast Direct Solver and Preconditioner for the Numerical Solution of Elliptic Partial Differential Equations
    Robust and scalable hierarchical matrix-based fast direct solver and preconditioner for the numerical solution of elliptic partial differential equations Dissertation by Gustavo Iv´anCh´avez Ch´avez In Partial Fulfillment of the Requirements For the Degree of Doctor of Philosophy King Abdullah University of Science and Technology Thuwal, Kingdom of Saudi Arabia June, 2017 2 EXAMINATION COMMITTEE PAGE The dissertation of Gustavo Iv´anCh´avez Ch´avez is approved by the examination committee Committee Chairperson: Professor David Keyes Committee Members: Professor Mikhail Moshkov, Professor David Ketcheson, Professor George Turkiyyah, Professor Jingfang Huang 3 © June, 2017 Gustavo Iv´anCh´avez Ch´avez All Rights Reserved 4 ABSTRACT Robust and scalable hierarchical matrix-based fast direct solver and preconditioner for the numerical solution of elliptic partial differential equations Gustavo Iv´anCh´avez Ch´avez This dissertation introduces a novel fast direct solver and preconditioner for the solution of block tridiagonal linear systems that arise from the discretization of ellip- tic partial differential equations on a Cartesian product mesh, such as the variable- coefficient Poisson equation, the convection-diffusion equation, and the wave Helmholtz equation in heterogeneous media. The algorithm extends the traditional cyclic reduction method with hierarchical matrix techniques. The resulting method exposes substantial concurrency, and its arithmetic operations and memory consumption grow only log-linearly with problem size, assuming bounded
    [Show full text]
  • Nomenclature
    NOMENCLATURE a speed of sound A area A JF/du A area vector C wave speed C specific heat Cf skin-friction coefficient Ci species mass fraction cP specific heat at constant pressure C” specific heat at constant volume CP pressure coefficient dA differential area dl differential length dr differential length vector along a line dR differential volume dS differential surface area dt differential time h7dY7 dz differential lengths in Cartesian system dv differential volume dV differential volume d7 differential volume D diameter gim multi-component diffusion coefficient e error 737 738 NOMENCLATURE internal energy per unit mass shift operator Eckert number total energy per unit volume, [= p(e + v2/2)if only internal energy and kinetic energy are included] function numerical flux body force per unit mass components of body force per unit mass in a Cartesian system denotes function, nondimensional velocity variable flux gravity vector amplification factor nondimensional velocity variable height enthalpy per unit mass (= e + p/p) Ax heat transfer coefficient enthalpy of formation for species i scale factors in an orthogonal curvilinear coordinate system total enthalpy (= h + V2/2> d=-i unit vectors in a generalized curvilinear coordinate system unit vectors in a Cartesian coordinate system nondimensional enthalpy variable inverse Jacobian transfer operator Jacobian AY coefficient of thermal conductivity kinetic energy of turbulence wave number turbulent thermal conductivity local body curvature AY JAY- length mixing length dissipation length
    [Show full text]
  • CSE15 Abstracts
    CSE15 Abstracts Abstracts are printed as submitted by the authors. Society for Industrial and Applied Mathematics 3600 Market Street, 6th Floor Philadelphia, PA 19104-2688 USA Telephone: +1-215-382-9800 Fax: +1-215-386-7999 Conference E-mail: [email protected] Conference web: www.siam.org/meetings/ Membership and Customer Service: 800-447-7426 (US & Canada) or +1-215-382-9800 (worldwide) CS15 Abstracts 1 IP1 to a strong earthquake. Graph Data Analytics at Scale: Opportunities and Challenges Shinobu Yoshimura The University of Tokyo The four Vs of Big Data necessitate fundamentally different [email protected] data analytics. A promising strategy toward understand- ing of a complex system’s dynamics and function aims to extract features and relationships between them and to an- IP4 alyze how their evolution causes different functional system Extreme-scale Multigrid in Space and Time responses. Discovery and forecasting of patterns in such feature graphs can provide insights about the vulnerability Multigrid methods are important techniques for efficiently of our nations energy infrastructure to disturbances, the solving huge linear systems and they have already been spread of a cyber-security attack, or the anomalies in in- shown to scale effectively on millions of cores. Future exas- ternode communication in high performance systems. This cale architectures will require solvers to exhibit even higher talk will present some opportunities and challenges in us- levels of concurrency (1B cores), minimize data movement, ing this strategy for computational science and engineering exploit machine heterogeneity, and demonstrate resilience applications. to faults. While considerable research and development remains to be done, multigrid approaches are ideal for ad- Nagiza Samatova dressing these challenges.
    [Show full text]
  • Programs and Algorithms of Numerical Mathematics 13
    International Conference Programs and Algorithms of Numerical Mathematics 13 in honor of Ivo Babu·ska's 80th birthday under the auspices of Prof. V¶aclavPa·ces, the President of the Academy of Sciences of the Czech Republic Mathematical Institute, Academy of Sciences, Zitn¶a25,· Prague, Czech Republic May 28{31, 2006 Photo courtesy of C. Fonville PROCEEDINGS Edited by J. Chleboun, K. Segeth, T. Vejchodsk¶y Mathematical Institute Academy of Sciences of the Czech Republic Prague 2006 ISBN 80-85823-54-3 Matematick¶y¶ustav AV CR· Praha 2006 Contents Preface .........................................................................7 Lud·ekBene·s,Karel Kozel, Ivo Sl¶adek Numerical modeling of flow and pollution dispersion over real topography . 9 Michal Bene·s,Petr Mayer Numerical analysis of mathematical model of heat and moisture transport in concrete at high temperatures . .16 Radim Blaheta Hierarchical FEM: strengthened CBS inequalities, error estimates and iterative solvers .........................................................................24 Pavel Burda, Jaroslav Novotn¶y,Jakub S¶³stek· Accuracy investigation of a stabilized FEM for solving flows of incompressible fluid ...........................................................................30 Lubor Bu·ri·c,Vladim¶³rJanovsk¶y On a tra±c problem . 37 Claudio Canuto, Tom¶a·sKozubek A ¯ctitious domain approach to the numerical solution of elliptic boundary value problems de¯ned in stochastic domains . 46 Jan Chleboun On a Sandia structural mechanics challenge problem . 53 Ji·r¶³Dobe·s,Herman Deconinck A second order unconditionally positive space-time residual distribution method for solving compressible flows on moving meshes . 60 Ji·r¶³Dobi¶a·s,Svatopluk Pt¶ak,Zden·ekDost¶al,V¶³tVondr¶ak Scalable algorithms for contact problems with geometrical and material non-linearities .
    [Show full text]
  • Chapter 2 of the Book by Prosperetti and Tryggvason
    2 Direct numerical simulations of finite Reynolds number flows In this chapter and the following three, we discuss numerical methods that have been used for direct numerical simulations of multiphase flow. Al- though direct numerical simulations, or DNS, mean slightly different things to different people, we shall use the term to refer to computations of com- plex unsteady flows where all continuum length and time scales are fully resolved. Thus, there are no modeling issues beyond the continuum hy- pothesis. The flow within each phase and the interactions between different phases at the interface between them are found by solving the governing conservation equations, using grids that are finer and time steps that are shorter than any physical length and time scale in the problem. The detailed flow field produced by direct numerical simulations allows us to explore the mechanisms governing multiphase flows and to extract information not available in any other way. For a single bubble, drop, or particle, we can obtain integrated quantities such as lift and drag and ex- plore how they are affected by free stream turbulence, the presence of walls, and the unsteadiness of the flow. In these situations it is possible to take advantage of the relatively simple geometry to obtain extremely accurate solutions over a wide range of operating conditions. The interactions of a few bubbles, drops, or particles is a more challenging computation, but can be carried out using relatively modest computational resources. Such simu- lations yield information about, for example, how bubbles collide or whether a pair of buoyant particles, rising freely through a quiescent liquid, orient themselves in a preferred way.
    [Show full text]