A Scalable, Parallel Implementation of Weighted, Non-Linear Compact Schemes

Size: px
Start display at page:

Download "A Scalable, Parallel Implementation of Weighted, Non-Linear Compact Schemes"

Transcription

1 A Scalable, Parallel Implementation of Weighted, Non-Linear Compact Schemes Debojyoti Ghosh Emil M. Constantinescu Jed Brown Mathematics Computer Science Argonne National Laboratory SIAM Annual Meeting Chicago, Illinois, July 7 11, 2014

2 Motivation Numerical Solution of Compressible Turbulent Flows Atmospheric flows, Aircraft and Rotorcraft wake flows Characterized by large range of length scales Convection and interaction of eddies Compressibility à Shock waves Shocklets Thin shear layers à High gradients in flow High order accurate finite-difference solver Shock-Turbulence Interaction (Stanford University) High spectral resolution for accurate capturing of smaller length scales Non-oscillatory solution across shock waves and shear layers Low dissipation errors for preservation of flow structures over large distances Shock-Turbulent B o u n d a r y L a y e r Interaction (Brandon Morgan, Stanford University and Nagi Mansour, NASA) Rising Thermal Bubble in Hydrostatically Balanced Atmosphere 2

3 Background Cell interfaces Cell centers 0 j j+1 Δx N j-1 j-1/2 j+1/2 Conservative finite-difference discretization of a Hyperbolic Conservation Law u t + f (u) x = 0; f '(u) R du j dt + 1 $ Δx f (x,t) f (x,t) % j+1/2 j1/2 = 0 Weighted Essentially N o n - O s c i l l a t o r y (WENO) Schemes Compressible Turbulent Flows Compact Finite- Difference Schemes Hybrid Compact- WENO Schemes Disadvantages: loss of spectral resolution near discontinuities Weighted Compact Non-Linear Schemes Disadvantage: Relatively Poor spectral resolution Compact-Reconstruction W E N O ( C RW E N O ) Schemes Ghosh Baeder, SIAM J. Sci. Comput.,

4 Compact-Reconstruction WENO (CRWENO) Schemes 1/2 3/2 j-1/2 j+1/2 j+3/2 N-1/2 N+1/2 0 1 j-1 j j+1 N-1 N N+1 General form of a conservative compact scheme: ( ) = B f jn,, f j,, f j+n A ˆf j+1/2m,, ˆf j+1/2,, ˆf j+1/2+m ( ) A [ ] ˆf = B [ ]f At each interface, r possible (r)-th order compact interpolations, combined using optimal weights c k to yield (2r-1)-th order compact interpolation scheme: r ( ) r c k A k ˆf j+1/2m,, ˆf r j+1/2+m = c k B k k=1 r k=1 ( f jn,, f j+n ) A 2r1 ( ˆf j+1/2m,, ˆf j+1/2+m ) = B 2r1 f jn,, f j+n ( ) Apply WENO algorithm on the optimal weights c k scale them according to local smoothness r r ω α k = k A k ˆf j+1/2m,, ˆf r r j+1/2+m = ω k B k ( f jn,, f j+n ) k=1 ( ) k=1 c k β k +ε ( ) ; ω p k = α k / α k k 4

5 5 th Order CRWENO Scheme (CRWENO5) j j+1/2 2 3 f j1/ f j+1/2 = 1 6 f j f j 1 3 f j1/ f j+1/2 = 5 6 f j f j f j+1/ f j+3/2 = 1 6 f j f j+1 c 1 = 2 10 c 2 = 5 10 c 3 = f + 6 j1/2 10 f + 1 j+1/2 10 f = 1 j+3/2 30 f + 19 j1 30 f + 10 j 30 f j+1 5

6 5 th Order CRWENO Scheme (CRWENO5) j j+1/2! " 2 3 ω ω f j1/ f j+1/2 = 1 6 f j f j 1 3 f j1/ f j+1/2 = 5 6 f j f j f j+1/ f j+3/2 = 1 6 f j f j+1 c 1 = 2 10 c 2 = 5 10 c 3 = 3 10 ω 1 ω 2 ω 3 $ % f +! 1 j1/2 3 ω (ω +ω ) $ " 2 f 3 j+1/2 + 1 % 3 ω 3 f j+3/2 = ω 1 6 f j1 + 5(ω +ω ) f j + ω 2 + 5ω 3 6 f j+1 6

7 Numerical Analysis Taylor Series Fourier analysis WENO5 1 6 f 60 x 6 j Δx 5 CRWENO5 1 6 f 600 x 6 j Δx 5 è WENO5 requires ~ 1.5 times more grid points per dimension to yield a solution of comparable accuracy as the CRWENO5 scheme. è Time step size limit is ~ 1.6 times smaller for CRWENO than WENO5 7

8 Preliminary Results doi: / doi: /s doi: / Periodic density wave advection Shu-Osher Problem Flow around Harrington Rotor WENO5 Lower absolute errors for smooth problems for the same order of convergence Resolution of small length scales improved Better preservation of f l o w f e a t u r e s ( s h e d vortices) CRWENO5 Vortex shedding from a flapping wing WENO5 CRWENO5 8

9 Scalable Parallel Implementation CRWENO5 needs a tridiagonal solution at each time-integration stage/step Treat sub-domain boundary as physical boundary Decouple system of equations across processors (biased compact or non-compact schemes at MPI boundaries) Drawback: Numerical properties of the scheme function of number of processors Good for small number of processors, numerical errors grow or spectral resolution falls as number of processors increase for same problem size Data Transposition Transpose pencils of data such that entire system of equations is collected on one processor. Huge communication cost Parallel Implementation of the Thomas Algorithm Pipelined Thomas Algorithm (PTA) (Povitsky Morris, JCP, 2000): Used a complicated static schedule to use idle times of processors to carry out computations Trade-off between computation communication efficiencies Parallel Diagonally Dominant (PDD) (Sun Moitra, NASA Tech. Rep., 1996): Solve a perturbed linear system that introduces an error due to assumption of diagonal dominance Other implementations of tridiagonal solvers not applied to compact schemes Increased mathematical complexity compared to the serial Thomas algorithm Existing approaches do not scale well! 9

