DDFV Schemes for the Euler Equations

Size: px
Start display at page:

Download "DDFV Schemes for the Euler Equations"

Transcription

1 DDFV Schemes for the Euler Equations Christophe Berthon, Yves Coudière, Vivien Desveaux Journées du GDR Calcul, 5 juillet 2011

2 Introduction Hyperbolic system of conservation laws in 2D t W + x f(w)+ y g(w) = 0 W : R 2 R + Ω R d : unknown state vector f,g : Ω R d : flux functions Ω convex set of physical states Objective : derive a numerical scheme Second order accurate Ω preserving Unstructured meshes CFL restriction Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 2 / 24

3 Example : the 2D Euler equations W = ρ ρu ρv E, f(w) = ρu ρu 2 + p ρuv u(e + p), g(w) = ρv ρuv ρv 2 + p v(e + p) where ρ is the density, (u,v) the velocity, E the total energy and p the pressure given by the perfect gas law ( p = (γ 1) E ρ ( u 2 + v 2)) 2 Set of physical states { Ω = W R 4 ;ρ > 0,(u,v) R 2,E ρ ( u 2 + v 2) > 0} 2 Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 3 / 24

4 1 MUSCL schemes 2 Robustness and CFL restriction 3 Reconstruction Procedure: DDFV method 4 Numerical results Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 4 / 24

5 Meshes notations K j2 n ij2 T ij2 l ij1 K j3 K j1 T ij3 T ij1 n ij1 n ij3 l i j1j5 θ ij1 n i j1j5 T ij4 T ij5 The primal mesh and the dual mesh K j5 K j4 n ij4 n ij5 A primal or dual cell K i Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 5 / 24

6 First-order scheme W n+1 i = W n i t K i l ij φ ( W n i,w n j,θ ij ) φ 1D Godunov-type flux : under the CFL restriction t x max{λ± (W L,W R,θ)} 1, we have 2 φ(w L,W R,θ) = h θ (W L )+ x 2 t W L 1 t 0 x 2 W θ ( x t,w L,W R )dx hθ = cosθf + sinθg : flux in the direction θ Wθ approximate Riemann solver valued in Ω. Consistency : φ(w,w,θ) = h θ (W) Conservation : φ(w L,W R,θ) = φ(w R,W L,θ+π) Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 6 / 24

7 MUSCL scheme First-order scheme on the cell K i W n+1 i = W n i t K i l ij φ ( W n i,w n j,θ ij ), Second-order MUSCL scheme on the cell K i W n+1 i = W n i t K i l ij φ(w ij,w ji,θ ij ), K i K j W ij W ji W j W ij and W ji second-order approximations at the interface between K i and K j. How to compute W ij? W i Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 7 / 24

8 1 MUSCL schemes 2 Robustness and CFL restriction 3 Reconstruction Procedure: DDFV method 4 Numerical results Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 8 / 24

9 Motivations Usual CFL restriction on a square (first-order): t l max {λ± (Wi n,wj n,θ ij )} 1 4 Usual CFL restriction on a quadrilateral (first-order): t K i max{ l ij λ ± (Wi n,wj n,θ ij )} 1 8 Inconsistency. The CFL restriction for quadrilateral is not optimal. Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 9 / 24

10 First-order scheme: CFL restriction Under the CFL restriction t x max {λ± (Wi n,wj n,θ ij )} 1, we have 2 W n+1 i = 1 x 2 K i l ij Wi n t K i + 1 K i l ij 0 x 2 l ij h θij (W n i ) ( x W θij t,wn i,wj n ) dx Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 10 / 24

11 First-order scheme: CFL restriction Under the CFL restriction t x max {λ± (Wi n,wj n,θ ij )} 1, we have 2 W n+1 i = 1 x 2 K i ( l ij h θij (Wi n f ) = g l ij Wi n t K i + 1 K i ) (W n i ) l ij 0 x 2 l ij h θij (W n i ) ( x W θij t,wn i,wj n ) dx l ij n ij = 0 by Green s formula Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 10 / 24

12 First-order scheme: CFL restriction Under the CFL restriction t x max {λ± (Wi n,wj n,θ ij )} 1, we have 2 W n+1 i = 1 x 2 K i We define P i = l ij Wi n K i 0 l ij x 2 l ij and we take x = 2 K i P i 1 x 2 K i l ij = 0 ( x ) W θij t,wn i,wj n dx Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 10 / 24

13 The CFL restriction becomes and we have with W n+1 ij W n+1 i = 1 K i t K i P { i max λ ± (Wi n,wj n,θ ij ) } 1 = 1 P i 0 ( x ) l ij Wθij K i t,wn i,wj n dx P i l ij W n+1 ij = P 0 ( i x ) Wθij K i K i t,wn i,wj n dx P i W n+1 ij Ω as the mean value of a function valued in the convex Ω. W n+1 i Ω as a convex combination of the W n+1 ij. Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 11 / 24

14 Theorem : Robustness of the first-order scheme If the following hypothesis are satisfied (i) W n i Ω, i Z (ii) We have the CFL condition Then the states W n+1 i remain in Ω. Remark : this CFL can be written t P i K i max { λ ± (Wi n,wj n,θ ij ) } 1, i t l i K i max { λ ± (Wi n,wj n,θ ij ) } 1 p i p i number of edges of the cell K i l i = 1 p i P i mean length of the edges Consistency with the CFL restriction for a square Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 12 / 24

15 Second-order MUSCL scheme We define the intermediate states Wij n+1 = W ij t l ij φ(w ij,w ji,θ ij )+ T ij k ν(i,j) l i jk φ(w ij,w ik,θjk i ) which are the updated states by the first-order scheme on the subcell T ij. By the previous theorem, if the CFL restriction t P ij { max λ ± (W ij,w ji,θ ij ),λ ± (W ij,w ik,θjk i T ij )} 1 k ν(i,j) is satisfied, then W n+1 ij is in Ω. 1 K i T ij W n+1 ij = T ij K i W ij t K i This state is in Ω as a convex combination of states in Ω. φ(w ij,w ji,θ ij ) Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 13 / 24

16 Theorem : Robustness of the MUSCL scheme If the following hypothesis are satisfied (i) The initial states W n i are in Ω (ii) The reconstructed states W ij are in Ω (iii) The reconstruction satisfies the conservation property T ij K i W ij = Wi n (iv) We have the CFL condition i Z t max P ij T ij Then the states W n+1 i remain in Ω. { max λ ± (W ij,w ji,θ ij ),λ ± (W ij,w ik,θjk i )} 1 k ν(i,j) Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 14 / 24

