Phd Thesis, Universit´Elibre De Bruxelles, Chauss´Eede Waterloo, 72, 1640 Rhode- St-Gen`Ese,Belgium, 2004

Total Page:16

File Type:pdf, Size:1020Kb

Phd Thesis, Universit´Elibre De Bruxelles, Chauss´Eede Waterloo, 72, 1640 Rhode- St-Gen`Ese,Belgium, 2004 Universit´eLibre de Bruxelles von Karman Institute for Fluid Dynamics Aeronautics and Aerospace Department PhD. Thesis Algorithmic Developments for a Multiphysics Framework Thomas Wuilbaut Promoter: Prof. Herman Deconinck Contact information: Thomas Wuilbaut von Karman Institute for Fluid Dynamics 72 Chauss´eede Waterloo 1640 Rhode-St-Gen`ese BELGIUM email: [email protected] webpage: http://www.vki.ac.be/~wuilbaut To Olivia and her wonderful mother... Summary v Summary In this doctoral work, we adress various problems arising when dealing with multi-physical simulations using a segregated (non-monolithic) approach. We concentrate on a few specific problems and focus on the solution of aeroelastic flutter for linear elastic structures in compressible flows, conju- gate heat transfer for re-entry vehicles including thermo-chemical reactions and finally, industrial electro-chemical plating processes which often include stiff source terms. These problems are often solved using specifically devel- oped solvers, but these cannot easily be reused for different purposes. We have therefore considered the development of a flexible and reusable software platform for the simulation of multi-physics problems. We have based this development on the COOLFluiD framework developed at the von Karman Institute in collaboration with a group of partner institutions. For the solution of fluid flow problems involving compressible flows, we have used the Finite Volume method and we have focused on the applica- tion of the method to moving and deforming computational domains using the Arbitrary Lagrangian Eulerian formulation. Validation on a series of testcases (including turbulence) is shown. In parallel, novel time integration methods have been derived from two popular time discretization methods. they allow to reduce the computational effort needed for unsteady flow com- putations. Good numerical properties have been obtained for both methods. For the computations on deforming domains, a series of mesh deformation techniques are described and compared. In particular, the effect of the stiff- ness definition is analyzed for the Solid material analogy technique. Using the techniques developed, large movements can be obtained while preserving a good mesh quality. In order to account for very large movements for which mesh deformation techniques lead to badly behaved meshes, remeshing is also considered. We also focus on the numerical discretization of a class of physical models that are often associated with fluid flows in coupled problems. For the elliptic problems considered here (elasticity, heat conduction and electro- chemical potential problems), the implementation of a Finite Element solver is presented. Standard techniques are described and applied for a variety of vi Summary problems, both steady and unsteady. Finally, we discuss the coupling of the fluid flow solver with the finite ele- ment solver for a series of applications. We concentrate only on loosely and strongly coupled algorithms and the issues associated with their use and implementation. The treatment of non-conformal meshes at the interface between two coupled computational domains is discussed and the problem of the conservation of global quantities is analyzed. The software develop- ment of a flexible multi-physics framework is also detailed. Then, several coupling algorithms are described and assessed for testcases in aeroelasticity and conjugate heat transfer showing the integration of the fluid and solid solvers within a multi-physics framework. A novel strongly coupled algo- rithm, based on a Jacobian-Free Newton-Krylov method is also presented and applied to stiff coupled electrochemical potential problems. Contents vii Contents Summary v 1 Introduction 1 I Fluid Modeling and Simulation 5 2 Finite Volume Method on Moving Geometries 7 2.1 Numerical Methods for Compressible Flows . .7 2.1.1 Finite Difference Method . .8 2.1.2 Finite Element Method . .8 2.1.3 Finite Volume Method . .9 2.1.4 High Order Methods . .9 2.2 Finite Volume Method . .9 2.2.1 Navier-Stokes Equations . 11 2.2.2 Implicit Jacobian Computation . 12 2.2.3 Higher-Order Reconstruction . 13 2.2.4 Limiters . 13 2.3 Arbitrary Lagrangian Eulerian Formulation . 14 2.3.1 FVM on a time-dependent domain . 14 2.3.2 ALE Formulation of Numerical Fluxes . 15 2.3.3 Boundary Conditions . 18 2.3.4 Results . 19 2.4 Turbulence Models . 22 2.4.1 Spalart-Almaras . 24 2.4.2 k-omega . 24 2.4.3 Results . 30 3 Time Discretization 39 3.1 Discretization Methods and Geometric Conservation Law . 40 3.1.1 Geometric Conservation Law . 40 3.1.2 GCL-respecting Time Integration schemes . 40 3.2 Improved Time Discretization methods . 43 viii Contents 3.2.1 Linearized Crank-Nicholson . 43 3.2.2 Results . 45 3.3 Non-Oscillatory Implicit Time Discretization Scheme . 49 3.3.1 Introduction . 49 3.3.2 Proposed Scheme . 51 3.3.3 Results . 54 3.3.4 Conclusions . 65 II A Class of Coupled Physical Models 67 4 Physical Modeling 71 4.1 Heat Conduction . 71 4.1.1 Unsteady Heat Conduction . 71 4.2 Electro-Chemistry . 71 4.2.1 Electro-Chemical Deposition Processes . 71 4.2.2 Potential Model . 73 4.3 Elasticity . 74 4.3.1 Linear Elasticity . 75 4.3.2 Geometrically Non-Linear Elasticity . 75 5 Numerical Discretization: Finite Element Method 77 5.1 Formulation - Steady Problems . 77 5.2 Boundary Conditions . 79 5.2.1 Dirichlet Boundary Conditions . 79 5.2.2 Neumann Boundary Conditions . 79 5.2.3 Robin Boundary Conditions . 79 5.3 Matrix conditioning . 80 5.3.1 High Order Elements . 80 5.4 Unsteady Formulation . 81 5.4.1 Modal Analysis . 81 5.4.2 Time Integration . 82 5.5 Results . 83 5.5.1 Heat Diffusion/Electro-Chemistry . 83 5.5.2 Linear Elasticity . 85 III Mesh Deformation 91 Contents ix 6 Mesh Deformation Techniques 93 6.1 Spring Analogy . 94 6.1.1 Concepts . 94 6.1.2 Variants . 99 6.2 Elastic Body Analogy . 100 6.2.1 Stiffness Definition . 101 6.2.2 Large Displacements . 105 6.2.3 Computational Cost . 106 6.2.4 Wall Distance Computation . 106 7 Remeshing Algorithms 109 7.1 Introduction . 109 7.2 Interpolation Techniques . 109 7.2.1 Closest Neighbour . 110 7.2.2 Shepard's method . 111 7.2.3 Consistent Interpolation . 111 IV Multi-Physics Coupling 115 8 Non-Conformal Interfaces 119 8.1 Mesh Matching Techniques . 120 8.1.1 Interpolation Based Mesh Matching Techniques . 120 8.1.2 Results . 127 8.2 Conservation at the interface . 128 8.2.1 Fluid-Structure Interaction . 129 8.2.2 Heat Transfer . 131 9 Software Issues 133 9.1 COOLFluiD Framework . 133 9.2 Multi-Method, Multi-Physics - Changes to the framework . 134 9.3 Coupler Layer . 136 9.3.1 SubSystemCoupler module . 137 9.3.2 Maestro module . 138 9.3.3 Boundary Conditions . 139 9.4 Parallelization . 139 10 Coupling Algorithms 143 10.1 Introduction . 143 10.2 Fluid-Structure Interaction . 143 x Contents 10.2.1 Static aeroelasticity . 144 10.2.2 Dynamic aeroelasticity . 144 10.2.3 Coupling Algorithms . 145 10.2.4 2D Supersonic Panel Flutter . 147 10.2.5 3D Transonic Aeroelastic Wing Flutter . 152 10.3 Conjugate Heat Transfer . 158 10.3.1 Coupling Algorithms . 158 10.3.2 Heated Flat Plate . 161 10.3.3 Expert Reentry Vehicle in CNEQ . 165 10.4 Electro-Chemistry . 179 10.4.1 Standard Coupling Algorithms . 179 10.4.2 Jacobian-Free Newton Krylov Algorithm . 181 10.4.3 Conclusion . 197 V Conclusions & Appendices 199 11 Conclusions 201 A Kheops Material Properties 209 Bibliography 213 List of Tables 231 List of Figures 233 Acknowledgements 239 List of Symbols xi List of Symbols Symbols R(U) residual vector 1 unit vector th 1k k component of the unit vector ~x spatial coordinates ~n normal vector t[s] time ρ[kg · m−3] density T [K] Temperature λ[W=m · K] thermal conductivity ! relaxation parameter δ Kronecker's delta r ≡ (@=@x; @=@y:::) Hamilton's nabla operator Fluid U vector of conserved variables Fi(U) convective flux along the direction i Gi(U) diffusive flux along the direction i S(U) source term Ω computational domain Ωe control volume (Cell-centered Finite Volume) xii List of Symbols Γ computational domain boundary surface −1 ~vF [m · s ] fluid velocity −1 ~vG[m · s ] mesh velocity −1 ~vr[m · s ] relative velocity ~vF − ~vG u; v; w[m · s−1] fluid velocity along x, y and z directions ν normal of the averaged mesh configuration κ mesh velocity projected along the normal direction p[P a] static pressure E[J · kg−1] specific total energy H[J · kg−1] specific total enthalpy M Mach number a local speed of sound R Riemann Invariant R J:kg−1:mol−1 Ideal gas constant @F A = @U Jacobian matrix Λ Vector of Eigenvalues L Vector of the left Eigenvectors R Vector of the right Eigenvectors ! angular frequency Re Reynolds number τij viscous stress tensor µ[P a · s] dynamic viscosity ν[m2=s] kinematic viscosity 2 νt[m =s] turbulent eddy viscosity List of Symbols xiii k[m2=s2] turbulent kinetic energy ![s−1] specific dissipation rate of turbulent kinetic energy "[m2=s3] dissipation rate of turbulent kinetic energy β Coefficient of Menter's Blended turbulence models β∗ Coefficient of Menter's Blended turbulence models γ Coefficient of Menter's Blended turbulence models σ Coefficient of Menter's Blended turbulence models y0[m] Distance to the first cell Vf Flutter Speed Index Solid u; v; w[m] displacements in the x, y and z directions U vector of displacements U_ vector of velocities U¨ vector of accelerations K stiffness matrix M mass matrix f external force vector ! test function Nj shape function at node j E [P a] Young Modulus G [P a] Shear Modulus ν Poisson ratio µ Lam´eparameter λ Lam´eparameter xiv List of Symbols σij Stress tensor "ij Strain tensor Cij Elasticity
Recommended publications
  • Multigrid and Saddle-Point Preconditioners for Unfitted Finite
    Multigrid and saddle-point preconditioners for unfitted finite element modelling of inclusions Hardik Kothari∗and Rolf Krause† Institute of Computational Science, Universit`adella Svizzera italiana, Lugano, Switzerland February 17, 2021 Abstract In this work, we consider the modeling of inclusions in the material using an unfitted finite element method. In the unfitted methods, structured background meshes are used and only the underlying finite element space is modified to incorporate the discontinuities, such as inclusions. Hence, the unfitted methods provide a more flexible framework for modeling the materials with multiple inclusions. We employ the method of Lagrange multipliers for enforcing the interface conditions between the inclusions and matrix, this gives rise to the linear system of equations of saddle point type. We utilize the Uzawa method for solving the saddle point system and propose preconditioning strategies for primal and dual systems. For the dual systems, we review and compare the preconditioning strategies that are developed for FETI and SIMPLE methods. While for the primal system, we employ a tailored multigrid method specifically developed for the unfitted meshes. Lastly, the comparison between the proposed preconditioners is made through several numerical experiments. Keywords: Unfitted finite element method, multigrid method, saddle-point problem 1 Introduction In the modeling of many real-world engineering problems, we encounter material discontinuities, such as inclusions. The inclusions are found naturally in the materials, or can be artificially introduced to produce desired mechanical behavior. The finite element (FE) modeling of such inclusions requires to generate meshes that can resolve the interface between the matrix and inclusions, which can be a computationally cumbersome and expensive task.
    [Show full text]
  • Méthode De Décomposition De Domaine Avec Adaptation De
    UNIVERSIT E´ PARIS 13 No attribu´epar la biblioth`eque TH ESE` pour obtenir le grade de DOCTEUR DE L’UNIVERSIT E´ PARIS 13 Discipline: Math´ematiques Appliqu´ees Laboratoire d’accueil: ONERA - Le centre fran¸cais de recherche a´erospatiale Pr´esent´ee et soutenue publiquement le 19 d´ecembre 2014 par Oana Alexandra CIOBANU Titre M´ethode de d´ecomposition de domaine avec adaptation de maillage en espace-temps pour les ´equations d’Euler et de Navier–Stokes devant le jury compos´ede: Fran¸cois Dubois Rapporteur Laurence Halpern Directrice de th`ese Rapha`ele Herbin Rapporteure Xavier Juvigny Examinateur Olivier Lafitte Examinateur Juliette Ryan Encadrante UNIVERSITY PARIS 13 THESIS Presented for the degree of DOCTEUR DE L’UNIVERSIT E´ PARIS 13 In Applied Mathematics Hosting laboratory: ONERA - The French Aerospace Lab presented for public discussion on 19 decembre 2014 by Oana Alexandra CIOBANU Subject Adaptive Space-Time Domain Decomposition Methods for Euler and Navier–Stokes Equations Jury: Fran¸cois Dubois Reviewer Laurence Halpern Supervisor Rapha`ele Herbin Reviewer Xavier Juvigny Examiner Olivier Lafitte Examiner Juliette Ryan Supervisor newpage Remerciements Tout d’abord, je remercie grandement Juliette Ryan pour avoir accept´e d’ˆetre mon encad- rante de stage puis mon encadrante de th`ese. Pendant plus de trois ans, elle m’a fait d´ecouvrir mon m´etier de jeune chercheuse avec beaucoup de patience et de professionnalisme. Elle m’a soutenue, elle a ´et´ed’une disponibilit´eet d’une ´ecoute extraordinaires, tout en sachant ˆetre rigoureuse et exigeante avec moi comme avec elle-mˆeme. Humainement, j’ai beaucoup appr´eci´e la relation d’amiti´eque nous avons entretenue, le climat de confiance que nous avons maintenu et les discussions extra-math´ematiques que nous avons pu avoir et qui ont renforc´ele lien que nous avions.
    [Show full text]
  • A FETI-DP Method for the Parallel Iterative Solution of Indefinite And
    INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN ENGINEERING Int. J. Numer. Meth. Engng (in press) Published online in Wiley InterScience (www.interscience.wiley.com). DOI: 10.1002/nme.1282 A FETI-DP method for the parallel iterative solution of indefinite and complex-valued solid and shell vibration problems Charbel Farhat1,∗,†, Jing Li2 and Philip Avery1 1Department of Mechanical Engineering and Institute for Computational and Mathematical Engineering, Stanford University, Building 500, Stanford, CA 94305-3035, U.S.A. 2Department of Mathematical Sciences, Kent State University, Kent, OH 44242, U.S.A. SUMMARY The dual-primal finite element tearing and interconnecting (FETI-DP) domain decomposition method (DDM) is extended to address the iterative solution of a class of indefinite problems of the form K − 2M u = f, and a class of complex problems of the form K − 2M + iD u = f, where K, M, and D are three real symmetric matrices arising from the finite element discretization of solid and shell dynamic problems, i is the imaginary complex number, and is a real positive number. A key component of this extension is a new coarse problem based on the free-space solutions of Navier’s equations of motion. These solutions are waves, and therefore the resulting DDM is reminiscent of the FETI-H method. For this reason, it is named here the FETI-DPH method. For a practically large range, FETI-DPH is shown numerically to be scalable with respect to all of the problem size, substructure size, and number of substructures. The CPU performance of this iterative solver is illustrated on a 40-processor computing system with the parallel solution, for various ranges, of several large-scale, indefinite, or complex-valued systems of equations associated with shifted eigenvalue and forced frequency response structural dynamics problems.
    [Show full text]
  • An Extension of the FETI Domain Decomposition Method for Incompressible and Nearly Incompressible Problems Benoit Vereecke, Henri Bavestrello, David Dureisseix
    An extension of the FETI domain decomposition method for incompressible and nearly incompressible problems Benoit Vereecke, Henri Bavestrello, David Dureisseix To cite this version: Benoit Vereecke, Henri Bavestrello, David Dureisseix. An extension of the FETI domain decomposi- tion method for incompressible and nearly incompressible problems. Computer Methods in Applied Mechanics and Engineering, Elsevier, 2003, 192 (31-32), pp.3409-3429. 10.1016/S0045-7825(03)00313- X. hal-00141163 HAL Id: hal-00141163 https://hal.archives-ouvertes.fr/hal-00141163 Submitted on 12 Apr 2007 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. An extension of the FETI domain decomposition method for incompressible and nearly incompressible problems B. Vereecke,∗ H. Bavestrello,† D. Dureisseix‡ Abstract Incompressible and nearly incompressible problems are treated herein with a mixed finite element formulation in order to avoid ill-conditioning that prevents accuracy in pressure estimation and lack of convergence for iterative solution algorithms. A multilevel dual domain decomposition method is then chosen as an iterative algorithm: the original FETI and FETI-DP methods are extended to deal with such problems, when the dis- cretization of the pressure field is discontinuous throughout the elements.
    [Show full text]
  • FETI-DP Domain Decomposition Method
    ECOLE´ POLYTECHNIQUE FED´ ERALE´ DE LAUSANNE Master Project FETI-DP Domain Decomposition Method Supervisors: Author: Davide Forti Christoph Jaggli¨ Dr. Simone Deparis Prof. Alfio Quarteroni A thesis submitted in fulfilment of the requirements for the degree of Master in Mathematical Engineering in the Chair of Modelling and Scientific Computing Mathematics Section June 2014 Declaration of Authorship I, Christoph Jaggli¨ , declare that this thesis titled, 'FETI-DP Domain Decomposition Method' and the work presented in it are my own. I confirm that: This work was done wholly or mainly while in candidature for a research degree at this University. Where any part of this thesis has previously been submitted for a degree or any other qualification at this University or any other institution, this has been clearly stated. Where I have consulted the published work of others, this is always clearly at- tributed. Where I have quoted from the work of others, the source is always given. With the exception of such quotations, this thesis is entirely my own work. I have acknowledged all main sources of help. Where the thesis is based on work done by myself jointly with others, I have made clear exactly what was done by others and what I have contributed myself. Signed: Date: ii ECOLE´ POLYTECHNIQUE FED´ ERALE´ DE LAUSANNE Abstract School of Basic Science Mathematics Section Master in Mathematical Engineering FETI-DP Domain Decomposition Method by Christoph Jaggli¨ FETI-DP is a dual iterative, nonoverlapping domain decomposition method. By a Schur complement procedure, the solution of a boundary value problem is reduced to solving a symmetric and positive definite dual problem in which the variables are directly related to the continuity of the solution across the interface between the subdomains.
    [Show full text]
  • Feti-Dp Method for Dg Discretization of Elliptic Problems with Discontinuous Coefficients
    FETI-DP METHOD FOR DG DISCRETIZATION OF ELLIPTIC PROBLEMS WITH DISCONTINUOUS COEFFICIENTS MAKSYMILIAN DRYJA∗ AND MARCUS SARKIS∗† Abstract. In this paper a discontinuous Galerkin (DG) discretization of an elliptic two- dimensional problem with discontinuous coefficients is considered. The problem is posed on a polyg- onal region Ω which is a union of disjoint polygonals Ωi of diameter O(Hi) and forms a geometrically conforming partition of Ω. The discontinuities of the coefficients are assumed to occur only across ∂Ωi. Inside of each substructure Ωi, a conforming finite element space on a quasiuniform triangula- tion with triangular elements and mesh size O(hi) is introduced. To handle the nonmatching meshes across ∂Ωi, a discontinuous Galerkin discretization is considered. For solving the resulting discrete problem, a FETI-DP method is designed and analyzed. It is established that the condition number 2 of the method is estimated by C(1 + maxi log Hi/hi) with a constant C independent of hi, Hi and the jumps of the coefficients. The method is well suited for parallel computations and it can be straightforwardly extended to three-dimensional problems. Key words. Interior penalty discretization, discontinuous Galerkin, elliptic problems with discontinuous coefficients. finite element method, FETI-DP algorithms, preconditioners AMS subject classifications. 65F10, 65N20, 65N30 1. Introduction. In this paper a discontinuous Galerkin (DG) approximation of an elliptic problem with discontinuous coefficients is considered. The problem is posed on a polygonal region Ω which is a union of disjoint polygonal subregions Ωi of diameter O(Hi) and forms a geometrically partition of Ω, i.e., for i 6= j, ∂Ωi ∩ ∂Ωj is empty or is a common corner or edge of ∂Ωi and ∂Ωj, where an edge means a curve of continuous intervals.
    [Show full text]
  • Software Concepts and Algorithms for an Efficient and Scalable Parallel Finite Element Method
    Fakultät Mathematik und Naturwissenschaften, Institut für Wissenschaftliches Rechnen SOFTWARE CONCEPTS AND ALGORITHMS FOR AN EFFICIENT AND SCALABLE PARALLEL FINITE ELEMENT METHOD Der Fakultät Mathematik und Naturwissenschaften der Technischen Universität Dresden zur Erlangung des akademischen Grades Dr. rer. nat. eingereichte Dissertation von Thomas Witkowski geboren am 24. Mai 1982 in Loslau/Polen. Die Dissertation wurde in der Zeit von 07/2007 bis 12/2012 am Institut für Wissenschaftliches Rechnen angefertigt. Tag der Einreichung: ... Tag der Verteidigung: ... Gutachter: Prof. Dr. rer. nat. habil. A. Voigt Technische Universität Dresden ... ... Contents 1 Introduction 5 1.1 Overview ..................................... 6 1.2 Technicalnotes .................................. 6 2 Adaptivemeshesforfiniteelementmethod 9 2.1 Data structures of adaptive meshes . 9 2.2 Error estimation and adaptive strategies . 10 2.3 Meshstructurecodes............................... 11 3 Scalable parallelization 15 3.1 Formaldefinitions ................................ 18 3.2 Distributedmeshes................................ 20 3.2.1 Mesh structure codes for parallel mesh adaptivity . 23 3.2.2 Mesh partitioning and mesh distribution . 25 3.2.3 Parallel DOF mapping . 26 3.2.4 Efficiency and parallel scaling . 29 3.2.5 Limitations of coarse element based partitioning . 32 3.3 Linearsolvermethods .............................. 33 3.4 FETI-DP ..................................... 35 3.4.1 Implementationissues . 39 3.4.2 Numerical results . 42 3.5 Extensions of the standard FETI-DP . 48 3.5.1 InexactFETI-DP............................. 48 3.5.2 MultilevelFETI-DP ........................... 50 3.6 ANavier-Stokessolver .............................. 57 3.6.1 Implementationissues . 59 3.6.2 Numerical results . 60 3.6.3 Diffuse domain approach . 61 3.7 Softwareconcepts................................. 62 4 Multi-mesh method for Lagrange finite elements 69 4.1 Virtualmeshassembling............................. 70 4.1.1 CouplingtermsinsystemsofPDEs .
    [Show full text]
  • Arxiv:1708.03599V3 [Math.NA] 12 Apr 2021 to Provide Good Preconditioners
    BDDC AND FETI-DP FOR THE VIRTUAL ELEMENT METHOD SILVIA BERTOLUZZA, MICOL PENNACCHIO, AND DANIELE PRADA Abstract. We build and analyze Balancing Domain Decomposition by Constraint (BDDC) and Finite Element Tearing and Interconnecting Dual Primal (FETI-DP) preconditioners for elliptic problems discretized by the virtual element method (VEM). We prove polylogarithmic condition number bounds, independent of the number of subdomains, the mesh size, and jumps in the diffusion coefficients. Numerical experiments confirm the theory. 1. Introduction The ever-increasing interest in methods based on polygonal and polyhedral meshes for the nu- merical solution of PDEs stems from the high flexibility that polytopic grids allow in the treatment of complex geometries, which presently turns out to be, in many applications in computational engineering and scientific computing, as crucial a task as the construction and numerical solution of the discretized equations. Examples of methods where the discretization is based on arbitrarily shaped polytopic meshes include: Mimetic Finite Differences [14, 25], Discontinuous Galerkin-Finite Element Method (DG-FEM) [1, 26], Hybridizable and Hybrid High-Order Methods [29, 31], Weak Galerkin Method [60], BEM-based FEM [55] and Polygonal FEM [57]. Among such methods, the virtual element method (VEM) [5] is a quite recent discretization framework which can be viewed as an extension of the Finite Element Methods (FEM). The main idea of VEM is to consider local approximation spaces including polynomial functions, but to avoid the explicit construction and integration of the associated shape functions, whence the name virtual. An implicit knowledge of the local shape functions allows the evaluation of the operators and matrices needed in the method.
    [Show full text]
  • Implicit Total Variation Diminishing (TVD) Schemes for Steady-State Calculations H
    NASA Technical Memorandum 84342 N 8 3 ~ 9 Q () Q t> Implicit Total Variation Diminishing (TVD) Schemes for Steady-State Calculations H. C. Yee, R. F. Warming,and A. Harten March 1983 NASA National Aeronautics and Space Administration NASA Technical Memorandum 84342 Implicit Total Variation Diminishing (TVD) Schemes for Steady-State H. C. Yee R. F. Warming, Ames Research Center, Moffett Field, California A. Marten, Tel Aviv University, Tel Aviv, Israel NASA National Aeronautics and Space Administration Ames Research Center Moffett Field, California 94035 ERRATA NASA Technical Memorandum 84342 Implicit Total Variation Diminishing (TVD) Schemes for Steady-State Calculations H.C. Yee, R.F. Warming, and A. Harten March 1983 Page 5, line 6: The word "notation" should be "notion". Page 6: Equation (2.7) should be 7/+1/2 = 2 Ky +-/>'+1 ~ ^A>+i/2w Page 6, line 15: The line should be "where Q(oy+1/2) = £". Page 7, line 9: The line should be "Applying condition (2.11) and/or (2.10)...". Page 14: Equation (2.28) should be a(z)=± Page 15: Equation (2.30) should be 3u 0 = Aza(a) — Page 16, line 28: "The expression q — 7 = 0" should be "0 = 7 = 0". Page 17: Equation (2.35b)-(2.35d) should be E\ = .... E-z == • • • i Ks :==' • • • Page 21: Equation (3.7f) should be a( = y l Pago 23, line 2: The first word "The" should be "A". Page 35: Equation (5.13) should be *** * Page 43 line 15: The word "operators" should be "operated". Implicit Total Variation Diminishing (TVD) Schemes for Steady-State Calculations B.C.
    [Show full text]
  • Massively Parallel Implementation of FETI-2LM Methods for The
    Massively Parallel Implementation of FETI-2LM Methods for the Simulation of the Sparse Receiving Array Evolution of the GRAVES Radar System for Space Surveillance and Tracking Antoine Jouadé, André Barka To cite this version: Antoine Jouadé, André Barka. Massively Parallel Implementation of FETI-2LM Methods for the Sim- ulation of the Sparse Receiving Array Evolution of the GRAVES Radar System for Space Surveillance and Tracking. IEEE Access, IEEE, 2019, 7, pp.128968-128979. 10.1109/ACCESS.2019.2938011. hal-02319930 HAL Id: hal-02319930 https://hal.archives-ouvertes.fr/hal-02319930 Submitted on 18 Oct 2019 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. SPECIAL SECTION ON WIDE AREA SURVEILLANCE Received July 30, 2019, accepted August 16, 2019, date of publication August 28, 2019, date of current version September 23, 2019. Digital Object Identifier 10.1109/ACCESS.2019.2938011 Massively Parallel Implementation of FETI-2LM Methods for the Simulation of the Sparse Receiving Array Evolution of the GRAVES Radar System for Space Surveillance and Tracking ANTOINE JOUADÉ AND ANDRÉ BARKA ONERA/DEMR, Université de Toulouse, 31055 Toulouse, France Corresponding authors: Antoine Jouadé ([email protected]) and André Barka ([email protected]) This work was supported in part by the French Defense Procurement Agency [Direction Générale de l'Armement (DGA)] through the contract for the GRAVES refurbishment and upgrades with a partial EU SST Program, and in part by the Grand Equipement National de Calcul Intensif (GENCI) Grant c2014109083.
    [Show full text]
  • Parallel Adaptive FETI-DP Using Lightweight Asynchronous Dynamic Load Balancing
    Received: Added at production Revised: Added at production Accepted: Added at production DOI: xxx/xxxx RESEARCH ARTICLE Parallel adaptive FETI-DP using lightweight asynchronous dynamic load balancing Axel Klawonn1,2 | Martin J. Kühn3 | Oliver Rheinbach4 1Department of Mathematics and Computer Science, University of Cologne, Germany Summary 2Center for Data and Simulation Science, University of Cologne, Germany A parallel FETI-DP domain decomposition method using an adaptive coarse space 3Parallel Algorithms Team, CERFACS is presented. The implementation builds on a recently introduced adaptive FETI-DP (Centre Européen de Recherche et de approach for elliptic problems in three dimensions and uses small, local eigenvalue Formation Avancée en Calcul Scientifique), France problems for faces and, additionally, for a small number of edges. The condition 4Institut für Numerische Mathematik und number of the preconditioned operator then satisfies a bound which is independent Optimierung, Technische Universität of coefficient heterogeneities in the problem. The computational cost of the local Bergakademie Freiberg, Germany eigenvalue problems is not negligible, and also a significant load imbalance can be Correspondence introduced. As a remedy, certain eigenvalue problems are discarded by a theory- Martin J. Kühn, Parallel Algorithms Team, CERFACS (Centre Européen de Recherche guided heuristic strategy, based on the diagonal entries of the stiffness matrices. et de Formation Avancée en Calcul Additionally, a lightweight pairwise dynamic load balancing strategy is implemented Scientifique). Email: for the eigenvalue problems. The load balancing is supervised by an orchestrating [email protected] rank using asynchronous point-to-point communication. The resulting method shows Present Address good weak and strong scalability up to thousands of cores while fast convergence is 42 Avenue Gaspard Coriolis, 31057 Toulouse Cedex 01, France obtained even for heterogeneous problems.
    [Show full text]
  • FETI and BDD Preconditioners for Stokes--Mortar--Darcy Systems
    Communications in Applied Mathematics and Computational Science FETI AND BDD PRECONDITIONERS FOR STOKES–MORTAR–DARCY SYSTEMS JUAN GALVIS AND MARCUS SARKIS vol. 5 no. 1 2010 mathematical sciences publishers COMM. APP. MATH. AND COMP. SCI. Vol. 5, No. 1, 2010 FETI AND BDD PRECONDITIONERS FOR STOKES–MORTAR–DARCY SYSTEMS JUAN GALVIS AND MARCUS SARKIS We consider the coupling across an interface of a fluid flow and a porous media flow. The differential equations involve Stokes equations in the fluid region, Darcy equations in the porous region, plus a coupling through an interface with Beaver–Joseph–Saffman transmission conditions. The discretization consists of P2/P1 triangular Taylor–Hood finite elements in the fluid region, the lowest order triangular Raviart–Thomas finite elements in the porous region, and the mortar piecewise constant Lagrange multipliers on the interface. We allow for nonmatching meshes across the interface. Due to the small values of the per- meability parameter κ of the porous medium, the resulting discrete symmetric saddle point system is very ill conditioned. We design and analyze precondi- tioners based on the finite element by tearing and interconnecting (FETI) and balancing domain decomposition (BDD) methods and derive a condition num- ber estimate of order C1.1 C .1/κ// for the preconditioned operator. In case the fluid discretization is finer than the porous side discretization, we derive a p 2 better estimate of order C2((κ C 1)/(κ C .h / // for the FETI preconditioner. p Here h is the mesh size of the porous side triangulation. The constants C1 and C2 are independent of the permeability κ, the fluid viscosity ν, and the mesh ratio across the interface.
    [Show full text]