10 Parallel Tridiagonal Solver ! b 0 c $! 0 a 1 b 1 c 1 a 2 b 2 c 2 Processor 0 a 3 b 3 c 3 b 5 c 5 a 5 a 6 b 6 c 6 Processor 1 a 7 b 7 c 7 b 9 c 9 a 9 a 10 b 10 c 10 Processor 2 a 11 b 11 c 11 b 13 c 13 a 13 a 14 b 14 c 14 Processor 3 a 15 b 15 c 15 b 17 c 17 a 17 a 18 b 18 c 18 Processor 4 a 19 b 19 c 19 a 20 b 20 a 4 c 4 b 4 a 8 c 8 b 8 a 12 c 12 b 12 " a 16 c 16 b 16 %" Processor 0 Processor 1 Processor 2 Processor 3 Processor 4 x 0 x 1 x 2 x 3 x 5 x 6 x 7 x 9 x 10 x 11 x 13 x 14 x 15 x 17 x 18 x 19 x 20 x 4 x 8 x 12 x 16 $! = % " Solution of reduced system is critical to scalability One row on each processor à Communication intensive r 0 r 1 r 2 r 3 r 5 r 6 r 7 r 9 r 10 r 11 r 13 r 14 r 15 r 17 r 18 r 19 r 20 r 4 r 8 r 12 r 16 $ %! " b 0 c 0 ˆb 1 c 1 ˆb 2 c 2 ˆb 3 c 3 Processor 3 Processor 4 b 5 c 5 a 5 ˆb 6 c 6 â 6 ˆb 7 â 7 c 7 Reduced Tridiagonal System Direct/Exact solutions to the reduced system (Cyclic Reduction / Recursive-Doubling Algorithm, Gather-and-Solve) - Do not scale well! Processor 0 Processor 1 b 9 c 9 a 9 ˆb 10 c 10 â 10 Processor 2 ˆb 11 â 11 c 11 $!a! 12 b12!c 12!a! 16 b16 % b 13 c 13 a 13 ˆb 14 c 14 â 14 ˆb 15 â 15 c 15 b 17 c 17 a 17 ˆb 18 c 18 â 18 Iterative Subs t r u c t u r i n g Method ˆb 19 c 19 â 19 ˆb 20 â 20!b 4!c 4!a 8! b8!c 8 10

11 Iterative Solution of the Reduced System Reduced system represents the coupling between the first interface of every subdomain through an approximation to a hyperbolic flux For large subdomain sizes, very diagonally dominant Diagonal dominance decreases as sub-domain size grows smaller (Number of processors increase for same problem size) N=65,536, Number of processors: Non-machine-zero elements of an arbitrarily chosen column of the inverse of the reduced system (N=1024) Number of Jacobi iterations required for an exact solution increases as subdomain size grows smaller. à Cost of the tridiagonal solver increases 11

12 Performance Analysis Governing Equations: Inviscid Euler Equations Platform: ALCF Vesta (IBM BG/Q) CRWENO5 scheme on N points per dimension WENO5 scheme on fn points per dimension On a single processor, CRWENO5 is f > 1 (f ~ 1.5 for smooth more efficient (error vs. wall time). solutions) WENO5 yields Cost of the tridiagonal solver increases as number of processors increases solutions of comparable accuracy/resolution with f times more points At a critical sub-domain size, the CRWENO5 becomes less efficient than the WENO5 scheme. Non-compact scheme, so almost ideal scalability expected. Same number of processors for the CRWENO5 scheme (on N points) and the WENO5 scheme (on fn points) Given p processors, is it faster to obtain a solution of given accuracy/ resolution with the WENO5 or CRWENO5 scheme? 12

13 Performance Comparison for a Smooth Problem Periodic Advection of a Sinusoidal Density Wave 1D WENO5 yields solutions with comparable accuracy with ~ 1.5 times as many points 2D WENO5 yields solutions with comparable accuracy with ~1.5 2 = 2.25 times as many points Time step size Δt is taken the same for the CRWENO5 scheme on N points and the WENO5 scheme on fn points because of the linear stability limit. Solutions are obtained after one cycle over the periodic domain with the SSP-RK3 scheme It is verified that the errors are exactly the same for the various number of processors considered à There are no parallelization errors (Number of Jacobi iterations are specified a priori to ensure this) Effect of Dimensionality The factor by which the grid needs for WENO5 needs to be refined to yield comparable solutions as CRWENO5 is f D (f times per dimension) Several tridiagonal systems are solved for multi-dimensional problems à Higher arithmetic density à Cost increases sub-linearly with number of systems 13

14 Performance Analysis for a Smooth Problem 1D Cases: Number of grid points and number of processors considered 64 (96) (192) (384) D Cases: Number of grid points and number of processors considered 64 2 (96 2 ) (192 2 ) (384 2 ) Note: Critical sub-domain size is insensitive to global problem size 14

15 Scalability Results for Benchmark Flow Problems Isentropic Vortex Convection Vortex convects 1000x its core radius Density Verified that WENO5 yields a solution of comparable accuracy on a grid with ~ x (~ 3.4x) more grid points ALCF/Mira (IBM BG/Q) (~ 8k to 500k cores) 8192x64x64 CRWENO5 8192x64x64 WENO x96x96 Strong Scaling: At very small subdomain sizes, CRWENO5 does not scale as well, yet is more efficient / has lower absolute walltime Weak Scaling: CRWENO5 shows excellent weak scaling 64 (4 3 ) points per processor 15

16 Conclusions Future Work Parallel Implementation on Distributed Memory Platforms Based on an iterative sub-structuring approach to the tridiagonal system of equations No parallelization-induced errors (however, need a priori estimate on the number of Jacobi iterations for the reduced system) Avoids collective communication à Excellent weak scaling Good strong scaling compared to a non-compact scheme; at very small subdomain sizes, retains higher parallel efficiency despite relatively poorer scaling Future Work (Practical and Interesting Applications) DNS of shock-turbulence interaction and shock-turbulent boundary layer interaction Apply the CRWENO5 scheme to benchmark atmospheric flow problems and compare solution and scalability with spectral element methods (popular in that community) Implement this implementation of the CRWENO5 scheme in an existing, validated Navier-Stokes solver and apply to practical flow problems 16

17 Thank you! Acknowledgements U.S. Department of Energy, Office of Science, Advanced Scientific Computing Research Argonne Leadership Computing Facility Dr. Paul Fischer (Argonne National Laboratory) 17

Scalable Non-Linear Compact Schemes

Scalable Non-Linear Compact Schemes Scalable Non-Linear Compact Schemes Debojyoti Ghosh Emil M. Constantinescu Jed Brown Mathematics Computer Science Argonne National Laboratory International Conference on Spectral and High Order Methods