17 1 MUSCL schemes 2 Robustness and CFL restriction 3 Reconstruction Procedure: DDFV method 4 Numerical results Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 15 / 24

18 Computation of the states W ij S3 Q2 S2 W3 Ŵ2 W2 T2 Q1 Ŵ1 Q3 T3 T1 Ŵ3 S0 W0 S1 W1 T4 T5 S4 W4 Q5 Ŵ5 Q4 Ŵ4 S5 W5 Geometry of the cell K The reconstructed states have to satisfy: Known states and reconstructed states Ŵ j Ω T ij K i Ŵj = W 0 If we take Ŵj = W(Q j ) with W a linear function on K, we have T ij K i Ŵj = W 0 W(S 0 ) = W 0 Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 16 / 24

19 1 Gradient reconstruction (DDFV) We define a continuous function W : K R d piecewise linear on each triangle T j and such that W(S j ) = W j, j ν(i). 4 3 T3 T4 0 T2 T1 T Projection For 1 k d, we define E k (ν) = W k (X) [(W 0 ) k +ν (X S 0 )] 2 dx, K where the subscript k denotes the k-th component. Let µ R d be the vector whose k-th component is the solution of E k (µ k ) = min ν R 2 E k(ν). We define W µ (X) : K R d the linear function whose k-th component is (W 0 ) k +µ k (X S 0 ). Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 17 / 24

20 3 Limitation of the slope µ We restrict Ω to a close set Ω ǫ. In the Euler case, { Ω ǫ = W R 4 ;ρ ǫ,(u,v) R 2,E ρ ( u 2 + v 2) ǫ}. 2 We define the optimal slope limiter by { } α = max t [0,1], W tµ (Q j ) Ω ǫ, j ν(i). 4 Finally, the reconstructed states are given by Ŵj = W αµ (Q j ). Limitation procedure Ŵj Ω W(S 0 ) = W 0 T ij K i Ŵj = W 0 The DDFV-MUSCL scheme is robust Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 18 / 24

21 Computation of the states at the vertices We write a MUSCL scheme on both the primal and the dual mesh The states at a vertex of the dual mesh is exactly the state at the center of the associated primal cell We approximate the state at a vertex of the primal mesh by the state at the center of the associated dual cell Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 19 / 24

22 1 MUSCL schemes 2 Robustness and CFL restriction 3 Reconstruction Procedure: DDFV method 4 Numerical results Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 20 / 24

23 Meshes Square mesh Quadrilateral mesh Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 21 / 24

24 Four shocks Square mesh DDFV-MUSCL scheme Square mesh MUSCL scheme Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 22 / 24

25 Four shocks Square mesh DDFV-MUSCL scheme Quadrilateral mesh DDFV-MUSCL scheme Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 22 / 24

26 Four contact discontinuities Square mesh DDFV-MUSCL scheme Square mesh MUSCL scheme Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 23 / 24

27 Four contact discontinuities Square mesh DDFV-MUSCL scheme Quadrilateral mesh DDFV-MUSCL scheme Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 23 / 24

28 Perspectives Allow non-conservative reconstructions, i.e. which don t satisfy T ij K i W ij = Wi n Optimization of the CFL condition in the robustness theorem for the MUSCL scheme Better approximation of the value at the vertices of the primal mesh, especially in the case of very distorded meshes Distorded mesh Vivien Desveaux DDFV Schemes for the Euler Equations Journées du GDR Calcul 24 / 24

Nonoscillatory Central Schemes on Unstructured Triangulations for Hyperbolic Systems of Conservation Laws

Nonoscillatory Central Schemes on Unstructured Triangulations for Hyperbolic Systems of Conservation Laws Nonoscillatory Central Schemes on Unstructured Triangulations for Hyperbolic Systems of Conservation Laws Ivan Christov Bojan Popov Department of Mathematics, Texas A&M University, College Station, Texas

More information

On the high order FV schemes for compressible flows

On the high order FV schemes for compressible flows Applied and Computational Mechanics 1 (2007) 453-460 On the high order FV schemes for compressible flows J. Fürst a, a Faculty of Mechanical Engineering, CTU in Prague, Karlovo nám. 13, 121 35 Praha, Czech

More information

Hierarchical Reconstruction for Spectral Volume Method on Unstructured Grids

Hierarchical Reconstruction for Spectral Volume Method on Unstructured Grids Hierarchical Reconstruction for Spectral Volume Method on Unstructured Grids Zhiliang Xu, Yingjie Liu and Chi-Wang Shu April 4, 2009 Abstract The hierarchical reconstruction (HR) [, 24] is applied to a

More information

Nonoscillatory Central Schemes on Unstructured Triangular Grids for Hyperbolic Systems of Conservation Laws

Nonoscillatory Central Schemes on Unstructured Triangular Grids for Hyperbolic Systems of Conservation Laws Nonoscillatory Central Schemes on Unstructured Triangular Grids for Hyperbolic Systems of Conservation Laws Ivan Christov 1,* Bojan Popov 1 Peter Popov 2 1 Department of Mathematics, 2 Institute for Scientific

More information

Discontinuous Fluctuation Distribution

Discontinuous Fluctuation Distribution Discontinuous Fluctuation Distribution Matthew Hubbard School of Computing, University of Leeds, Leeds, LS2 9JT, UK. Abstract This paper describes a new numerical scheme for the approximation of steady

More information

A Review on the Numerical Solution of the 1D Euler Equations. Hudson, Justin. MIMS EPrint:

A Review on the Numerical Solution of the 1D Euler Equations. Hudson, Justin. MIMS EPrint: A Review on the Numerical Solution of the D Euler Equations Hudson, Justin 6 MIMS EPrint: 6.9 Manchester Institute for Mathematical Sciences School of Mathematics The University of Manchester Reports available

More information

Semi-Conservative Schemes for Conservation Laws

Semi-Conservative Schemes for Conservation Laws Semi-Conservative Schemes for Conservation Laws Rosa Maria Pidatella 1 Gabriella Puppo, 2 Giovanni Russo, 1 Pietro Santagati 1 1 Università degli Studi di Catania, Catania, Italy 2 Università dell Insubria,

More information

High-Order CENO Reconstruction Scheme For Three-Dimensional Unstructured Mesh

High-Order CENO Reconstruction Scheme For Three-Dimensional Unstructured Mesh High-Order CENO Reconstruction Scheme For Three-Dimensional Unstructured Mesh by Al-Amin Aziz A thesis submitted in conformity with the requirements for the degree of Masters of Applied Science Graduate

More information

c 2005 Society for Industrial and Applied Mathematics

