Molchanov Alexander M. NUMERICAL METHODS FOR

Total Page:16

File Type:pdf, Size:1020Kb

Molchanov Alexander M. NUMERICAL METHODS FOR Molchanov Alexander M. NUMERICAL METHODS FOR SOLVING THE NAVIER-STOKES EQUATIONS Moscow, 2018 1 Annotation This book is intended for beginners in the field of Computational Fluid Dynamics (CFD), studying in English. If you have never studied CFD before, if you have never worked in the area, and if you have no real idea as to what the discipline is all about, then this book is for you. Although the material has been developed from first principles wherever possible, the book will be of greatest benefit to those who are familiar with the ideas of calculus, elementary vector and matrix algebra and basic numerical methods. The main purpose in writing this book is to provide a simple, satisfying, and motivational approach toward presenting the subject to the reader who is learning about CFD for the first time. In the workplace, CFD is today a mathematically sophisticated discipline. The book is focused on the problems related to aviation and aerospace topics. However, the proposed methods can be easily applied to a wider sphere of science. 2 Preface ................................................................................................................... 5 Navier-Stokes Equations ................................................................................... 5 Application of Computational Fluid Dynamics ................................................ 7 Advantages of a Theoretical Calculation .......................................................... 8 Disadvantages of a Theoretical Calculation ...................................................... 9 1. FLUID DYNAMICS ....................................................................................... 11 1.1. Some useful formulas. .............................................................................. 11 1.2. Fundamental Equations ............................................................................ 13 1.3. Continuity Equation ................................................................................. 14 1.4. Momentum Equation ................................................................................ 16 1.5. Energy Equation ....................................................................................... 21 1.6. Equation of State ...................................................................................... 24 1.7. Vector Form of Equations ........................................................................ 26 1.8. Orthogonal Curvilinear Coordinates ........................................................ 27 1.9. General transport equation ....................................................................... 32 1.10. One-Way and Two-Way Coordinates .................................................... 38 Problems .......................................................................................................... 41 2. DISCRETIZATION METHODS ................................................................... 41 2.1.The Task .................................................................................................... 41 2.2. Taylor-Series Formulation ....................................................................... 45 2.3. Control Volume Approach ....................................................................... 47 2.4. The basic rules derived from a physical sense of control volume method ......................................................................................................................... 51 2.5. Convergence ............................................................................................. 54 2.6.Approximation .......................................................................................... 55 2.7. Stability of a discretization scheme. ....................................................... 58 2.8. Convergence as a consequence of approximation and stability .............. 59 2.9. Spectral analysis of the difference problem ............................................. 60 2.10. Explicit, Crank-Nicolson, and Fully Implicit Schemes ......................... 63 3 2.11. TriDiagonal-Matrix Algorithm .............................................................. 65 2.12. Time-development method for steady state problems ........................... 68 Problems .......................................................................................................... 69 3. NUMERICAL SOLUTION OF THE NAVIER-STOKES EQUATIONS .... 69 3.1. Desirable Numerical Properties ............................................................... 69 3.2. MacCormack Explicit Method ................................................................. 72 3.3. The finite volume approximation of Navier-Stockes equations .............. 74 3.4. Splitting of inviscid fluxes ...................................................................... 76 3.5. Jacobian matrices, eigenvalues, eigenvectors .......................................... 81 3.6. Explicit and implicit Finite Volume Schemes ....................................... 83 3.7. Viscous fluxes .......................................................................................... 85 3.8. Ways to improve the numerical method .................................................. 87 Problems .......................................................................................................... 88 4. SOLUTION OF SYSTEMS OF LINEAR EQUATIONS WITH BLOCK COEFFICIENTS ................................................................................................. 89 4.1. Finite approximating difference/volume equation ................................... 89 4.2. Gauss-Seidel iteration method ................................................................. 91 4.3. Approximate Factorization (AF) .............................................................. 92 4.4. Modified Approximate Factorization (MAF) .......................................... 93 4.5. Block TriDiagonal-Matrix Algorithm ...................................................... 95 5. BOUNDARY CONDITIONS ......................................................................... 96 5.1. Characteristics. Riemann's invariants. ..................................................... 97 5.2. Types of boundary conditions ................................................................ 105 5.2.1. INLET ............................................................................................. 107 5.2.2. OUTLET ......................................................................................... 109 5.2.3. FREE STREAM BOUNDARY ...................................................... 110 5.2.4. WALL ............................................................................................. 113 5.2.5. PLANE (LINE) of SYMMETRY ................................................... 113 5.3. Ghost cells .............................................................................................. 114 5.3.1. Boundary conditions for inviscid fluxes ......................................... 116 5.3.2. Viscous Boundary Condition .......................................................... 119 4 6. COMPUTATIONAL RESULTS .................................................................. 123 6.1. Supersonic jet at high exit static pressure ratio ...................................... 123 6.2. Supersonic oxygen jet in high-temperature ambient. ........................... 125 6.3. Cold under-expanded and over-expanded air jets ................................ 127 6.4. Highly Under-Expanded Chemically Reacting Jets .............................. 132 6.5. Afterburning of exhaust plume. ............................................................. 137 REFERENCES .................................................................................................. 139 Preface Navier-Stokes Equations The Navier-Stokes Equations are the basic governing equations for a viscous, heat conducting fluid. It is a vector equation obtained by applying Second Newton's Law of Motion to a fluid element and is also called the momentum equation. It is supplemented by the mass conservation equation, also called continuity equation and the energy equation. Usually, the term Navier-Stokes equations is used to refer to all of these equations. Navier-Stokes Equations are the governing equations of Computational Fluid Dynamics (CFD). Computational Fluid Dynamics is the simulation of fluids engineering systems using modeling (mathematical physical problem formulation) and numerical methods (discretization methods, solvers, numerical parameters, and grid generations, etc.). The process is as figure 0.1. 5 Figure 0.1. Process of Computational Fluid Dynamics Firstly, we have a fluid problem. To solve this problem, we should know the physical properties of fluid by using Fluid Mechanics. Then we can use mathematical equations to describe these physical properties. This is Navier- Stokes Equations. As the Navier-Stokes Equations are analytical, human can understand it and solve them on a piece of paper. But if we want to solve these equations with computer, we have to translate it to the discretized form. The translators are numerical discretization methods, such as Finite Difference, Finite Element, Finite Volume methods. Consequently, we also need to divide our whole problem domain into many small parts because our discretization is based on them. Then, we can write programs to solve them. The typical languages are Fortran and C. Normally the programs are run on workstations or supercomputers. In the end, we can get our simulation
Recommended publications
  • Numerical Methods for Wave Equations: Part I: Smooth Solutions
    WPPII Computational Fluid Dynamics I Numerical Methods for Wave Equations: Part I: Smooth Solutions Instructor: Hong G. Im University of Michigan Fall 2001 Computational Fluid Dynamics I WPPII Outline Solution Methods for Wave Equation Part I • Method of Characteristics • Finite Volume Approach and Conservative Forms • Methods for Continuous Solutions - Central and Upwind Difference - Stability, CFL Condition - Various Stable Methods Part II • Methods for Discontinuous Solutions - Burgers Equation and Shock Formation - Entropy Condition - Various Numerical Schemes WPPII Computational Fluid Dynamics I Method of Characteristics WPPII Computational Fluid Dynamics I 1st Order Wave Equation ∂f ∂f + c = 0 ∂t ∂x The characteristics for this equation are: dx df = c; = 0; f dt dt t f x WPPII Computational Fluid Dynamics I 1-D Wave Equation (2nd Order Hyperbolic PDE) ∂ 2 f ∂ 2 f − c2 = 0 ∂t 2 ∂x2 Define ∂f ∂f v = ; w = ; ∂t ∂x which leads to ∂v ∂w − c2 = 0 ∂t ∂x ∂w ∂v − = 0 ∂t ∂x WPPII Computational Fluid Dynamics I In matrix form v 0 − c2 v t + x = 0 or u + Au = 0 − t x wt 1 0 wx Can it be transformed into the form v λ 0v t + x = 0 or u + λu = 0 ? λ t x wt 0 wx Find the eigenvalue, eigenvector ()AT − λI q = 0 − λ −1 l 1 = 0 − 2 − λ c l2 WPPII Computational Fluid Dynamics I Eigenvalue dx AT − λI = 0; λ2 − c2 = 0; λ = = ±c dt Eigenvector 1 For λ = +c, − cl − l = 0; q = 1 2 1 − c 1 For λ = −c, cl − l = 0; q = 1 2 2 c The solution (v,w) is governed by ODE’s along the characteristic lines dx / dt = ±c WPPII
    [Show full text]
  • Numerical Convection Algorithms and Their Role in Eulerian CFD Reactor Simulations
    International Journal of Chemical Reactor Engineering Volume 1 2003 Article A1 Numerical Convection Algorithms and Their Role in Eulerian CFD Reactor Simulations Hugo A. Jakobsen∗ ∗Norwegian University of Science and Technology, [email protected] Copyright c 2003 by the authors. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher, bepress. Numerical Convection Algorithms and Their Role in Eulerian CFD Reactor Simulations Hugo A. Jakobsen Abstract In this paper a comparative convection algorithm study is presented. The performance of a large number of schemes is compared evaluating the predicted solutions for a standard benchmarking test problem. The nature of the errors caused by the numerical approximations to the convection term is highlighted. Although there is no algorithm that performs the best in general, several conclu- sions can be made. The tests performed show that the 1st order upwind scheme and several variations of this scheme are very diffusive and should be avoided. Most stable 2nd order schemes seem to be much more accurate, whereas the ac- curacy gained by higher order schemes (3rd order and 4th order) may be a little more costly. Implicit time integration schemes are usually not as efficient as the corresponding explicit schemes due to the computational time required on the it- erative process. With larger time steps the accuracy of implicit schemes decrease rapidly. The choice of proper higher order schemes (2nd order schemes) is then seemingly determined by the trade off between accuracy and computational time.
    [Show full text]
  • Numerical Treatment of a Modified Maccormack Scheme in a Nondimensional Form of the Water Quality Models in a Nonuniform Flow Stream
    Hindawi Publishing Corporation Journal of Applied Mathematics Volume 2014, Article ID 274263, 8 pages http://dx.doi.org/10.1155/2014/274263 Research Article Numerical Treatment of a Modified MacCormack Scheme in a Nondimensional Form of the Water Quality Models in a Nonuniform Flow Stream Nopparat Pochai1,2 1 Department of Mathematics, Faculty of Science, King Mongkut’s Institute of Technology Ladkrabang, Bangkok 10520, Thailand 2 Centre of Excellence in Mathematics, Commission on Higher Education (CHE), Si Ayutthaya Road, Bangkok 10400, Thailand Correspondence should be addressed to Nopparat Pochai; nop [email protected] Received 1 September 2013; Revised 17 December 2013; Accepted 17 December 2013; Published 23 February 2014 Academic Editor: Lu´ıs Godinho Copyright © 2014 Nopparat Pochai. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Two mathematical models are used to simulate water quality in a nonuniform flow stream. The first model is the hydrodynamic model that provides the velocity field and the elevation of water. The second model is the dispersion model that provides the pollutant concentration field. Both models are formulated in one-dimensional equations. The traditional Crank-Nicolson method is also used in the hydrodynamic model. At each step, the flow velocity fields calculated from the first model are the input into the second model as the field data. A modified MacCormack method is subsequently employed in the second model. This paper proposes a simply remarkable alteration to the MacCormack method so as to make it more accurate without any significant loss of computational efficiency.
    [Show full text]
  • Computational Modelling of Flow and Transport
    Course CIE4340 Computational Modelling of Flow and Transport January 2015 Faculty of Civil Engineering and Faculty Geosciences M. Zijlema Delft University of Technology Artikelnummer 06917300083 CIE4340 Computational modelling of flow and transport by : M. Zijlema mail address : Delft University of Technology Faculty of Civil Engineering and Geosciences Environmental Fluid Mechanics Section P.O. Box 5048 2600 GA Delft The Netherlands website : http://fluidmechanics.tudelft.nl Copyright (c) 2011-2015 Delft University of Technology iv Contents 1 Introduction 1 1.1Amathematicalmodel............................. 2 1.2Acomputationalmodel............................. 4 1.3Scopeofthislecturenotes........................... 7 2 Numerical methods for initial value problems 9 2.1Firstorderordinarydifferentialequation................... 9 2.1.1 Timeintegration............................ 10 2.1.2 Convergence, consistency and stability . .............. 14 2.1.3 Two-stepschemes............................ 23 2.2Systemoffirstorderdifferentialequations.................. 26 2.2.1 ThesolutionofsystemoffirstorderODEs.............. 27 2.2.2 Consistencyandtruncationerror................... 33 2.2.3 Stability and stability regions . .................. 36 2.2.4 StiffODEs................................ 39 2.3Concludingremarks............................... 42 3 Numerical methods for boundary value problems 43 3.1IntroductiontoPDEs.............................. 43 3.1.1 ExamplesofPDEs........................... 43 3.1.2 RelevantnotionsonPDEs......................
    [Show full text]
  • A Complete Bibliography of Publications in the Journal of Scientific Computing
    A Complete Bibliography of Publications in The Journal of Scientific Computing Nelson H. F. Beebe University of Utah Department of Mathematics, 110 LCB 155 S 1400 E RM 233 Salt Lake City, UT 84112-0090 USA Tel: +1 801 581 5254 FAX: +1 801 581 4148 E-mail: [email protected], [email protected], [email protected] (Internet) WWW URL: http://www.math.utah.edu/~beebe/ 13 May 2021 Version 1.22 Title word cross-reference −1 [1754]. 0 [1255]. 1 [812, 955, 1192, 1359, 1558, 1641, 1795, 1858, 2652, 2707]. 2 [177, 316, 384, 486, 593, 600, 658, 742, 769, 823, 865, 1174, 1260, 1276, 1306, 1310, 1658, 1748, 1779, 2002, 2252, 2581, 2583, 2597, 2644]. 3 [248, 263, 336, 384, 403, 530, 600, 646, 869, 1002, 1006, 1021, 1061, 1078, 1236, 1276, 1310, 1339, 1579, 1737, 1779, 1780, 1838, 1888, 2107,2529, 2581, 2746, 2755]. −1 4 [2002]. 5 [1629]. 7 [982]. p [1628]. A [276, 480, 629, 2767]. A [629]. α [2740]. Ax = b [276]. Ax = b [228]. B [1612, 1776]. C [1612, 1776]. C0 [440, 1161,1273, 1639, 1729, 1974, 2013]. C1 [578]. D [737, 1400, 2024, 2630]. 2 q ∆ · B [582]. Div(Y )=f [571]. ` [2316]. ` [2316]. `0 [2353]. `1 rot [1190, 1318, 1583, 2039, 2713]. `2 [1190, 1628]. [104, 247]. EQ1 [1195, 1739]. 2 1 f [948]. Fj (x) [278, 283]. f 2 L [571]. fp [790]. G [1373]. H [473, 1194,1213, 1491, 1733, 1951, 1999, 2064, 2253, 2535]. h=p [2205]. H1 [456, 1573,2267]. H1=2 [631]. H2 [742, 1355].
    [Show full text]
  • Numerical Methods for Inviscid Flow Equations
    CHAPTER SIX NUMERICAL METHODS FOR INVISCID FLOW EQUATIONS 6.1 INTRODUCTION The Navier-Stokes equations govern the flows commonly encountered in both internal and external applications. Computing a solution of the Navier-Stokes equations is often difficult or at least impractical and, in many of these applications, unnecessary. Results obtained from a solution of the Euler equations are particularly useful in preliminary design work, where information on pressure alone is desired. In problems where heat transfer and skin friction are required, a solution of the boundary-layer equations usually provides an adequate approximation. However, the outer-edge conditions, including the pressure, must be specified from the inviscid solution as the first step in such an analysis. The Euler equations are also of interest because many of the major elements of fluid dynamics are incorporated in them. For example, fluid flows frequently have internal discontinuities such as shock waves or contact surfaces, Solutions relating the end states across a shock are given by the Rankine- Hugoniot relations; these relations are contained in solutions of the Euler equations. The Euler equations govern the motion of an inviscid nonheat-conducting gas and have a different character in different flow regimes. If the time- dependent terms are retained, the resulting unsteady equations are hyperbolic for all Mach numbers, and solutions can be obtained using time-marching procedures. The situation is very different when a steady flow is assumed. In this case, the Euler equations are elliptic when the flow is subsonic, and hyperbolic 351 352 APPLICATION OF NUMERICAL METHODS when the flow is supersonic.
    [Show full text]
  • Contents More Information
    Cambridge University Press 978-1-107-42525-5 - Computational Fluid Dynamics: Second Edition T. J. Chung Table of Contents More information Contents Preface to the First Edition page xix Preface to the Revised Second Edition xxii PART ONE. PRELIMINARIES 1 Introduction 3 1.1 General 3 1.1.1 Historical Background 3 1.1.2 Organization of Text 4 1.2 One-Dimensional Computations by Finite Difference Methods 6 1.3 One-Dimensional Computations by Finite Element Methods 7 1.4 One-Dimensional Computations by Finite Volume Methods 11 1.4.1 FVM via FDM 11 1.4.2 FVM via FEM 13 1.5 Neumann Boundary Conditions 13 1.5.1 FDM 14 1.5.2 FEM 15 1.5.3 FVM via FDM 15 1.5.4 FVM via FEM 16 1.6 Example Problems 17 1.6.1 Dirichlet Boundary Conditions 17 1.6.2 Neumann Boundary Conditions 20 1.7 Summary 24 References 26 2 Governing Equations 29 2.1 Classification of Partial Differential Equations 29 2.2 Navier-Stokes System of Equations 33 2.3 Boundary Conditions 38 2.4 Summary 41 References 42 PART TWO. FINITE DIFFERENCE METHODS 3 Derivation of Finite Difference Equations 45 3.1 Simple Methods 45 3.2 General Methods 46 3.3 Higher Order Derivatives 50 v © in this web service Cambridge University Press www.cambridge.org Cambridge University Press 978-1-107-42525-5 - Computational Fluid Dynamics: Second Edition T. J. Chung Table of Contents More information vi CONTENTS 3.4 Multidimensional Finite Difference Formulas 53 3.5 Mixed Derivatives 57 3.6 Nonuniform Mesh 59 3.7 Higher Order Accuracy Schemes 60 3.8 Accuracy of Finite Difference Solutions 61 3.9 Summary 62 References
    [Show full text]
  • I W E Report No. 87-62
    NASA Contractor Report 178373 IWE REPORT NO. 87-62 ICASE SPECTRAL COLLOCATION METHODS [NQSA-CR-178373) SPECTRAL COLLOCATION ~a7-2wa6 METHODS Final Report (NASA) 71 p Avail: &TIS HC A04/HF A01 CSCL 2dtu Unclas G3/34 0 100 132 M. Y. Hussaini D. A. Kopriva A. T. Patera I Contract No. NAS1-18107 September 1987 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 Smce Administration hfJltWR43lMl=hcsnta Hampton,Mrginia 23665 SPECTRAL COLLOCATION METEODS M. Y. Hussaini Institute for Computer Applications in Science and Engineering NASA Langley Research Center Hampton, VA 23665 D. A. Kopriva Department of Mathematics Florida State University Tallahassee, FL 32306 A. T. Patera Mechanical Engineering Department Massachusetts Institute of Technology Cambridge, MA 02139 ABSTRACT This review covers the theory and application of spectral collocation methods. Section 1 describes the fundamentals, and summarizes results per- taining to spectral approximations of functions. Some stability and con- vergence results are presented for simple elliptic, parabolic and hyperbolic equations. Applications of these methods to fluid dynamics problems are discussed in Section 2. Research was supported by the National Aeronautics and Space Administration under NASA Contract No. NAS1-18107 while the authors were in residence at the Institute for Computer Applications in Science and Engineering (ICASE) , NASA Langley Research Center, Hampton, VA 23665. i INTRODUCTION Spectral collocation methods form an efficient and highly accurate class of techniques for the solution of nonlinear partial differential equations. They are characterized by the expansion of the solution in terms of global basis functions, where the expansion coefficients are computed so that the differential equation is satisfied exactly at a set of so-called collocation points.
    [Show full text]
  • Application of Numerical Methods to Selected Model Equations
    CHAPTER FOUR APPLICATION OF NUMERICAL METHODS TO SELECTED MODEL EQUATIONS In this chapter we examine in detail various numerical schemes that can be used to solve simple model partial differential equations (PDEs). These model equations include the first-order wave equation, the heat equation, Laplace’s equation, and Burgers’ equation. These equations are called model equations because they can be used to “model” the behavior of more complicated PDEs. For example, the heat equation can serve as a model equation for other parabolic PDEs such as the boundary-layer equations. All of the present model equations have exact solutions for certain boundary and initial conditions. We can use this knowledge to quickly evaluate and compare numerical methods that we might wish to apply to more complicated PDEs. The various methods discussed in this chapter were selected because they illustrate the basic properties of numerical algorithms. Each of the methods exhibits certain distinctive features that are characteristic of a class of methods. Some of these features may not be desirable, but the method is included anyway for pedagogical reasons. Other very useful methods have been omitted because they are similar to those that are included. Space does not permit a discussion of all possible methods that could be used. 101 102 FUNDAMENTALS 4.1 WAVE EQUATION The one-dimensional (1-D) wave equation is a second-order hyperbolic PDE given by This equation governs the propagation of sound waves traveling at a wave speed c in a uniform medium. A first-order equation that has properties similar to those of Eq.
    [Show full text]
  • Efficient Deformations Using Custom Coordinate Systems
    University of California Santa Barbara Efficient Deformations Using Custom Coordinate Systems A Dissertation submitted in partial satisfaction of the requirements for the degree Doctor of Philosophy in Computer Science by Yun Teng Committee in charge: Professor Theodore Kim, Co-Chair Professor Tobias H¨ollerer,Co-Chair Professor Linda Petzold September 2016 The Dissertation of Yun Teng is approved. Professor Linda Petzold Professor Tobias H¨ollerer,Committee Co-Chair Professor Theodore Kim, Committee Co-Chair July 2016 Efficient Deformations Using Custom Coordinate Systems Copyright c 2016 by Yun Teng iii Acknowledgements I owe gratitude to a great many people for making this dissertation possible and for making my graduate school years such an amazing journey. My deepest gratitude is to my advisor, Professor Theodore Kim. Your inspiring classes on various aspects of Computer Graphics has made me fall in love with this field. You have been guiding me through various stages of research, while allowing me the freedom to explore on my own. Your encouragement and support helped me overcome numerous difficulties over the years and led to this dissertation. I am sincerely grateful to my co-advisor, Professor Tobias H¨ollerer. Your insightful comments and constructive suggestions greatly improved the quality of my research work as well as my understanding of the research field. I am very thankful to you for the fruitful discussions that helped me build up my research road map, clarify technical details, and refine presentation quality. My sincere appreciation to Professor Linda Petzold for serving on my committee. Your class on numerical simulation prepared a sound theoretical foundation for all my later work and ignited my research interest in this area.
    [Show full text]
  • A Finite Element Segregated Method for Thermo-Chemical Equilibrium and Nonequilibrium Hypersonic Flows Using Adapted Grids
    A Finite Element Segregated Method for Thermo-Chemical Equilibrium and Nonequilibrium Hypersonic Flows Using Adapted Grids A Thesis in The Department of Mechanical Engineering Presented in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy at Concordia University Mont&I, QuGbec, Canada December 1996 National Library Biblioth&que nationale u*u of Canada du Canada Acquisitions and Acquisitions et Bibliographic Senrices services bibliographiques 395 wdriSE~W 395. rue Wellington OttawaON KlAON4 OttawaON KlAON4 Canada Canada The author has granted a non- L'auteur a accorde me licence non exclusive licence allowing the exclusive pennettant a la National Library of Canada to Bibliotheque nationale du Canada de reproduce, loan, distribute or sell reproduire, preter, distriiuer ou copies of this thesis in microform, vendre des copies de cette these sous paper or electronic formats. la forme de microfiche/fih, de reproduction sur papier ou sur format electronique. The author retains ownership of the L'auteur conserve la propriete du copyright in this thesis. Neither the droit d'auteur qui protege cette these. thesis nor substantial extracts fiom it Ni la these ni des extraits substantiels may be printed or otherwise de celle-ci ne doivent etre imprimes reproduced without the author's ou autrement reproduits sans son permission. autorisation. Abstract A Finite Element Segregated Method for Hypersonic Thenno-Chemical Equilibrium and Nonequilibrium FIows Using Adapted Grids Djaffar Ait-Ali-Yahia, PhD. Concordia University, 1996 This dissertation concerns the development of a loosely coupled, finite element method for the numerical simulation of 2-Dhypersonic, thermochemical equilibrium and nonequi- librium flows, with an emphasis on resolving directional flow features, such as shocks, by an anisotropic mesh adaptation procedure.
    [Show full text]
  • A Benchmark Study of Numerical Schemes for One-Dimensional Arterial Blood Flow Modelling
    INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN BIOMEDICAL ENGINEERING Int. J. Numer. Meth. Biomed. Engng. (2015); e02732 Published online 3 July 2015 in Wiley Online Library (wileyonlinelibrary.com). DOI: 10.1002/cnm.2732 BENCHMARK PAPER: ORIGINAL ARTICLE AND SUPPORTING DATASETS A benchmark study of numerical schemes for one-dimensional arterial blood flow modelling Etienne Boileau1, Perumal Nithiarasu1,*,†, Pablo J. Blanco3,4,*,†, Lucas O. Müller3,4, Fredrik Eikeland Fossan5, Leif Rune Hellevik5,*,†, Wouter P. Donders6, Wouter Huberts6,*,†, Marie Willemet2 and Jordi Alastruey2,*,† 1Zienkiewicz Centre for Computational Engineering, College of Engineering, Swansea University, Swansea, SA2 8PP, UK 2Division of Imaging Sciences and Biomedical Engineering, St. Thomas’ Hospital, King’s College London, London, SE1 7EH, UK 3National Laboratory for Scientific Computing, LNCC/MCTI, Av. Getúlio Vargas 333, Petrópolis, Rio de Janeiro 25651-075, Brazil 4National Institute of Science and Technology in Medicine Assisted by Scientific Computing, INCT-MACC, Petrópolis, Rio de Janeiro, Brazil 5Department of Structural Engineering, Division of Biomechanics, Norwegian University of Science and Technology, Trondheim, Norway 6Faculty of Health, Medicine and Life Sciences, Biomedical Engineering, Maastricht University Medical Centre, Maastricht, The Netherlands SUMMARY Hæmodynamical simulations using one-dimensional (1D) computational models exhibit many of the fea- tures of the systemic circulation under normal and diseased conditions. Recent interest in verifying
    [Show full text]