More information

A Central Compact-Reconstruction WENO Method for Hyperbolic Conservation Laws

A Central Compact-Reconstruction WENO Method for Hyperbolic Conservation Laws A Central Compact-Reconstruction WENO Method for Hyperbolic Conservation Laws Kilian Cooley 1 Prof. James Baeder 2 1 Department of Mathematics, University of Maryland - College Park 2 Department of Aerospace

More information

Implementation of a symmetry-preserving discretization in Gerris

Implementation of a symmetry-preserving discretization in Gerris Implementation of a symmetry-preserving discretization in Gerris Daniel Fuster Cols: Pierre Sagaut, Stephane Popinet Université Pierre et Marie Curie, Institut Jean Le Rond D Alembert Introduction 10/11:

More information

A general well-balanced finite volume scheme for Euler equations with gravity

A general well-balanced finite volume scheme for Euler equations with gravity A general well-balanced finite volume scheme for Euler equations with gravity Jonas P. Berberich, Praveen Chandrashekar, Christian Klingenberg Abstract We present a second order well-balanced Godunov-type

More information

Weighted ENO Schemes

Weighted ENO Schemes Xiaolei Chen Advisor: Prof. Xiaolin Li Department of Applied Mathematics and Statistics Stony Brook University, The State University of New York February 7, 014 1 3 Mapped WENO-Z Scheme 1D Scalar Hyperbolic

More information

AProofoftheStabilityoftheSpectral Difference Method For All Orders of Accuracy

AProofoftheStabilityoftheSpectral Difference Method For All Orders of Accuracy AProofoftheStabilityoftheSpectral Difference Method For All Orders of Accuracy Antony Jameson 1 1 Thomas V. Jones Professor of Engineering Department of Aeronautics and Astronautics Stanford University

More information

Computational issues and algorithm assessment for shock/turbulence interaction problems

Computational issues and algorithm assessment for shock/turbulence interaction problems University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln NASA Publications National Aeronautics and Space Administration 2007 Computational issues and algorithm assessment for shock/turbulence

More information

Improvement of convergence to steady state solutions of Euler equations with. the WENO schemes. Abstract

Improvement of convergence to steady state solutions of Euler equations with. the WENO schemes. Abstract Improvement of convergence to steady state solutions of Euler equations with the WENO schemes Shuhai Zhang, Shufen Jiang and Chi-Wang Shu 3 Abstract The convergence to steady state solutions of the Euler

More information

of Nebraska - Lincoln. National Aeronautics and Space Administration

of Nebraska - Lincoln. National Aeronautics and Space Administration University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln NASA Publications National Aeronautics and Space Administration 2013 Corrigendum to Spurious behavior of shockcapturing

More information

Weighted Essentially Non-Oscillatory limiters for Runge-Kutta Discontinuous Galerkin Methods

Weighted Essentially Non-Oscillatory limiters for Runge-Kutta Discontinuous Galerkin Methods Weighted Essentially Non-Oscillatory limiters for Runge-Kutta Discontinuous Galerkin Methods Jianxian Qiu School of Mathematical Science Xiamen University jxqiu@xmu.edu.cn http://ccam.xmu.edu.cn/teacher/jxqiu

More information

First, Second, and Third Order Finite-Volume Schemes for Diffusion

First, Second, and Third Order Finite-Volume Schemes for Diffusion First, Second, and Third Order Finite-Volume Schemes for Diffusion Hiro Nishikawa 51st AIAA Aerospace Sciences Meeting, January 10, 2013 Supported by ARO (PM: Dr. Frederick Ferguson), NASA, Software Cradle.

More information

Zonal modelling approach in aerodynamic simulation

Zonal modelling approach in aerodynamic simulation Zonal modelling approach in aerodynamic simulation and Carlos Castro Barcelona Supercomputing Center Technical University of Madrid Outline 1 2 State of the art Proposed strategy 3 Consistency Stability

More information

Improving Dynamical Core Scalability, Accuracy, and Limi:ng Flexibility with the ADER- DT Time Discre:za:on

Improving Dynamical Core Scalability, Accuracy, and Limi:ng Flexibility with the ADER- DT Time Discre:za:on Improving Dynamical Core Scalability, Accuracy, and Limi:ng Flexibility with the ADER- DT Time Discre:za:on Matthew R. Norman Scientific Computing Group National Center for Computational Sciences Oak Ridge

More information

A High-Order Discontinuous Galerkin Method for the Unsteady Incompressible Navier-Stokes Equations

A High-Order Discontinuous Galerkin Method for the Unsteady Incompressible Navier-Stokes Equations A High-Order Discontinuous Galerkin Method for the Unsteady Incompressible Navier-Stokes Equations Khosro Shahbazi 1, Paul F. Fischer 2 and C. Ross Ethier 1 1 University of Toronto and 2 Argonne National

More information

A recovery-assisted DG code for the compressible Navier-Stokes equations

A recovery-assisted DG code for the compressible Navier-Stokes equations A recovery-assisted DG code for the compressible Navier-Stokes equations January 6 th, 217 5 th International Workshop on High-Order CFD Methods Kissimmee, Florida Philip E. Johnson & Eric Johnsen Scientific

More information

Fourier analysis for discontinuous Galerkin and related methods. Abstract

Fourier analysis for discontinuous Galerkin and related methods. Abstract Fourier analysis for discontinuous Galerkin and related methods Mengping Zhang and Chi-Wang Shu Abstract In this paper we review a series of recent work on using a Fourier analysis technique to study the

More information

Introduction to Finite Volume projection methods. On Interfaces with non-zero mass flux

Introduction to Finite Volume projection methods. On Interfaces with non-zero mass flux Introduction to Finite Volume projection methods On Interfaces with non-zero mass flux Rupert Klein Mathematik & Informatik, Freie Universität Berlin Summerschool SPP 1506 Darmstadt, July 09, 2010 Introduction

More information

Solving the Euler Equations!

Solving the Euler Equations! http://www.nd.edu/~gtryggva/cfd-course/! Solving the Euler Equations! Grétar Tryggvason! Spring 0! The Euler equations for D flow:! where! Define! Ideal Gas:! ρ ρu ρu + ρu + p = 0 t x ( / ) ρe ρu E + p

More information

nek5000 massively parallel spectral element simulations