c 2005 Society for Industrial and Applied Mathematics SIAM J. SCI. COMPUT. Vol. 6, No. 3, pp. 785 89 c 5 Society for Industrial and Applied Mathematics A HIGH-RESOLUTION ROTATED GRID METHOD FOR CONSERVATION LAWS WITH EMBEDDED GEOMETRIES CHRISTIANE HELZEL,

More information

HONOM EUROPEAN WORKSHOP on High Order Nonlinear Numerical Methods for Evolutionary PDEs, Bordeaux, March 18-22, 2013

HONOM EUROPEAN WORKSHOP on High Order Nonlinear Numerical Methods for Evolutionary PDEs, Bordeaux, March 18-22, 2013 HONOM 2013 EUROPEAN WORKSHOP on High Order Nonlinear Numerical Methods for Evolutionary PDEs, Bordeaux, March 18-22, 2013 A priori-based mesh adaptation for third-order accurate Euler simulation Alexandre

More information

Lecture 1: Finite Volume WENO Schemes Chi-Wang Shu

Lecture 1: Finite Volume WENO Schemes Chi-Wang Shu Lecture 1: Finite Volume WENO Schemes Chi-Wang Shu Division of Applied Mathematics Brown University Outline of the First Lecture General description of finite volume schemes for conservation laws The WENO

More information

A new multidimensional-type reconstruction and limiting procedure for unstructured (cell-centered) FVs solving hyperbolic conservation laws

A new multidimensional-type reconstruction and limiting procedure for unstructured (cell-centered) FVs solving hyperbolic conservation laws HYP 2012, Padova A new multidimensional-type reconstruction and limiting procedure for unstructured (cell-centered) FVs solving hyperbolic conservation laws Argiris I. Delis & Ioannis K. Nikolos (TUC)

More information

Robust and Efficient Adaptive Moving Mesh Solution of the 2-D Euler equations

Robust and Efficient Adaptive Moving Mesh Solution of the 2-D Euler equations Contemporary Mathematics Robust and Efficient Adaptive Moving Mesh Solution of the -D Euler equations P. A. Zegeling, W. D. de Boer, and H. Z. Tang Abstract. In this paper we describe an adaptive moving

More information

A high order moving boundary treatment for compressible inviscid flows 1. Abstract

A high order moving boundary treatment for compressible inviscid flows 1. Abstract A high order moving boundary treatment for compressible inviscid flows Sirui Tan and Chi-Wang Shu Abstract We develop a high order numerical boundary condition for compressible inviscid flows involving

More information

A CONSERVATIVE FRONT TRACKING ALGORITHM

A CONSERVATIVE FRONT TRACKING ALGORITHM A CONSERVATIVE FRONT TRACKING ALGORITHM Vinh Tan Nguyen, Khoo Boo Cheong and Jaime Peraire Singapore-MIT Alliance Department of Mechanical Engineering, National University of Singapore Department of Aeronautics

More information

On the Construction, Comparison, and Local Characteristic Decomposition for High-Order Central WENO Schemes

On the Construction, Comparison, and Local Characteristic Decomposition for High-Order Central WENO Schemes Journal of Computational Physics 8, 87 09 (00) doi:0.006/jcph.00.79 On the Construction, Comparison, and Local Characteristic Decomposition for High-Order Central WENO Schemes Jianxian Qiu, and Chi-Wang

More information

Solution of 2D Euler Equations and Application to Airfoil Design

Solution of 2D Euler Equations and Application to Airfoil Design WDS'6 Proceedings of Contributed Papers, Part I, 47 52, 26. ISBN 8-86732-84-3 MATFYZPRESS Solution of 2D Euler Equations and Application to Airfoil Design J. Šimák Charles University, Faculty of Mathematics

More information

Airfoil Design Optimization Using Reduced Order Models Based on Proper Orthogonal Decomposition

Airfoil Design Optimization Using Reduced Order Models Based on Proper Orthogonal Decomposition Airfoil Design Optimization Using Reduced Order Models Based on Proper Orthogonal Decomposition.5.5.5.5.5.5.5..5.95.9.85.8.75.7 Patrick A. LeGresley and Juan J. Alonso Dept. of Aeronautics & Astronautics

More information

Lagrangian Relaxation: An overview

Lagrangian Relaxation: An overview Discrete Math for Bioinformatics WS 11/12:, by A. Bockmayr/K. Reinert, 22. Januar 2013, 13:27 4001 Lagrangian Relaxation: An overview Sources for this lecture: D. Bertsimas and J. Tsitsiklis: Introduction

More information

A Bi Hyperbolic Finite Volume Method on Quadrilateral Meshes

A Bi Hyperbolic Finite Volume Method on Quadrilateral Meshes A Bi Hyperbolic Finite Volume Method on Quadrilateral Meshes H. Joachim Schroll and Fredrik Svensson July 6, 24 preprint Lund University 24 Abstract A non oscillatory, high resolution reconstruction method

More information

Dual Interpolants for Finite Element Methods

Dual Interpolants for Finite Element Methods Dual Interpolants for Finite Element Methods Andrew Gillette joint work with Chandrajit Bajaj and Alexander Rand Department of Mathematics Institute of Computational Engineering and Sciences University

More information

Parallel Adaptive Tsunami Modelling with Triangular Discontinuous Galerkin Schemes

Parallel Adaptive Tsunami Modelling with Triangular Discontinuous Galerkin Schemes Parallel Adaptive Tsunami Modelling with Triangular Discontinuous Galerkin Schemes Stefan Vater 1 Kaveh Rahnema 2 Jörn Behrens 1 Michael Bader 2 1 Universität Hamburg 2014 PDES Workshop 2 TU München Partial

More information

On the order of accuracy and numerical performance of two classes of finite volume WENO schemes

On the order of accuracy and numerical performance of two classes of finite volume WENO schemes On the order of accuracy and numerical performance of two classes of finite volume WENO schemes Rui Zhang, Mengping Zhang and Chi-Wang Shu November 29, 29 Abstract In this paper we consider two commonly

More information

Comparing Lagrangian Godunov and Pseudo-Viscosity Schemes for Multi-Dimensional Impact Simulations. Gabi Luttwak

Comparing Lagrangian Godunov and Pseudo-Viscosity Schemes for Multi-Dimensional Impact Simulations. Gabi Luttwak Comparing Lagrangian Godunov and Pseudo-Viscosity Schemes for Multi-Dimensional Impact Simulations Gabi Luttwak Rafael, P.O.Box 2250, Haifa 31021,Israel Godunov or Pseudo-viscosity Modern Eulerian codes

More information

Numerical Methods for PDEs. SSC Workgroup Meetings Juan J. Alonso October 8, SSC Working Group Meetings, JJA 1

Numerical Methods for PDEs. SSC Workgroup Meetings Juan J. Alonso October 8, SSC Working Group Meetings, JJA 1 Numerical Methods for PDEs SSC Workgroup Meetings Juan J. Alonso October 8, 2001 SSC Working Group Meetings, JJA 1 Overview These notes are meant to be an overview of the various memory access patterns

More information

Non-Oscillatory Third Order Fluctuation Splitting Schemes for Steady Scalar Conservation Laws

Non-Oscillatory Third Order Fluctuation Splitting Schemes for Steady Scalar Conservation Laws Non-Oscillatory Third Order Fluctuation Splitting Schemes for Steady Scalar Conservation Laws Matthew Hubbard School of Computing, University of Leeds, Leeds, LS 9JT, UK. Abstract This paper addresses

More information

A Jiang Tadmor Scheme on Unstructured Triangulations

A Jiang Tadmor Scheme on Unstructured Triangulations A Jiang Tadmor Scheme on Unstructured Triangulations Ivan Christov, Bojan Popov Department of Mathematics, Texas A&M University, College Station, TX 77843-3368, USA Abstract Nonoscillatory central schemes

More information

NON-OSCILLATORY HIERARCHICAL RECONSTRUCTION FOR CENTRAL AND FINITE VOLUME SCHEMES

NON-OSCILLATORY HIERARCHICAL RECONSTRUCTION FOR CENTRAL AND FINITE VOLUME SCHEMES NON-OSCILLATORY HIERARCHICAL RECONSTRUCTION FOR CENTRAL AND FINITE VOLUME SCHEMES YINGJIE LIU, CHI-WANG SHU, EITAN TADMOR, AND MENGPING ZHANG Abstract. This is the continuation of the paper central discontinuous

More information

Vector Image Polygon (VIP) limiters in ALE Hydrodynamics

Vector Image Polygon (VIP) limiters in ALE Hydrodynamics New Models and Hydrocodes, Paris, France,24-28 May 2010 Vector Image Polygon (VIP) limiters in ALE Hydrodynamics 6 4 8 3 5 2 79 1 2 1 1 1 Gabi Luttwak 1 and Joseph Falcovitz 2 1 Rafael, P.O. Box 2250,

More information

Debojyoti Ghosh. Adviser: Dr. James Baeder Alfred Gessow Rotorcraft Center Department of Aerospace Engineering

Debojyoti Ghosh. Adviser: Dr. James Baeder Alfred Gessow Rotorcraft Center Department of Aerospace Engineering Debojyoti Ghosh Adviser: Dr. James Baeder Alfred Gessow Rotorcraft Center Department of Aerospace Engineering To study the Dynamic Stalling of rotor blade cross-sections Unsteady Aerodynamics: Time varying

More information

High-Order Numerical Algorithms for Steady and Unsteady Simulation of Viscous Compressible Flow with Shocks (Grant FA )

High-Order Numerical Algorithms for Steady and Unsteady Simulation of Viscous Compressible Flow with Shocks (Grant FA ) High-Order Numerical Algorithms for Steady and Unsteady Simulation of Viscous Compressible Flow with Shocks (Grant FA9550-07-0195) Sachin Premasuthan, Kui Ou, Patrice Castonguay, Lala Li, Yves Allaneau,

More information

A third order conservative Lagrangian type scheme on curvilinear meshes for the compressible Euler equations

A third order conservative Lagrangian type scheme on curvilinear meshes for the compressible Euler equations A third order conservative Lagrangian type scheme on curvilinear meshes for the compressible Euler equations Juan Cheng and Chi-Wang Shu 2 Abstract Based on the high order essentially non-oscillatory (ENO)

More information

Imagery for 3D geometry design: application to fluid flows.

Imagery for 3D geometry design: application to fluid flows. Imagery for 3D geometry design: application to fluid flows. C. Galusinski, C. Nguyen IMATH, Université du Sud Toulon Var, Supported by ANR Carpeinter May 14, 2010 Toolbox Ginzburg-Landau. Skeleton 3D extension

More information

Non-Oscillatory Hierarchical Reconstruction for Central and Finite Volume Schemes

Non-Oscillatory Hierarchical Reconstruction for Central and Finite Volume Schemes COMMUNICATIONS IN COMPUTATIONAL PHYSICS Vol., No., pp. 933-963 Commun. Comput. Phys. October 7 Non-Oscillatory Hierarchical Reconstruction for Central and Finite Volume Schemes Yingjie Liu,, Chi-Wang Shu,

More information

Stability Analysis of the Muscl Method on General Unstructured Grids for Applications to Compressible Fluid Flow

Stability Analysis of the Muscl Method on General Unstructured Grids for Applications to Compressible Fluid Flow Stability Analysis of the Muscl Method on General Unstructured Grids for Applications to Compressible Fluid Flow F. Haider 1, B. Courbet 1, J.P. Croisille 2 1 Département de Simulation Numérique des Ecoulements

More information

Generalized barycentric coordinates

Generalized barycentric coordinates Generalized barycentric coordinates Michael S. Floater August 20, 2012 In this lecture, we review the definitions and properties of barycentric coordinates on triangles, and study generalizations to convex,

More information

This is an author-deposited version published in: Eprints ID: 4362

This is an author-deposited version published in:   Eprints ID: 4362 This is an author-deposited version published in: http://oatao.univ-toulouse.fr/ Eprints ID: 4362 To cite this document: CHIKHAOUI Oussama, GRESSIER Jérémie, GRONDIN Gilles. Assessment of the Spectral

More information

Overview of Traditional Surface Tracking Methods

Overview of Traditional Surface Tracking Methods Liquid Simulation With Mesh-Based Surface Tracking Overview of Traditional Surface Tracking Methods Matthias Müller Introduction Research lead of NVIDIA PhysX team PhysX GPU acc. Game physics engine www.nvidia.com\physx

More information

Computation of Fictitious Gas Flow with Euler Equations

Computation of Fictitious Gas Flow with Euler Equations 1 Computation of Fictitious Gas Flow with Euler Equations Pei Li and Helmut Sobieczky DLR Göttingen, Germany Abstract The Fictitious Gas Concept supports some computational design methods to construct

More information

Smoothed Particle Hydrodynamics