nek5000 massively parallel spectral element simulations nek5000 massively parallel spectral element simulations PRACE Scientific Seminar HPC Boosts Science, 22th February 2011 P. Schlatter & D. S. Henningson Linné Flow Centre, KTH Mechanics Fluid flows Tornado,

More information

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS 1 / 29 AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS Hierarchy of Mathematical Models 1 / 29 AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS 2 / 29

More information

Synchronization of Weighted Essentially Non-Oscillatory Methods

Synchronization of Weighted Essentially Non-Oscillatory Methods 45th AIAA Aerospace Sciences Meeting and Exhibit, 8 11 January 2007, Reno NV Synchronization of Weighted Essentially Non-Oscillatory Methods Ellen M. Taylor and M. Pino Martín Princeton University, Princeton

More information

Experience with DNS of particulate flow using a variant of the immersed boundary method

Experience with DNS of particulate flow using a variant of the immersed boundary method Experience with DNS of particulate flow using a variant of the immersed boundary method Markus Uhlmann Numerical Simulation and Modeling Unit CIEMAT Madrid, Spain ECCOMAS CFD 2006 Motivation wide range

More information

CHAPTER 7 SEVERAL FORMS OF THE EQUATIONS OF MOTION

CHAPTER 7 SEVERAL FORMS OF THE EQUATIONS OF MOTION CHAPTER 7 SEVERAL FORMS OF THE EQUATIONS OF MOTION 7.1 THE NAVIER-STOKES EQUATIONS Under the assumption of a Newtonian stress-rate-of-strain constitutive equation and a linear, thermally conductive medium,

More information

A new class of central compact schemes with spectral-like resolution I: Linear. schemes. Abstract

A new class of central compact schemes with spectral-like resolution I: Linear. schemes. Abstract A new class of central compact schemes with spectral-like resolution I: Linear schemes Xuliang Liu 1, Shuhai Zhang 2, Hanxin Zhang 3 and Chi-Wang Shu 4 Abstract In this paper, we design a new class of

More information

AN OPTIMALLY ACCURATE SPECTRAL VOLUME FORMULATION WITH SYMMETRY PRESERVATION

AN OPTIMALLY ACCURATE SPECTRAL VOLUME FORMULATION WITH SYMMETRY PRESERVATION AN OPTIMALLY ACCURATE SPECTRAL VOLUME FORMULATION WITH SYMMETRY PRESERVATION Fareed Hussain Mangi*, Umair Ali Khan**, Intesab Hussain Sadhayo**, Rameez Akbar Talani***, Asif Ali Memon* ABSTRACT High order

More information

Open boundary conditions in numerical simulations of unsteady incompressible flow

Open boundary conditions in numerical simulations of unsteady incompressible flow Open boundary conditions in numerical simulations of unsteady incompressible flow M. P. Kirkpatrick S. W. Armfield Abstract In numerical simulations of unsteady incompressible flow, mass conservation can

More information

Recent Developments in the Flux Reconstruction Method

Recent Developments in the Flux Reconstruction Method Recent Developments in the Flux Reconstruction Method Joshua Romero, PhD candidate Kartikey Asthana, PhD candidate Jonathan Bull, Postdoctoral Scholar Antony Jameson, Professor Aerospace Computing Laboratory,

More information

Shock Capturing for Discontinuous Galerkin Methods using Finite Volume Sub-cells

Shock Capturing for Discontinuous Galerkin Methods using Finite Volume Sub-cells Abstract We present a shock capturing procedure for high order Discontinuous Galerkin methods, by which shock regions are refined in sub-cells and treated by finite volume techniques Hence, our approach

More information

A numerical study of SSP time integration methods for hyperbolic conservation laws

A numerical study of SSP time integration methods for hyperbolic conservation laws MATHEMATICAL COMMUNICATIONS 613 Math. Commun., Vol. 15, No., pp. 613-633 (010) A numerical study of SSP time integration methods for hyperbolic conservation laws Nelida Črnjarić Žic1,, Bojan Crnković 1

More information

DNS of the Taylor-Green vortex at Re=1600

DNS of the Taylor-Green vortex at Re=1600 DNS of the Taylor-Green vortex at Re=1600 Koen Hillewaert, Cenaero Corentin Carton de Wiart, NASA Ames koen.hillewaert@cenaero.be, corentin.carton@cenaero.be Introduction This problem is aimed at testing

More information

Inverse Lax-Wendroff Procedure for Numerical Boundary Conditions of. Conservation Laws 1. Abstract

Inverse Lax-Wendroff Procedure for Numerical Boundary Conditions of. Conservation Laws 1. Abstract Inverse Lax-Wendroff Procedure for Numerical Boundary Conditions of Conservation Laws Sirui Tan and Chi-Wang Shu 3 Abstract We develop a high order finite difference numerical boundary condition for solving

More information

SMOOTHNESS INDICATORS FOR WENO SCHEME USING UNDIVIDED DIFFERENCES

SMOOTHNESS INDICATORS FOR WENO SCHEME USING UNDIVIDED DIFFERENCES Proceedings of ALGORITMY 2016 pp. 155 164 SMOOTHNESS INDICATORS FOR WENO SCHEME USING UNDIVIDED DIFFERENCES TAMER H. M. A. KASEM AND FRANÇOIS G. SCHMITT Abstract. The weighted essentially non-oscillatory

More information

ICES REPORT A Multilevel-WENO Technique for Solving Nonlinear Conservation Laws

ICES REPORT A Multilevel-WENO Technique for Solving Nonlinear Conservation Laws ICES REPORT 7- August 7 A Multilevel-WENO Technique for Solving Nonlinear Conservation Laws by Todd Arbogast, Chieh-Sen Huang, and Xikai Zhao The Institute for Computational Engineering and Sciences The

More information

Implicit Solution of Viscous Aerodynamic Flows using the Discontinuous Galerkin Method

Implicit Solution of Viscous Aerodynamic Flows using the Discontinuous Galerkin Method Implicit Solution of Viscous Aerodynamic Flows using the Discontinuous Galerkin Method Per-Olof Persson and Jaime Peraire Massachusetts Institute of Technology 7th World Congress on Computational Mechanics

More information

Numerical simulation of wave breaking in turbulent two-phase Couette flow

Numerical simulation of wave breaking in turbulent two-phase Couette flow Center for Turbulence Research Annual Research Briefs 2012 171 Numerical simulation of wave breaking in turbulent two-phase Couette flow By D. Kim, A. Mani AND P. Moin 1. Motivation and objectives When

More information

arxiv: v4 [physics.flu-dyn] 23 Mar 2019

arxiv: v4 [physics.flu-dyn] 23 Mar 2019 High-Order Localized Dissipation Weighted Compact Nonlinear Scheme for Shock- and Interface-Capturing in Compressible Flows Man Long Wong a, Sanjiva K. Lele a,b arxiv:7.895v4 [physics.flu-dyn] 3 Mar 9

More information

Detonation Simulations with a Fifth-Order TENO Scheme

Detonation Simulations with a Fifth-Order TENO Scheme Commun. Comput. Phys. doi: 10.4208/cicp.OA-2018-0008 Vol. x, No. x, pp. 1-37 xxx 201x Detonation Simulations with a Fifth-Order TENO Scheme Haibo Dong 1, Lin Fu 2, Fan Zhang 3,, Yu Liu 4 and Jun Liu 1

More information

Sound generation in the interaction of two isentropic vortices

Sound generation in the interaction of two isentropic vortices Sound generation in the interaction of two isentropic vortices Shuhai Zhang 1, Hanxin Zhang 2 and Chi-Wang Shu 3 Summary: Through direct numerical simulation (DNS) for the sound generated by the interaction

More information

Solving PDEs with Multigrid Methods p.1

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

More information

A finite-volume algorithm for all speed flows

A finite-volume algorithm for all speed flows A finite-volume algorithm for all speed flows F. Moukalled and M. Darwish American University of Beirut, Faculty of Engineering & Architecture, Mechanical Engineering Department, P.O.Box 11-0236, Beirut,

More information

The Nonhydrostatic Unified Model of the Atmosphere (NUMA): CG Dynamical Core

The Nonhydrostatic Unified Model of the Atmosphere (NUMA): CG Dynamical Core The Nonhydrostatic Unified Model of the Atmosphere (NUMA): CG Dynamical Core Frank Giraldo Department of Applied Mathematics Naval Postgraduate School Monterey CA 93943 http://faculty.nps.edu/projects/numa

More information

Curriculum Vitae of Sergio Pirozzoli

Curriculum Vitae of Sergio Pirozzoli Curriculum Vitae of Sergio Pirozzoli Address University of Rome La Sapienza Department of Mechanical and Aerospace Engineering Via Eudossiana 18 00184, Roma Contact tel.: +39 06 44585202 fax : +39 06 4881759

More information

The behaviour of high Reynolds flows in a driven cavity

The behaviour of high Reynolds flows in a driven cavity The behaviour of high Reynolds flows in a driven cavity Charles-Henri BRUNEAU and Mazen SAAD Mathématiques Appliquées de Bordeaux, Université Bordeaux 1 CNRS UMR 5466, INRIA team MC 351 cours de la Libération,

More information

Eulerian Vortex Motion in Two and Three Dimensions

Eulerian Vortex Motion in Two and Three Dimensions Eulerian Vortex Motion in Two and Three Dimensions Igor Yanovsky June 2006 1 Objective An Eulerian approach is used to solve the motion of an incompressible fluid, in two and three dimensions, in which

More information

Numerical Solutions for Hyperbolic Systems of Conservation Laws: from Godunov Method to Adaptive Mesh Refinement

Numerical Solutions for Hyperbolic Systems of Conservation Laws: from Godunov Method to Adaptive Mesh Refinement Numerical Solutions for Hyperbolic Systems of Conservation Laws: from Godunov Method to Adaptive Mesh Refinement Romain Teyssier CEA Saclay Romain Teyssier 1 Outline - Euler equations, MHD, waves, hyperbolic

More information

High Order Accurate Runge Kutta Nodal Discontinuous Galerkin Method for Numerical Solution of Linear Convection Equation

High Order Accurate Runge Kutta Nodal Discontinuous Galerkin Method for Numerical Solution of Linear Convection Equation High Order Accurate Runge Kutta Nodal Discontinuous Galerkin Method for Numerical Solution of Linear Convection Equation Faheem Ahmed, Fareed Ahmed, Yongheng Guo, Yong Yang Abstract This paper deals with

More information

Application of a Non-Linear Frequency Domain Solver to the Euler and Navier-Stokes Equations

Application of a Non-Linear Frequency Domain Solver to the Euler and Navier-Stokes Equations Application of a Non-Linear Frequency Domain Solver to the Euler and Navier-Stokes Equations Matthew McMullen and Antony Jameson and Juan J. Alonso Dept. of Aeronautics & Astronautics Stanford University

More information

Prospects for High-Speed Flow Simulations

Prospects for High-Speed Flow Simulations Prospects for High-Speed Flow Simulations Graham V. Candler Aerospace Engineering & Mechanics University of Minnesota Support from AFOSR and ASDR&E Future Directions in CFD Research: A Modeling & Simulation

More information

Direct Numerical Simulation of Pressure Fluctuations Induced by Supersonic Turbulent Boundary Layers

Direct Numerical Simulation of Pressure Fluctuations Induced by Supersonic Turbulent Boundary Layers Direct Numerical Simulation of Pressure Fluctuations Induced by Supersonic Turbulent Boundary Layers PI: Lian Duan --- NSF PRAC 1640865- --- Missouri U. of S&T Project Members: Chao Zhang, Junji Huang,

More information

Several forms of the equations of motion

Several forms of the equations of motion Chapter 6 Several forms of the equations of motion 6.1 The Navier-Stokes equations Under the assumption of a Newtonian stress-rate-of-strain constitutive equation and a linear, thermally conductive medium,

More information

Acceleration of a Domain Decomposition Method for Advection-Diffusion Problems