Smoothed Particle Hydrodynamics Particle methods Part 1 Smoothed Particle Hydrodynamics Nathan Quinlan Mechanical Engineering 1: SPH 2: Truncation error and consistency of particle methods 3: FVPM CFD is mature Kroll et al. (2002) lift

More information

Lecture 4: Primal Dual Matching Algorithm and Non-Bipartite Matching. 1 Primal/Dual Algorithm for weighted matchings in Bipartite Graphs

Lecture 4: Primal Dual Matching Algorithm and Non-Bipartite Matching. 1 Primal/Dual Algorithm for weighted matchings in Bipartite Graphs CMPUT 675: Topics in Algorithms and Combinatorial Optimization (Fall 009) Lecture 4: Primal Dual Matching Algorithm and Non-Bipartite Matching Lecturer: Mohammad R. Salavatipour Date: Sept 15 and 17, 009

More information

An Explicit Implicit Scheme for Cut Cells in Embedded Boundary Meshes

An Explicit Implicit Scheme for Cut Cells in Embedded Boundary Meshes An Explicit Implicit Scheme for Cut Cells in Embedded Boundary Meshes S. May and M. Berger Research Report No. 2015-44 December 2015 Seminar für Angewandte Mathematik Eidgenössische Technische Hochschule

More information

Flux Vector Splitting Methods for the Euler Equations on 3D Unstructured Meshes for CPU/GPU Clusters

Flux Vector Splitting Methods for the Euler Equations on 3D Unstructured Meshes for CPU/GPU Clusters Flux Vector Splitting Methods for the Euler Equations on 3D Unstructured Meshes for CPU/GPU Clusters Manfred Liebmann Technische Universität München Chair of Optimal Control Center for Mathematical Sciences,

More information

A SIMPLE EULERIAN FINITE-VOLUME METHOD FOR COMPRESSIBLE FLUIDS IN DOMAINS WITH MOVING BOUNDARIES

A SIMPLE EULERIAN FINITE-VOLUME METHOD FOR COMPRESSIBLE FLUIDS IN DOMAINS WITH MOVING BOUNDARIES A SIMPLE EULERIAN FINITE-VOLUME METHOD FOR COMPRESSIBLE FLUIDS IN DOMAINS WITH MOVING BOUNDARIES ALINA CHERTOCK AND ALEXANDER KURGANOV Abstract. We introduce a new simple Eulerian method for treatment

More information

An Implicit Gradient Method for Cell-Centered Finite-Volume Solver on Unstructured Grids

An Implicit Gradient Method for Cell-Centered Finite-Volume Solver on Unstructured Grids AIAA SciTech Forum 7-11 January 2019, San Diego, California AIAA Scitech 2019 Forum 10.2514/6.2019-1155 An Implicit Gradient Method for Cell-Centered Finite-Volume Solver on Unstructured Grids Hiroaki

More information

A Central Compact-Reconstruction WENO Method for Hyperbolic Conservation Laws

A Central Compact-Reconstruction WENO Method for Hyperbolic Conservation Laws AIAA SciTech Forum 8 January 08, Kissimmee, Florida 08 AIAA Aerospace Sciences Meeting 0.54/6.08-0067 A Central Compact-Reconstruction WENO Method for Hyperbolic Conservation Laws Kilian Cooley and Dr.

More information

Runge-Kutta discontinuous Galerkin method using a new type of WENO limiters on unstructured mesh 1

Runge-Kutta discontinuous Galerkin method using a new type of WENO limiters on unstructured mesh 1 Runge-Kutta discontinuous Galerkin method using a new type of WENO limiters on unstructured mesh Jun Zhu, inghui Zhong 3, Chi-Wang Shu 4 and Jianxian Qiu 5 Abstract In this paper we generalize a new type

More information

Literature Report. Daniël Pols. 23 May 2018

Literature Report. Daniël Pols. 23 May 2018 Literature Report Daniël Pols 23 May 2018 Applications Two-phase flow model The evolution of the momentum field in a two phase flow problem is given by the Navier-Stokes equations: u t + u u = 1 ρ p +

More information

A face-centred finite volume method for second-order elliptic problems

A face-centred finite volume method for second-order elliptic problems A face-centred finite volume method for second-order elliptic problems arxiv:1712.6173v1 [math.na] 17 Dec 217 Ruben Sevilla Zienkiewicz Centre for Computational Engineering, College of Engineering, Swansea

More information

The gas-kinetic methods have become popular for the simulation of compressible fluid flows in the last

The gas-kinetic methods have become popular for the simulation of compressible fluid flows in the last Parallel Implementation of Gas-Kinetic BGK Scheme on Unstructured Hybrid Grids Murat Ilgaz Defense Industries Research and Development Institute, Ankara, 626, Turkey and Ismail H. Tuncer Middle East Technical

More information

DD2429 Computational Photography :00-19:00

DD2429 Computational Photography :00-19:00 . Examination: DD2429 Computational Photography 202-0-8 4:00-9:00 Each problem gives max 5 points. In order to pass you need about 0-5 points. You are allowed to use the lecture notes and standard list

More information

Robustness improvement of polyhedral mesh method for airbag deployment simulations. TU Delft

Robustness improvement of polyhedral mesh method for airbag deployment simulations. TU Delft Robustness improvement of polyhedral mesh method for airbag deployment simulations. TU Delft Santiago Alagon Carrillo, Numerical Analysis Daily Supervisor: Prof. dr. ir. C. Vuik, Company Supervisor: Ir.

More information

Mathematical Programming and Research Methods (Part II)

Mathematical Programming and Research Methods (Part II) Mathematical Programming and Research Methods (Part II) 4. Convexity and Optimization Massimiliano Pontil (based on previous lecture by Andreas Argyriou) 1 Today s Plan Convex sets and functions Types

More information

A brief description of the particle finite element method (PFEM2). Extensions to free surface

A brief description of the particle finite element method (PFEM2). Extensions to free surface A brief description of the particle finite element method (PFEM2). Extensions to free surface flows. Juan M. Gimenez, L.M. González, CIMEC Universidad Nacional del Litoral (UNL) Santa Fe, Argentina Universidad

More information

Computational Astrophysics 5 Higher-order and AMR schemes

Computational Astrophysics 5 Higher-order and AMR schemes Computational Astrophysics 5 Higher-order and AMR schemes Oscar Agertz Outline - The Godunov Method - Second-order scheme with MUSCL - Slope limiters and TVD schemes - Characteristics tracing and 2D slopes.

More information

Aerodynamic Computations Using a Finite Volume Method with an HLLC Numerical Flux Function