Acceleration of a Domain Decomposition Method for Advection-Diffusion Problems Acceleration of a Domain Decomposition Method for Advection-Diffusion Problems Gert Lube 1, Tobias Knopp 2, and Gerd Rapin 2 1 University of Göttingen, Institute of Numerical and Applied Mathematics (http://www.num.math.uni-goettingen.de/lube/)

More information

A Finite-Element based Navier-Stokes Solver for LES

A Finite-Element based Navier-Stokes Solver for LES A Finite-Element based Navier-Stokes Solver for LES W. Wienken a, J. Stiller b and U. Fladrich c. a Technische Universität Dresden, Institute of Fluid Mechanics (ISM) b Technische Universität Dresden,

More information

Comparison of (Some) Algorithms for Edge Gyrokinetics

Comparison of (Some) Algorithms for Edge Gyrokinetics Comparison of (Some) Algorithms for Edge Gyrokinetics Greg (G.W.) Hammett & Luc (J. L.) Peterson (PPPL) Gyrokinetic Turbulence Workshop, Wolfgang Pauli Institute, 15-19 Sep. 2008 w3.pppl.gov/~hammett Acknowledgments:

More information

Edwin van der Weide and Magnus Svärd. I. Background information for the SBP-SAT scheme

Edwin van der Weide and Magnus Svärd. I. Background information for the SBP-SAT scheme Edwin van der Weide and Magnus Svärd I. Background information for the SBP-SAT scheme As is well-known, stability of a numerical scheme is a key property for a robust and accurate numerical solution. Proving

More information

Performance optimization of WEST and Qbox on Intel Knights Landing

Performance optimization of WEST and Qbox on Intel Knights Landing Performance optimization of WEST and Qbox on Intel Knights Landing Huihuo Zheng 1, Christopher Knight 1, Giulia Galli 1,2, Marco Govoni 1,2, and Francois Gygi 3 1 Argonne National Laboratory 2 University

More information

A Bound-Preserving Fourth Order Compact Finite Difference Scheme for Scalar Convection Diffusion Equations

A Bound-Preserving Fourth Order Compact Finite Difference Scheme for Scalar Convection Diffusion Equations A Bound-Preserving Fourth Order Compact Finite Difference Scheme for Scalar Convection Diffusion Equations Hao Li Math Dept, Purdue Univeristy Ocean University of China, December, 2017 Joint work with

More information

An Introduction to the Discontinuous Galerkin Method

An Introduction to the Discontinuous Galerkin Method An Introduction to the Discontinuous Galerkin Method Krzysztof J. Fidkowski Aerospace Computational Design Lab Massachusetts Institute of Technology March 16, 2005 Computational Prototyping Group Seminar

More information

A Comparative Study of Divergence-Cleaning Techniques for Multi-Dimensional MHD Schemes )

A Comparative Study of Divergence-Cleaning Techniques for Multi-Dimensional MHD Schemes ) A Comparative Study of Divergence-Cleaning Techniques for Multi-Dimensional MHD Schemes ) Takahiro MIYOSHI and Kanya KUSANO 1) Hiroshima University, Higashi-Hiroshima 739-856, Japan 1) Nagoya University,

More information

Thomas Pierro, Donald Slinn, Kraig Winters

Thomas Pierro, Donald Slinn, Kraig Winters Thomas Pierro, Donald Slinn, Kraig Winters Department of Ocean Engineering, Florida Atlantic University, Boca Raton, Florida Applied Physics Laboratory, University of Washington, Seattle, Washington Supported

More information

Nonlinear Frequency Domain Methods Applied to the Euler and Navier-Stokes Equations p.1/50

Nonlinear Frequency Domain Methods Applied to the Euler and Navier-Stokes Equations p.1/50 Nonlinear Frequency Domain Methods Applied to the Euler and Navier-Stokes Equations Matthew McMullen Advisor: Antony Jameson Co-advisor: Juan Alonso Sponsor: Accelerated Strategic Computing Initiative

More information

A New Fourth-Order Non-Oscillatory Central Scheme For Hyperbolic Conservation Laws

A New Fourth-Order Non-Oscillatory Central Scheme For Hyperbolic Conservation Laws A New Fourth-Order Non-Oscillatory Central Scheme For Hyperbolic Conservation Laws A. A. I. Peer a,, A. Gopaul a, M. Z. Dauhoo a, M. Bhuruth a, a Department of Mathematics, University of Mauritius, Reduit,

More information

Leland Jameson Division of Mathematical Sciences National Science Foundation

Leland Jameson Division of Mathematical Sciences National Science Foundation Leland Jameson Division of Mathematical Sciences National Science Foundation Wind tunnel tests of airfoils Wind tunnels not infinite but some kind of closed loop Wind tunnel Yet another wind tunnel The

More information

Divergence Formulation of Source Term

Divergence Formulation of Source Term Preprint accepted for publication in Journal of Computational Physics, 2012 http://dx.doi.org/10.1016/j.jcp.2012.05.032 Divergence Formulation of Source Term Hiroaki Nishikawa National Institute of Aerospace,

More information

Application of the immersed boundary method to simulate flows inside and outside the nozzles

Application of the immersed boundary method to simulate flows inside and outside the nozzles Application of the immersed boundary method to simulate flows inside and outside the nozzles E. Noël, A. Berlemont, J. Cousin 1, T. Ménard UMR 6614 - CORIA, Université et INSA de Rouen, France emeline.noel@coria.fr,

More information

Active Flux for Advection Diffusion

Active Flux for Advection Diffusion Active Flux for Advection Diffusion A Miracle in CFD Hiroaki Nishikawa National Institute of Aerospace! NIA CFD Seminar! August 25, 2015 In collaboration with the University of Michigan Supported by NASA

More information

Accurate and stable finite volume operators for unstructured flow solvers

Accurate and stable finite volume operators for unstructured flow solvers Center for Turbulence Research Annual Research Briefs 2006 243 Accurate and stable finite volume operators for unstructured flow solvers By F. Ham, K. Mattsson AND G. Iaccarino 1. Motivation and objectives

More information

Application of Chimera Grids in Rotational Flow

Application of Chimera Grids in Rotational Flow CES Seminar Write-up Application of Chimera Grids in Rotational Flow Marc Schwalbach 292414 marc.schwalbach@rwth-aachen.de Supervisors: Dr. Anil Nemili & Emre Özkaya, M.Sc. MATHCCES RWTH Aachen University

More information

, 孙世玮 中国科学院大气物理研究所,LASG 2 南京大学, 大气科学学院

, 孙世玮 中国科学院大气物理研究所,LASG 2 南京大学, 大气科学学院 傅豪 1,2, 林一骅 1, 孙世玮 2, 周博闻 2, 王元 2 1 中国科学院大气物理研究所,LASG 2 南京大学, 大气科学学院 The Vortical Atmosphere & Ocean https://en.wikipedia.org/wiki/file:tropical_cyclon e_zoe_2002.jpg http://blogs.egu.eu/geolog/tag/mesoscale-eddy/

More information

Development and stability analysis of the inverse Lax-Wendroff boundary. treatment for central compact schemes 1