Aerodynamic Computations Using a Finite Volume Method with an HLLC Numerical Flux Function Math. Model. Nat. Phenom. Vol. X, No. Y, 2010, pp. 1-XX Aerodynamic Computations Using a Finite Volume Method with an HLLC Numerical Flux Function L. Remaki 1, O. Hassan and K. Morgan School of Engineering,

More information

Advective and conservative semi-lagrangian schemes on uniform and non-uniform grids

Advective and conservative semi-lagrangian schemes on uniform and non-uniform grids Advective and conservative semi-lagrangian schemes on uniform and non-uniform grids M. Mehrenberger Université de Strasbourg and Max-Planck Institut für Plasmaphysik 5 September 2013 M. Mehrenberger (UDS

More information

CS205b/CME306. Lecture 9

CS205b/CME306. Lecture 9 CS205b/CME306 Lecture 9 1 Convection Supplementary Reading: Osher and Fedkiw, Sections 3.3 and 3.5; Leveque, Sections 6.7, 8.3, 10.2, 10.4. For a reference on Newton polynomial interpolation via divided

More information

COMPARISON OF FINITE VOLUME HIGH-ORDER SCHEMES FOR THE TWO-DIMENSIONAL EULER EQUATIONS

COMPARISON OF FINITE VOLUME HIGH-ORDER SCHEMES FOR THE TWO-DIMENSIONAL EULER EQUATIONS ECCOMAS Congress 206 VII European Congress on Computational Methods in Applied Sciences and Engineering M. Papadrakakis, V. Papadopoulos, G. Stefanou, V. Plevris (eds.) Crete Island, Greece, 5 0 June 206

More information

Finite Element Methods

Finite Element Methods Chapter 5 Finite Element Methods 5.1 Finite Element Spaces Remark 5.1 Mesh cells, faces, edges, vertices. A mesh cell is a compact polyhedron in R d, d {2,3}, whose interior is not empty. The boundary

More information

A New Trouble-Cell Indicator for Discontinuous Galerkin Methods for. Hyperbolic Conservation Laws ABSTRACT

A New Trouble-Cell Indicator for Discontinuous Galerkin Methods for. Hyperbolic Conservation Laws ABSTRACT A New Trouble-Cell Indicator for Discontinuous Galerkin Methods for Hyperbolic Conservation Laws Guosheng Fu and Chi-Wang Shu ABSTRACT We introduce a new troubled-cell indicator for the discontinuous Galerkin

More information

A Multigrid Block LU-SGS Algorithm for Euler Equations on Unstructured Grids

A Multigrid Block LU-SGS Algorithm for Euler Equations on Unstructured Grids A Multigrid Block LU-SGS Algorithm for Euler Equations on Unstructured Grids Ruo Li, Xin Wang and Weibo Zhao January 26, 27 Abstract We proposed an efficient and robust algorithm to solve the steady Euler

More information

Numerical Analysis of Shock Tube Problem by using TVD and ACM Schemes

Numerical Analysis of Shock Tube Problem by using TVD and ACM Schemes Numerical Analysis of Shock Tube Problem by using TVD and Schemes Dr. Mukkarum Husain, Dr. M. Nauman Qureshi, Syed Zaid Hasany IST Karachi, Email: mrmukkarum@yahoo.com Abstract Computational Fluid Dynamics

More information

Conservative Semi-Lagrangian solvers on mapped meshes

Conservative Semi-Lagrangian solvers on mapped meshes Conservative Semi-Lagrangian solvers on mapped meshes M. Mehrenberger, M. Bergot, V. Grandgirard, G. Latu, H. Sellama, E. Sonnendrücker Université de Strasbourg, INRIA Grand Est, Projet CALVI, ANR GYPSI

More information

Conforming Vector Interpolation Functions for Polyhedral Meshes

Conforming Vector Interpolation Functions for Polyhedral Meshes Conforming Vector Interpolation Functions for Polyhedral Meshes Andrew Gillette joint work with Chandrajit Bajaj and Alexander Rand Department of Mathematics Institute of Computational Engineering and

More information

Central-Upwind Schemes on Triangular Grids for Hyperbolic Systems of Conservation Laws

Central-Upwind Schemes on Triangular Grids for Hyperbolic Systems of Conservation Laws Central-Upwind Schemes on Triangular Grids for Hyperbolic Systems of Conservation Laws Alexander Kurganov, 1 Guergana Petrova 2 1 Department of Mathematics, Tulane University, New Orleans, Louisiana 70118

More information

A Semi-Lagrangian Discontinuous Galerkin (SLDG) Conservative Transport Scheme on the Cubed-Sphere

A Semi-Lagrangian Discontinuous Galerkin (SLDG) Conservative Transport Scheme on the Cubed-Sphere A Semi-Lagrangian Discontinuous Galerkin (SLDG) Conservative Transport Scheme on the Cubed-Sphere Ram Nair Computational and Information Systems Laboratory (CISL) National Center for Atmospheric Research

More information

This is the main idea of the evolution Galerkin (EG) methods, which evolve the initial data using the bicharacteristic cone and then project them onto

This is the main idea of the evolution Galerkin (EG) methods, which evolve the initial data using the bicharacteristic cone and then project them onto Finite volume evolution Galerkin methods for multidimensional hyperbolic problems M. Lukacova { Medvid'ova 1 3, K. W. Morton 2,G.Warnecke 1 1 Institut fur Analysis und Numerik, Otto-von-Guericke-Universitat

More information

7. The Gauss-Bonnet theorem

7. The Gauss-Bonnet theorem 7. The Gauss-Bonnet theorem 7.1 Hyperbolic polygons In Euclidean geometry, an n-sided polygon is a subset of the Euclidean plane bounded by n straight lines. Thus the edges of a Euclidean polygon are formed

More information

COMPARISON OF CELL-CENTERED AND NODE-CENTERED FORMULATIONS OF A HIGH-RESOLUTION WELL-BALANCED FINITE VOLUME SCHEME: APPLICATION TO SHALLOW WATER FLOWS

COMPARISON OF CELL-CENTERED AND NODE-CENTERED FORMULATIONS OF A HIGH-RESOLUTION WELL-BALANCED FINITE VOLUME SCHEME: APPLICATION TO SHALLOW WATER FLOWS XVIII International Conference on Water Resources CMWR 010 J. Carrera (Ed) CIMNE, Barcelona 010 COMPARISON OF CELL-CENTERED AND NODE-CENTERED FORMULATIONS OF A HIGH-RESOLUTION WELL-BALANCED FINITE VOLUME

More information

CALCULUS MADE EASY - FUNCTIONALITY for the TiNspire CAS

CALCULUS MADE EASY - FUNCTIONALITY for the TiNspire CAS CALCULUS MADE EASY - FUNCTIONALITY for the TiNspire CAS www.tinspireapps.com Functions READ: Linear Functions Find Slope Find y=mx+b All-in-one-Function Explorer Evaluate Function Find Domain of f(x) Find

More information

Implementing third order compressible flow solver for hexahedral meshes in OpenFoam

Implementing third order compressible flow solver for hexahedral meshes in OpenFoam Tutorial/Report in OpenFoam Course 8 Implementing third order compressible flow solver for hexahedral meshes in OpenFoam Martin Olausson, Chalmers University of Technology, SE-1 9 Gothenburg, Sweden Abstract

More information

ANALYSIS AND IMPLEMENTATION OF A HIGH-ORDER RECONSTRUCTION ALGORITHM FOR AN UNSTRUCTURED FINITE VOLUME FLOW SOLVER. Shane Edmond Sawyer

ANALYSIS AND IMPLEMENTATION OF A HIGH-ORDER RECONSTRUCTION ALGORITHM FOR AN UNSTRUCTURED FINITE VOLUME FLOW SOLVER. Shane Edmond Sawyer ANALYSIS AND IMPLEMENTATION OF A HIGH-ORDER RECONSTRUCTION ALGORITHM FOR AN UNSTRUCTURED FINITE VOLUME FLOW SOLVER By Shane Edmond Sawyer Approved: Kidambi Sreenivas Research Professor of Computational

More information

Two-dimensional laminar shock wave / boundary layer interaction

Two-dimensional laminar shock wave / boundary layer interaction Two-dimensional laminar shock wave / boundary layer interaction J.-Ch. Robinet (), V. Daru (,) and Ch. Tenaud () () SINUMEF Laboratory, ENSAM-PARIS () LIMSI-CNRS 5, Bd. de l Hôpital, PARIS 753, France

More information

On the Order of Accuracy and Numerical Performance of Two Classes of Finite Volume WENO Schemes

On the Order of Accuracy and Numerical Performance of Two Classes of Finite Volume WENO Schemes Commun. Comput. Phys. doi: 8/cicp.99.84s Vol. 9, No. 3, pp. 87-87 March On the Order of Accuracy and Numerical Performance of Two Classes of Finite Volume WENO Schemes Rui Zhang, Mengping Zhang and Chi-Wang

More information

Aerodynamic Computations Using a Finite Volume Method with an HLLC Numerical Flux Function

Aerodynamic Computations Using a Finite Volume Method with an HLLC Numerical Flux Function Math. Model. Nat. Phenom. Vol. 6, No. 3, 2011, pp.189-212 DOI: 10.1051/mmnp/20116308 Aerodynamic Computations Using a Finite Volume Method with an HLLC Numerical Flux Function L. Remaki, O. Hassan and

More information

Modeling External Compressible Flow

Modeling External Compressible Flow Tutorial 3. Modeling External Compressible Flow Introduction The purpose of this tutorial is to compute the turbulent flow past a transonic airfoil at a nonzero angle of attack. You will use the Spalart-Allmaras

More information

Geodesics in heat: A new approach to computing distance

Geodesics in heat: A new approach to computing distance Geodesics in heat: A new approach to computing distance based on heat flow Diana Papyan Faculty of Informatics - Technische Universität München Abstract In this report we are going to introduce new method

More information

EULER FLOW. Bruno Koobus, 1,2 Laurent Hascoët, 1 Frédéric Alauzet, 3 Adrien Loseille, 3 Youssef Mesri, 1 Alain Dervieux 1. article-february 13, 2006

EULER FLOW. Bruno Koobus, 1,2 Laurent Hascoët, 1 Frédéric Alauzet, 3 Adrien Loseille, 3 Youssef Mesri, 1 Alain Dervieux 1. article-february 13, 2006 article-february 13, 2006 CONTINUOUS METRIC ANALYSIS FOR MESH-ADAPTED EULER FLOW Bruno Koobus, 1,2 Laurent Hascoët, 1 Frédéric Alauzet, 3 Adrien Loseille, 3 Youssef Mesri, 1 Alain Dervieux 1 Abstract This

More information

Midpoint and Distance Formulas

Midpoint and Distance Formulas CP1 Math Unit 5: Coordinate Geometry: Day Name Midpoint Formula: Midpoint and Distance Formulas The midpoint of the line segment between any two points (x!, y! ) to (x!, y! ) is given by: In your groups,

More information

Optimality Bounds for a Variational Relaxation of the Image Partitioning Problem

Optimality Bounds for a Variational Relaxation of the Image Partitioning Problem Optimality Bounds for a Variational Relaxation of the Image Partitioning Problem Jan Lellmann, Frank Lenzen, Christoph Schnörr Image and Pattern Analysis Group Universität Heidelberg EMMCVPR 2011 St. Petersburg,

More information

An adaptive discretization of compressible flow using a multitude of moving Cartesian grids

An adaptive discretization of compressible flow using a multitude of moving Cartesian grids An adaptive discretization of compressible flow using a multitude of moving Cartesian grids Linhai Qiu, Wenlong Lu, Ronald Fedkiw Stanford University, 353 Serra Mall Room 27, Stanford, CA 9435 Abstract

More information

WESTFÄLISCHE WILHELMS-UNIVERSITÄT MÜNSTER

WESTFÄLISCHE WILHELMS-UNIVERSITÄT MÜNSTER MÜNSTER Adaptive Discretization of Liftings for Curvature Regularization SIAM Conference on Imaging Science 2016, Albuquerque, NM Ulrich Hartleif, Prof. Dr. Benedikt Wirth May 23, 2016 Outline MÜNSTER

More information

Recent progress in the area of meshless methods for CFD computations has shown great promise in terms

Recent progress in the area of meshless methods for CFD computations has shown great promise in terms 46th AIAA Aerospace Sciences Meeting and Exhibit 7 - January 28, Reno, Nevada AIAA 28-699 Edge-based Meshless Methods for ompressible Flow Simulations Aaron Katz Antony Jameson Department of Aeronautics

More information

AIRFOIL SHAPE OPTIMIZATION USING IMPROVED SIMPLE GENETIC ALGORITHM (ISGA)

AIRFOIL SHAPE OPTIMIZATION USING IMPROVED SIMPLE GENETIC ALGORITHM (ISGA) HEFAT007 5 th International onference on Heat Transfer, Fluid Mechanics and Thermodynamics Sun ity, South Africa MK1 AIRFOIL SHAPE OPTIMIZATION USING IMPROVED SIMPLE GENETI ALGORITHM (ISGA) Karim Mazaheri

More information

MA 243 Calculus III Fall Assignment 1. Reading assignments are found in James Stewart s Calculus (Early Transcendentals)

MA 243 Calculus III Fall Assignment 1. Reading assignments are found in James Stewart s Calculus (Early Transcendentals) MA 43 Calculus III Fall 8 Dr. E. Jacobs Assignments Reading assignments are found in James Stewart s Calculus (Early Transcendentals) Assignment. Spheres and Other Surfaces Read. -. and.6 Section./Problems

More information

From Hyperbolic Diffusion Scheme to Gradient Method: Implicit Green-Gauss Gradients for Unstructured Grids

From Hyperbolic Diffusion Scheme to Gradient Method: Implicit Green-Gauss Gradients for Unstructured Grids Preprint accepted in Journal of Computational Physics. https://doi.org/10.1016/j.jcp.2018.06.019 From Hyperbolic Diffusion Scheme to Gradient Method: Implicit Green-Gauss Gradients for Unstructured Grids

More information

Runge Kutta discontinuous Galerkin method using WENO limiters II: unstructured meshes

Runge Kutta discontinuous Galerkin method using WENO limiters II: unstructured meshes Runge Kutta discontinuous Galerkin method using WENO limiters II: unstructured meshes Jun Zhu, Jianxian Qiu,Chi-WangShu 3 and Michael Dumbser 4 Abstract In [], Qiu and Shu investigated using weighted essentially

More information

Unstructured Mesh Generation for Implicit Moving Geometries and Level Set Applications

Unstructured Mesh Generation for Implicit Moving Geometries and Level Set Applications Unstructured Mesh Generation for Implicit Moving Geometries and Level Set Applications Per-Olof Persson (persson@mit.edu) Department of Mathematics Massachusetts Institute of Technology http://www.mit.edu/

More information

GENUINELY MULTIDIMENSIONAL NON-DISSIPATIVE FINITE VOLUME SCHEMES FOR TRANSPORT

GENUINELY MULTIDIMENSIONAL NON-DISSIPATIVE FINITE VOLUME SCHEMES FOR TRANSPORT GENUINELY MULTIDIMENSIONAL NON-DISSIPATIVE FINITE VOLUME SCHEMES FOR TRANSPORT BRUNO DESPRÉS, FRÉDÉRIC LAGOUTIÈRE Commissariat à l Énergie Atomique, Bruyères-le-Châtel. despres@cmpax.polytechnique.fr e-mail:

More information

A Fourth-Order Gas-Kinetic CPR Method for the Navier-Stokes Equations on Unstructured Meshes

A Fourth-Order Gas-Kinetic CPR Method for the Navier-Stokes Equations on Unstructured Meshes Tenth International Conference on Computational Fluid Dnamics (ICCFD), Barcelona,Spain, Jul 9-, 8 ICCFD-8- A Fourth-Order Gas-Kinetic CPR Method for the Navier-Stokes Equations on Unstructured Meshes Chao

More information

A Novel Approach to High Speed Collision

A Novel Approach to High Speed Collision A Novel Approach to High Speed Collision Avril Slone University of Greenwich Motivation High Speed Impact Currently a very active research area. Generic projectile- target collision 11 th September 2001.

More information

Discontinuous Galerkin Methods on Graphics Processing Units for Nonlinear Hyperbolic Conservation Laws

Discontinuous Galerkin Methods on Graphics Processing Units for Nonlinear Hyperbolic Conservation Laws Discontinuous Galerkin Methods on Graphics Processing Units for Nonlinear Hyperbolic Conservation Laws Martin Fuhry Lilia Krivodonova June 5, 2013 Abstract We present an implementation of the discontinuous

More information

Solving the Euler Equations on Graphics Processing Units

Solving the Euler Equations on Graphics Processing Units Solving the Euler Equations on Graphics Processing Units Trond Runar Hagen 1,2, Knut-Andreas Lie 1,2,andJosteinR.Natvig 1,2 1 SINTEF, Dept. Applied Math., P.O. Box 124 Blindern, N-0314 Oslo, Norway 2 Centre

More information

Lecture 19: Convex Non-Smooth Optimization. April 2, 2007

Lecture 19: Convex Non-Smooth Optimization. April 2, 2007 : Convex Non-Smooth Optimization April 2, 2007 Outline Lecture 19 Convex non-smooth problems Examples Subgradients and subdifferentials Subgradient properties Operations with subgradients and subdifferentials

More information

Parallelization study of a VOF/Navier-Stokes model for 3D unstructured staggered meshes

Parallelization study of a VOF/Navier-Stokes model for 3D unstructured staggered meshes Parallelization study of a VOF/Navier-Stokes model for 3D unstructured staggered meshes L. Jofre, O. Lehmkuhl, R. Borrell, J. Castro and A. Oliva Corresponding author: cttc@cttc.upc.edu Centre Tecnològic

More information

A cell-centered Arbitrary Lagrangian Eulerian method for two-dimensional multimaterial problems

A cell-centered Arbitrary Lagrangian Eulerian method for two-dimensional multimaterial problems A cell-centered Arbitrary Lagrangian Eulerian method for two-dimensional multimaterial problems Application to Inertial Confinement Fusion modeling in the direct drive context Pierre-Henri Maire, maire@celia.u-bordeaux1.fr

More information

Level Set Methods and Fast Marching Methods

Level Set Methods and Fast Marching Methods Level Set Methods and Fast Marching Methods I.Lyulina Scientific Computing Group May, 2002 Overview Existing Techniques for Tracking Interfaces Basic Ideas of Level Set Method and Fast Marching Method

More information

MATH 2400, Analytic Geometry and Calculus 3

MATH 2400, Analytic Geometry and Calculus 3 MATH 2400, Analytic Geometry and Calculus 3 List of important Definitions and Theorems 1 Foundations Definition 1. By a function f one understands a mathematical object consisting of (i) a set X, called

More information

CALCULUS WITH PHYSICS APPLICATIONS - FUNCTIONALITY for the TiNspire CAS CX

CALCULUS WITH PHYSICS APPLICATIONS - FUNCTIONALITY for the TiNspire CAS CX CALCULUS WITH PHYSICS APPLICATIONS - FUNCTIONALITY for the TiNspire CAS CX www.tinspireapps.com Physics Apps Center of Mass (2D) 1. Moment of Mass about x and y-axis Mass of Lamina - f(x) Mass of Lamina

More information