Development and stability analysis of the inverse Lax-Wendroff boundary. treatment for central compact schemes 1 Development and stability analysis of the inverse Lax-Wendroff boundary treatment for central compact schemes François Vilar 2 and Chi-Wang Shu 3 Division of Applied Mathematics, Brown University, Providence,

More information

Partial differential equations

Partial differential equations Partial differential equations Many problems in science involve the evolution of quantities not only in time but also in space (this is the most common situation)! We will call partial differential equation

More information

The RAMSES code and related techniques I. Hydro solvers

The RAMSES code and related techniques I. Hydro solvers The RAMSES code and related techniques I. Hydro solvers Outline - The Euler equations - Systems of conservation laws - The Riemann problem - The Godunov Method - Riemann solvers - 2D Godunov schemes -

More information

LARGE EDDY SIMULATION OF FLOW OVER NOZZLE GUIDE VANE OF A TRANSONIC HIGH PRESSURE TURBINE

LARGE EDDY SIMULATION OF FLOW OVER NOZZLE GUIDE VANE OF A TRANSONIC HIGH PRESSURE TURBINE 20 th Annual CFD Symposium, August 09-10, 2018, Bangalore LARGE EDDY SIMULATION OF FLOW OVER NOZZLE GUIDE VANE OF A TRANSONIC HIGH PRESSURE TURBINE Bharathan R D, Manigandan P, Vishal Tandon, Sharad Kapil,

More information

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

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

More information

Turbomachinery Applications with the Time Spectral Method

Turbomachinery Applications with the Time Spectral Method 35th AIAA Fluid Dynamics Conference and Exhibit, June 6-9,005, Toronto,Ontario Turbomachinery Applications with the Time Spectral Method Edwin van der Weide, Arathi K Gopinath and Antony Jameson Stanford

More information

Accelerating incompressible fluid flow simulations on hybrid CPU/GPU systems

Accelerating incompressible fluid flow simulations on hybrid CPU/GPU systems Accelerating incompressible fluid flow simulations on hybrid CPU/GPU systems Yushan Wang 1, Marc Baboulin 1,2, Karl Rupp 3,4, Yann Fraigneau 1,5, Olivier Le Maître 1,5 1 Université Paris-Sud, France 2

More information

A parametrized maximum principle preserving flux limiter for finite difference RK-WENO schemes with applications in incompressible flows.

A parametrized maximum principle preserving flux limiter for finite difference RK-WENO schemes with applications in incompressible flows. A parametrized maximum principle preserving flux limiter for finite difference RK-WENO schemes with applications in incompressible flows Tao Xiong Jing-ei Qiu Zhengfu Xu 3 Abstract In Xu [] a class of

More information

A Strategy for the Development of Coupled Ocean- Atmosphere Discontinuous Galerkin Models

A Strategy for the Development of Coupled Ocean- Atmosphere Discontinuous Galerkin Models A Strategy for the Development of Coupled Ocean- Atmosphere Discontinuous Galerkin Models Frank Giraldo Department of Applied Math, Naval Postgraduate School, Monterey CA 93943 Collaborators: Jim Kelly

More information

FLUID MECHANICS. Atmosphere, Ocean. Aerodynamics. Energy conversion. Transport of heat/other. Numerous industrial processes

FLUID MECHANICS. Atmosphere, Ocean. Aerodynamics. Energy conversion. Transport of heat/other. Numerous industrial processes SG2214 Anders Dahlkild Luca Brandt FLUID MECHANICS : SG2214 Course requirements (7.5 cr.) INL 1 (3 cr.) 3 sets of home work problems (for 10 p. on written exam) 1 laboration TEN1 (4.5 cr.) 1 written exam

More information

Nonlinear Wave Theory for Transport Phenomena

Nonlinear Wave Theory for Transport Phenomena JOSO 2016 March 9-11 2015 Nonlinear Wave Theory for Transport Phenomena ILYA PESHKOV CHLOE, University of Pau, France EVGENIY ROMENSKI Sobolev Institute of Mathematics, Novosibirsk, Russia MICHAEL DUMBSER

More information

Additive Manufacturing Module 8

Additive Manufacturing Module 8 Additive Manufacturing Module 8 Spring 2015 Wenchao Zhou zhouw@uark.edu (479) 575-7250 The Department of Mechanical Engineering University of Arkansas, Fayetteville 1 Evaluating design https://www.youtube.com/watch?v=p

More information

Divergence free synthetic eddy method for embedded LES inflow boundary condition

Divergence free synthetic eddy method for embedded LES inflow boundary condition R. Poletto*, A. Revell, T. Craft, N. Jarrin for embedded LES inflow boundary condition University TSFP Ottawa 28-31/07/2011 *email: ruggero.poletto@postgrad.manchester.ac.uk 1 / 19 SLIDES OVERVIEW 1 Introduction

More information

Lecture 16. Wednesday, May 25, φ t + V φ = 0 (1) In upwinding, we choose the discretization of the spatial derivative based on the sign of u.

Lecture 16. Wednesday, May 25, φ t + V φ = 0 (1) In upwinding, we choose the discretization of the spatial derivative based on the sign of u. Lecture 16 Wednesday, May 25, 2005 Consider the linear advection equation φ t + V φ = 0 (1) or in 1D φ t + uφ x = 0. In upwinding, we choose the discretization of the spatial derivative based on the sign

More information

A Hybrid WENO Scheme for Simulation of Shock Wave-Boundary Layer Interaction

A Hybrid WENO Scheme for Simulation of Shock Wave-Boundary Layer Interaction 47th AIAA Aerospace Sciences Meeting Including The New Horizons Forum and Aerospace Exposition 5-8 January 29, Orlando, Florida AIAA 29-36 A Hybrid WENO Scheme for Simulation of Shock Wave-Boundary Layer

More information

Chapter 7 Iterative Techniques in Matrix Algebra

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

More information

Hierarchical Reconstruction with up to Second Degree Remainder for Solving Nonlinear Conservation Laws

Hierarchical Reconstruction with up to Second Degree Remainder for Solving Nonlinear Conservation Laws Hierarchical Reconstruction with up to Second Degree Remainder for Solving Nonlinear Conservation Laws Dedicated to Todd F. Dupont on the occasion of his 65th birthday Yingjie Liu, Chi-Wang Shu and Zhiliang

More information

WALL RESOLUTION STUDY FOR DIRECT NUMERICAL SIMULATION OF TURBULENT CHANNEL FLOW USING A MULTIDOMAIN CHEBYSHEV GRID

WALL RESOLUTION STUDY FOR DIRECT NUMERICAL SIMULATION OF TURBULENT CHANNEL FLOW USING A MULTIDOMAIN CHEBYSHEV GRID WALL RESOLUTION STUDY FOR DIRECT NUMERICAL SIMULATION OF TURBULENT CHANNEL FLOW USING A MULTIDOMAIN CHEBYSHEV GRID Zia Ghiasi sghias@uic.edu Dongru Li dli@uic.edu Jonathan Komperda jonk@uic.edu Farzad

More information

Direct Numerical Simulations of a Two-dimensional Viscous Flow in a Shocktube using a Kinetic Energy Preserving Scheme

Direct Numerical Simulations of a Two-dimensional Viscous Flow in a Shocktube using a Kinetic Energy Preserving Scheme 19th AIAA Computational Fluid Dynamics - 5 June 009, San Antonio, Texas AIAA 009-3797 19th AIAA Computational Fluid Dynamics Conference, - 5 June 009, San Antonio, Texas Direct Numerical Simulations of

More information

A class of the fourth order finite volume Hermite weighted essentially non-oscillatory schemes

A class of the fourth order finite volume Hermite weighted essentially non-oscillatory schemes Science in China Series A: Mathematics Aug., 008, Vol. 51, No. 8, 1549 1560 www.scichina.com math.scichina.com www.springerlink.com A class of the fourth order finite volume Hermite weighted essentially

More information

Level Set and Phase Field Methods: Application to Moving Interfaces and Two-Phase Fluid Flows

Level Set and Phase Field Methods: Application to Moving Interfaces and Two-Phase Fluid Flows Level Set and Phase Field Methods: Application to Moving Interfaces and Two-Phase Fluid Flows Abstract Maged Ismail Claremont Graduate University Level Set and Phase Field methods are well-known interface-capturing

More information

Improved Seventh-Order WENO Scheme

Improved Seventh-Order WENO Scheme 48th AIAA Aerospace Sciences Meeting Including the New Horizons Forum and Aerospace Eposition 4-7 January 2, Orlando, Florida AIAA 2-45 Improved Seventh-Order WENO Scheme Yiqing Shen Gecheng Zha Dept.

More information

The hybridized DG methods for WS1, WS2, and CS2 test cases

The hybridized DG methods for WS1, WS2, and CS2 test cases The hybridized DG methods for WS1, WS2, and CS2 test cases P. Fernandez, N.C. Nguyen and J. Peraire Aerospace Computational Design Laboratory Department of Aeronautics and Astronautics, MIT 5th High-Order

More information

Implicit Large Eddy Simulation of Transitional Flow over a SD7003 Wing Using High-order Spectral Difference Method

Implicit Large Eddy Simulation of Transitional Flow over a SD7003 Wing Using High-order Spectral Difference Method 40th Fluid Dynamics Conference and Exhibit 28 June - 1 July 2010, Chicago, Illinois AIAA 2010-4442 Implicit Large Eddy Simulation of Transitional Flow over a SD7003 Wing Using High-order Spectral Difference

More information

arxiv: v1 [physics.flu-dyn] 11 Oct 2012

arxiv: v1 [physics.flu-dyn] 11 Oct 2012 Low-Order Modelling of Blade-Induced Turbulence for RANS Actuator Disk Computations of Wind and Tidal Turbines Takafumi Nishino and Richard H. J. Willden ariv:20.373v [physics.flu-dyn] Oct 202 Abstract

More information

Direct Numerical Simulation of Two-Phase Flows with phase change

Direct Numerical Simulation of Two-Phase Flows with phase change Direct Numerical Simulation of Two-Phase Flows with phase change Sébastien Tanguy, Lucia Rueda Villegas, Catherine Colin, Grégory Huber Institut de Mécanique des Fluides de Toulouse Maître de conférence

More information

Mestrado Integrado em Engenharia Mecânica Aerodynamics 1 st Semester 2012/13

Mestrado Integrado em Engenharia Mecânica Aerodynamics 1 st Semester 2012/13 Mestrado Integrado em Engenharia Mecânica Aerodynamics 1 st Semester 212/13 Exam 2ª época, 2 February 213 Name : Time : 8: Number: Duration : 3 hours 1 st Part : No textbooks/notes allowed 2 nd Part :

More information

Develpment of NSCBC for compressible Navier-Stokes equations in OpenFOAM : Subsonic Non-Reflecting Outflow

Develpment of NSCBC for compressible Navier-Stokes equations in OpenFOAM : Subsonic Non-Reflecting Outflow Develpment of NSCBC for compressible Navier-Stokes equations in OpenFOAM : Subsonic Non-Reflecting Outflow F. Piscaglia, A. Montorfano Dipartimento di Energia, POLITECNICO DI MILANO Content Introduction

More information

Attached and Detached Eddy Simulation

Attached and Detached Eddy Simulation Attached and Detached Eddy Simulation Philippe R. Spalart Boeing Commercial Airplanes, Seattle, USA Mikhail K. Strelets Saint-Petersburg Polytechnic University and New Technologies and Services (NTS),

More information

DIRECT NUMERICAL SIMULATIONS OF HIGH SPEED FLOW OVER CAVITY. Abstract

DIRECT NUMERICAL SIMULATIONS OF HIGH SPEED FLOW OVER CAVITY. Abstract 3 rd AFOSR International Conference on DNS/LES (TAICDL), August 5-9 th, 2001, Arlington, Texas. DIRECT NUMERICAL SIMULATIONS OF HIGH SPEED FLOW OVER CAVITY A. HAMED, D. BASU, A. MOHAMED AND K. DAS Department

More information

TAU Extensions for High Enthalpy Flows. Sebastian Karl AS-RF

TAU Extensions for High Enthalpy Flows. Sebastian Karl AS-RF TAU Extensions for High Enthalpy Flows Sebastian Karl AS-RF Contents Motivation Extensions available in the current release: Numerical schemes for super- and hypersonic flow fields Models for gas mixtures,

More information

PDE Solvers for Fluid Flow

PDE Solvers for Fluid Flow PDE Solvers for Fluid Flow issues and algorithms for the Streaming Supercomputer Eran Guendelman February 5, 2002 Topics Equations for incompressible fluid flow 3 model PDEs: Hyperbolic, Elliptic, Parabolic

More information