A-posteriori Diffusion Analysis of Numerical Schemes in Wavenumber Domain

Size: px
Start display at page:

Download "A-posteriori Diffusion Analysis of Numerical Schemes in Wavenumber Domain"

Transcription

1 2th Annual CFD Symposium, August 9-1, 218, Bangalore A-posteriori Diffusion Analysis of Numerical Schemes in Wavenumber Domain S. M. Joshi & A. Chatterjee Department of Aerospace Engineering Indian Institute of Technology, Bombay Mumbai 47, India July 12, 218 Abstract: A new technique for a posteriori diffusion analysis of numerical schemes is proposed. In this technique, the modal and total energy of a broadband signal in wavenumber domain is analyzed to understand diffusion characteristics of a candidate numerical scheme. The analysis reveals information such as the effect of spatial and temporal orders, reconstruction method and time step size on numerical diffusion. In addition to this, an onset of numerical instability can be recognized at an early stage through this analysis. The analysis is simple and inexpensive to perform and can be used to analyze linear and nonlinear including space-time coupled numerical schemes. Several popular numerical schemes are analyzed using this technique. The technique is particularly useful for numerical schemes used for simulation of transient linear waves. Keywords: FFT, PSD, Higher-order, Signal energy, Numerical diffusion 1 Introduction Higher-order accurate numerical schemes are routinely used for applications involving traveling linear waves such as computational aeroacoustics (CAA) and computational electromagnetics (CEM). In this context, higher-order indicates order of accuracy greater than two. Such schemes are known to introduce less dispersion and dissipation errors in the solution in addition to having a more relaxed points-per-wavelength (PPW) requirement than conventional first or second-order accurate schemes [1, 2]. However, formal order of accuracy may not be a sufficient metric for judging quality of a numerical scheme. A more thorough understanding of the error characteristics of a numerical scheme is possible through error analysis in wavenumber domain. For example, optimized schemes often have a lower formal order of accuracy in space compared to conventional schemes using a similar stencil, yet introduce a lower amount of dispersion error in the solution [2]. Similarly, nonlinear numerical schemes such as t he weighted essentially non oscillatory (WENO) scheme may show differential order of accuracy for different wavenumber components [4]. Thus, a thorough analysis of errors in wavenumber space is important in addition to the conventional order of accuracy analysis for modern numerical schemes used for simulation of traveling linear waves. For simple linear schemes, such an analysis showing diffusion and dispersion error characteristics is easily possible in a priori manner. However, an smjoshi@aero.iitb.ac.in 1

2 a priori estimate of dispersion and diffusion errors for nonlinear schemes or space-time coupled schemes may not be possible. Nonlinear in this context indicates a data-driven numerical scheme. In this paper, we propose a novel technique for diffusion analysis of numerical schemes in wavenumber domain in a posteriori fashion. Wavenumber representation of the signal is obtained using the discrete Fourier transform (DFT) technique. Diffusion characteristics are found out from modal and total energy of the signal in the wavenumber domain. In addition to this, variation of the maximum resolved wavenumber over simulation time is found out. The technique described in this paper is useful for analysis of linear as well as nonlinear including space-time coupled numerical schemes. The technique also helps identify onset of a numerical instability at an early stage. Several modern higher-order accurate numerical schemes are analyzed using this technique. 2 A-posteriori Diffusion Analysis: Detailed Procedure For this analysis, consider the 1D scalar advection equation, u t + au x =, a > (1) over domain x [x l,x u ] with periodic boundary conditions and u(x,) = u (x) as the initial condition. Let the solution u(x,t) be sampled at N discrete equidistant points (x,x 1,...,x N 1 ) such that at time level t n, the value at j th point is given as u n j. The diffusion analysis is performed as follows 1. Grid spacing in spatial and wavenumber domain is arbitrary selected. 2. Based on this, the minimum resolved wavenumber k min, total number of cells N and the domain boundaries x l and x u are found out. 3. On a 1D domain x [x l,x u ], define broadband initial conditions given by a Gaussian signal u(x) = e ( 8x αl ) 2 (2) The parameter α controls the spread of the Gaussian curve thereby controlling energy distribution in the higher Fourier modes as shown in Figure 1a. 4. Solve equation 1 numerically for the final time T using a candidate numerical scheme. 5. Take DFT of both the analytical and the numerical results using fast Fourier transform. The DFT of function u(x) is defined as, û (m) = 1 N 1 N u(x m )e ik mm (3) m=. Obtain power spectral density (PSD) graph of the solution along with variation of total energy of the signal over time. The total energy of a discrete signal u(x) : x {x,x 1,...,x N 1 } is defined as N 1 E = (u(x i )) 2 = 1 N 1 i= N k= (û(k)) 2 (4) 7. Similarly, obtain maximum wavenumber corresponding to a well resolved mode and its variation with time 2

3 1. Gaussian Pulse α =1 α = Power Spectrum.8 α = 1 4 α = u ˆf(k) 2 ˆf(k) 2 α =1/ α =1 α = α = 1 4 α = x (a) Space domain (b) Normalized in frequency domain Figure 1: Gaussian signal with different values of α in space and frequency domains It is well known that the zeroth Fourier mode of a signal indicates average value of the signal. Thus, if the zeroth Fourier mode of the signal varies over time, it can be concluded that the candidate numerical scheme is not conservative in nature. On the other hand, if energy corresponding to the zeroth Fourier mode remains unchanged, then the candidate numerical scheme proves to be conservative in nature. Higher gradients in the space domain are characterized by presence of more energy in higher wavenumber modes. A diffusive numerical scheme results in smoothing of the signal, which essentially means reduction in energy corresponding to higher wavenumber modes. Thus, the PSD curve corresponding to the numerical solution found out using a diffusive numerical scheme would agree with the analytical solution only in the lower wavenumber range and will likely deviate at some point indicating addition of numerical diffusion in modes corresponding to higher wavenumbers. If the scheme is conservative in nature, the zeroth wavenumber continues to posses the same amount of energy as that corresponding to the initial conditions. Fig. 1b shows all spectra normalized with respect to the spectrum for α = 1. An important observation from fig.1b is that, smoother signals (larger values of α) have more energy in the lower wavenumbers whereas signals with a sharper slope have energy distributed uniformly throughout the wavenumber range. Signs of numerical instability can be recognized at an early point through the Fourier signature of the numerical scheme. The modal as well as total energy of the signal goes on increasing over time if the candidate numerical scheme is unstable. However, an increase in energy of higher wavenumber modes doesn t always indicate an instability. For example, nonlinear schemes such as the essentially non oscillatory (ENO) and WENO schemes are known to show spurious modes as well as numerical turbulence [, 7]. Thus, time evolution of total energy of the signal is studied to identify the numerical instability. Similarly, numerical artifacts such as the Gibb s phenomenon does not indicate presence of a numerical instability. This is also confirmed by tests conducted on a discontinuous signal. In the subsequent sections, we study effect of spatial order of accuracy on numerical diffusion, effect of spatial order of accuracy on total energy of smooth as well as discontinuous signals, identification of a numerical instability and variation of maximum resolved wavenumber over simulation time. For this analysis, we consider the Arbitrary DERivatives (ADER), essentially non oscillatory (ENO), weighted essentially non oscillatory (WENO), fixed stencil (FS) and discontinuous Galerkin (DG) schemes. 3

4 3 Results 3.1 Effect of Spatial Order on Diffusion O(1) O(2) O(3) O(4) O(1) O(2) DG, RK3, RK3 O(4) DG, RK k x (a) Fixed-Stencil scheme (b) Discontinuous Galerkin method Figure 2: Normalized PSD for FS and discontinuous Galerkin methods O(2) FIXED RK2 O(2) ADER-FIXED O(3) FIXED RK3 O(3) ADER-FIXED O(4) FIXED RK4 O(4) ADER-FIXED O(2) ENO RK2 O(2) ADER-ENO O(3) ENO RK3 O(3) ADER-ENO O(4) ENO RK4 O(4) ADER-ENO 5 (a) Fixed-stencil reconstruction (b) ENO reconstruction Figure 3: Comparison of ADER schemes with semidiscrete schemes Fig. 2a shows comparison of power spectra using fixed-stencil finite volume schemes of different spatial orders. Fig.2 shows results for the discontinuous Galerkin scheme. In both the cases, it is observed that energy associated with the zeroth Fourier mode remains unchanged when spatial order of accuracy is changed. As explained earlier, 4

5 the zeroth mode indicates average value of the signal. This confirms that both FS and DG schemes are conservative in nature. Higher-order reconstruction shows more energy in the higher Fourier modes, whereas lower-order variants show addition of numerical diffusion in the higher modes. Figs.3a and 3b show PSD graphs for ADER-FS, ADER-ENO and equivalent semidiscrete numerical schemes. ENO scheme, which is a nonlinear scheme, shows presence of spurious modes in the wavenumber domain. It is noted that the time step is kept smaller than that dictated by the Courant Friedrich Lewy (CFL) condition, thus ensuring stability for all numerical schemes. ENO scheme uses adaptive stencils for data reconstruction. In the case of both FS and ENO schemes, the ADER counterparts are found to be less diffusive. Addition of energy in higher wavenumbers in case of semidiscrete ENO and ADER-ENO schemes does not necessarily indicate a numerical instability. This is explained from evolution of total energy of the signal over simulation time. 3.2 Effect of Spatial Order on Total Energy % Energy 4 % Energy 4 2 O(2) ADER O(2) DG O(2) ENO O(2) FS Simulation time (%) (a) Second-order 2 O(3) ADER O(3) ENO O(3) FS O(3) WENO Simulation time (%) (b) Third-order Figure 4: Effect of spatial order on total energy of the signal Figs.4a and 4b show signal energy over time for various numerical schemes. Identical Courant number ensuring stability as well as identical number of degrees of freedom (DOFs) is used for all numerical schemes. It is seen that even if the numerical schemes have same spatial order of accuracy, they show differences in ability to preserve signal energy over simulation time. Among all the candidate numerical schemes, DG scheme is found to best preserve the signal energy over time. Nonlinear schemes such as the ENO and WENO schemes result in maximum loss of total energy over the course of simulation. This also indicates that, although spurious modes are present in the high wavenumber range for nonlinear numerical schemes, they are in fact diffusive in nature. 4 Wave Resolution It is found that the numerical PSD curve deviates from the analytical curve at a particular point. This wavenumber (called as the threshold wavenumber) changes over time. Wavenumbers lower than the threshold wavenumber can be considered to be well resolved. Diffusion first starts affecting higher wavenumbers and progressively shifts towards the lower wavenumber range. The threshold wavenumber is defined as the wavenumber at which modal energy of the 5

6 numerical solution is lower than 95% of that of the analytical solution as shown in Fig.5. The threshold wavenumber is different for different numerical schemes even though they show identical order of spatial accuracy. 1 2, RK Energy numerical Energy analytical <.95 Threshold wavenumber Figure 5: Maximum resolved wavenumber for a third-order DG scheme 5 O(3) ADER O(3) ENO O(3) FS O(3) WENO 5 O(4) ADER O(4) DG O(4) ENO O(4) FS Simulation time (%) (a) Third-order Simulation time (%) (b) Fourth-order Figure : Threshold wavenumber () over simulation time for different numerical schemes Fig.a and Fig.b show threshold wavenumber as a function of time for different numerical schemes. It is seen that the DG schemes show highest threshold wavenumber for the length of the simulation. Nonlinear schemes such

7 as ENO and WENO schemes introduce dissipation in lower wavenumbers earlier and thus show a lower threshold wavenumber than other schemes. This is analogous to the plot of variation of total energy over simulation time. ADER schemes show similar threshold wavenumbers as their semidiscrete counterparts and therefore may not have significant advantages over them. 5 Onset of Instability CFL=.99 CFL=1. CFL= CFL=1. CFL=1.1 CFL=.99 1 % Energy Simulation time (%) (a) Power spectral density (b) Evolution of total energy Figure 7: First-order upwind FV scheme Fig.7a shows energy spectrum and Fig.7b shows time-evolution of total signal energy for a first-order upwind scheme with forward Euler time-stepping at different Courant numbers. The instability is characterized by increase in the modal as well as the total energy of the signal over time. For Courant number 1, there is no dissipation added to the solution as well as no presence of an instability detected. For Courant number less than 1, numerical dissipation is seen to get added to higher wavenumbers. Discontinuous Signal The diffusion analysis technique is verified with discontinuous initial conditions. A square pulse centered at zero is taken as the initial conditions. The initial conditions are defined as, u(x,) = { 1 if x <.4 if x >.4 ; x [ 1,1] (5) Analysis as described earlier is performed on this signal. Effects of spatial orders and reconstruction method on advection of the square pulse are observed. The results are shown in Fig.8. Figures 8a, 8c and 8e show effect of spatial order on the signal in space domain, frequency domain and total energy respectively. Figures 8b, 8d and 8f show effect of reconstruction method on the square pulse in time domain, frequency domain and total energy respectively. Higher-order schemes show less diffusion added in the Fourier modes. In addition, higher-order schemes show better preservation of signal energy over time. 7

8 1.8 Square pulse, T=2 units O(2) DG O(4) DG 1.8 Square pulse, T=2 units O(3) FIXED O(3) ENO O(3) WENO O(3) ADER.. u u x x 1 4 (a) Effect of order, space domain 1 4 (b) Effect of reconstruction, space domain O(2) DG O(4) DG O(3) FIXED O(3) ENO O(3) WENO O(3) ADER (c) Effect of order, frequency domain O(2) DG O(4) DG (d) Effect of reconstruction, frequency domain 1 % Energy 99 % Energy Simulation time (S) (e) Effect of order, energy of the signal 9 O(3) FIXED O(3) ENO O(3) WENO O(3) ADER 1 2 Simulation time (S) (f) Effect of reconstruction, energy of the signal Figure 8: Effect of spatial order and reconstruction method on advection of a discontinuous signal 8

9 Linear schemes such as the DG, ADER and FS schemes show Gibbs oscillations in case of the discontinuous signal as expected. These oscillations do not indicate a numerical instability. This is also confirmed from the energy plot. The total energy of the signal reduces over time indicating addition of the diffusion in the signal. Nonlinear schemes such as the ENO and WENO schemes do not show oscillations. Moreover, these schemes show higher reduction in the total energy of the signal over time, indicating addition of higher amount of diffusion. The fixed stencil (FS) reconstruction scheme uses an upwind biased reconstruction stencil. The ADER scheme also uses FS reconstruction method. Both of these schemes show large amount of diffusion in the higher modes of the Fourier spectrum but show less numerical diffusion in energy-rich lower wavenumbers. 7 Conclusion A new technique for qualitative analysis of diffusion characteristics of numerical schemes is presented. The frequency representation of the numerical solution is obtained using the DFT technique. Numerical schemes are compared based on modal energy content and time evolution of total energy of the broadband signal. The analysis is applicable to semidiscrete as well as space-time coupled linear and non linear schemes used for simulating propagating linear waves. The analysis yields important information on properties of a numerical scheme like conservation, ability to preserve signal energy and overall diffusion characteristics. Among candidate numerical schemes, the DG scheme is found to best preserve signal energy over simulation time. Nonlinear schemes such as ENO and WENO schemes result in maximum amount of numerical dissipation in the solution. ADER scheme is found to be slightly less dissipative than its semidiscrete counterpart with same order of accuracy. References [1] C. K. W. Tam, Computational Aeroacoustics-Issues and Methods, AIAA J., vol. 33, no. 1, pp , 212. [2] D. W. Zingg, Comparison of High-Accuracy Finite-Difference Methods for Linear Wave Propagation, SIAM J. Sci. Comput., vol. 22, no. 2, pp , 2. [3] C. K. W. Tam and J. C. Webb, Dispersion-Relation-Preserving Finite Difference Schemes for Computational Acoustics, J. Comput. Phys., vol. 17, pp , [4] D. Fauconnier and E. Dick, On the spectral and conservation properties of nonlinear discretization operators, J. Comput. Phys., vol. 23, no. 12, pp , 211. [5] R. J. LeVeque, Finite Volume Methods for Hyperbolic Problems. Cambridge Texts in Applied Mathematics, Cambridge, New York: Cambridge University Press, 22. [] F. Jia, Z. Gao, and W. S. Don, A Spectral Study on the Dissipation and Dispersion of the WENO Schemes, J. Sci. Comput., vol. 3, no. 1, pp , 215. [7] F. Ladeinde, X. Cai, M. R. Visbal, and D. V. Gaitonde, Turbulence spectra characteristics of high order schemes for direct and large eddy simulation, Appl. Numer. Math., vol. 3, no. 4, pp , 21. [8] C. Shu and S. Osher, Efficient implementation of essentially non-oscillatory shock-capturing schemes, J. Comput. Phys., vol. 77, pp , [9] G. Jiang and C. Shu, Efficient implementation of weighted ENO schemes, J. Comput. Phys., vol. 12, no. 1, pp , [1] B. Cockburn and C. Shu, The local discontinuous Galerkin method for time-dependent convection-diffusion systems, SIAM J. Numer. Anal., vol. 35, no., pp , [11] B. Cockburn, S. Lin, and C. Shu, TVB Runge-Kutta local projection discontinuous Galerkin finite element method for conservation laws III: One-dimensional systems, J. Comput. Phys., vol. 84, pp , sep

10 [12] B. Cockburn and C. Shu, TVB Runge-Kutta Local Projection Discontinuous Galerkin Finite Element Method for Conservation Laws II: General Framework, Math. Comp., vol. 52, p. 411, apr [13] V. A. Titarev and E. F. Toro, ADER: Arbitrary High Order Godunov Approach, J. Sci. Comput., vol. 17, no. 1-4, pp. 9 18, 22. [14] T. Schwartzkopff, C. D. Munz, and E. F. Toro, ADER: A High-Order Approach for Linear Hyperbolic Systems in 2D, J. Sci. Comput., vol. 17, no. 1-4, pp , 22. 1

Mid-Year Report. Discontinuous Galerkin Euler Equation Solver. Friday, December 14, Andrey Andreyev. Advisor: Dr.

Mid-Year Report. Discontinuous Galerkin Euler Equation Solver. Friday, December 14, Andrey Andreyev. Advisor: Dr. Mid-Year Report Discontinuous Galerkin Euler Equation Solver Friday, December 14, 2012 Andrey Andreyev Advisor: Dr. James Baeder Abstract: The focus of this effort is to produce a two dimensional inviscid,

More information

The WENO Method in the Context of Earlier Methods To approximate, in a physically correct way, [3] the solution to a conservation law of the form u t

The WENO Method in the Context of Earlier Methods To approximate, in a physically correct way, [3] the solution to a conservation law of the form u t An implicit WENO scheme for steady-state computation of scalar hyperbolic equations Sigal Gottlieb Mathematics Department University of Massachusetts at Dartmouth 85 Old Westport Road North Dartmouth,

More information

Final Report. Discontinuous Galerkin Compressible Euler Equation Solver. May 14, Andrey Andreyev. Adviser: Dr. James Baeder

Final Report. Discontinuous Galerkin Compressible Euler Equation Solver. May 14, Andrey Andreyev. Adviser: Dr. James Baeder Final Report Discontinuous Galerkin Compressible Euler Equation Solver May 14, 2013 Andrey Andreyev Adviser: Dr. James Baeder Abstract: In this work a Discontinuous Galerkin Method is developed for compressible

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

Development of a Maxwell Equation Solver for Application to Two Fluid Plasma Models. C. Aberle, A. Hakim, and U. Shumlak

Development of a Maxwell Equation Solver for Application to Two Fluid Plasma Models. C. Aberle, A. Hakim, and U. Shumlak Development of a Maxwell Equation Solver for Application to Two Fluid Plasma Models C. Aberle, A. Hakim, and U. Shumlak Aerospace and Astronautics University of Washington, Seattle American Physical Society

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

Third Order WENO Scheme on Three Dimensional Tetrahedral Meshes

Third Order WENO Scheme on Three Dimensional Tetrahedral Meshes COMMUNICATIONS IN COMPUTATIONAL PHYSICS Vol. 5, No. 2-4, pp. 86-848 Commun. Comput. Phys. February 29 Third Order WENO Scheme on Three Dimensional Tetrahedral Meshes Yong-Tao Zhang 1, and Chi-Wang Shu

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

Numerical Methods for Hyperbolic and Kinetic Equations

Numerical Methods for Hyperbolic and Kinetic Equations Numerical Methods for Hyperbolic and Kinetic Equations Organizer: G. Puppo Phenomena characterized by conservation (or balance laws) of physical quantities are modelled by hyperbolic and kinetic equations.

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

On the simulation of wave propagation with a higher-order finite volume scheme based on Reproducing Kernel Methods

On the simulation of wave propagation with a higher-order finite volume scheme based on Reproducing Kernel Methods On the simulation of wave propagation with a higher-order finite volume scheme based on Reproducing Kernel Methods X. Nogueira a, I. Colominas,a, L. Cueto-Felgueroso b, S. Khelladi c a Group of Numerical

More information

A new class of central compact schemes with spectral-like resolution II: Hybrid weighted nonlinear schemes. Abstract

A new class of central compact schemes with spectral-like resolution II: Hybrid weighted nonlinear schemes. Abstract A new class of central compact schemes with spectral-like resolution II: Hybrid weighted nonlinear schemes Xuliang Liu 1, Shuhai Zhang, Hanxin Zhang 3 and Chi-Wang Shu 4 Abstract In this paper, we develop

More information

Observations on the fifth-order WENO method with non-uniform meshes

Observations on the fifth-order WENO method with non-uniform meshes Observations on the fifth-order WENO method with non-uniform meshes Rong Wang, a, Hui Feng, b, Raymond J. Spiteri a,, a Department of Computer Science, University of Saskatchewan, Saskatoon, SK, S7N 5C9,

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

Partial Differential Equations

Partial Differential Equations Simulation in Computer Graphics Partial Differential Equations Matthias Teschner Computer Science Department University of Freiburg Motivation various dynamic effects and physical processes are described

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

Partition Design and Optimization for High-Order Spectral Volume Schemes on Tetrahedral Grids

Partition Design and Optimization for High-Order Spectral Volume Schemes on Tetrahedral Grids 48th AIAA Aerospace Sciences Meeting Including the New Horizons Forum and Aerospace Exposition 4-7 January 200, Orlando, Florida AIAA 200-720 Partition Design and Optimization for High-Order Spectral Volume

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

On the thickness of discontinuities computed by THINC and RK schemes

On the thickness of discontinuities computed by THINC and RK schemes The 9th Computational Fluid Dynamics Symposium B7- On the thickness of discontinuities computed by THINC and RK schemes Taku Nonomura, ISAS, JAXA, Sagamihara, Kanagawa, Japan, E-mail:nonomura@flab.isas.jaxa.jp

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

High Order Schemes for CFD: A Review. Juan Cheng 1. Institute of Applied Physics and Computational Mathematics, Beijing , China.

High Order Schemes for CFD: A Review. Juan Cheng 1. Institute of Applied Physics and Computational Mathematics, Beijing , China. High Order Schemes for CFD: A Review Juan Cheng 1 Institute of Applied Physics and Computational Mathematics, Beijing 100088, China and Chi-Wang Shu 2 Division of Applied Mathematics, Brown University,

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

New Very High-Order Upwind Multilayer Compact Schemes with Spectral-Like Resolution for Flow Simulations

New Very High-Order Upwind Multilayer Compact Schemes with Spectral-Like Resolution for Flow Simulations New Very High-Order Upwind Multilayer Compact Schemes with Spectral-Lie Resolution for Flow Simulations Zeyu Bai and Xiaolin Zhong University of California, Los Angeles, CA, 995, USA Hypersonic boundary

More information

Turbulence et Génération de Bruit Equipe de recherche du Centre Acoustique LMFA, UMR CNRS 5509, Ecole Centrale de Lyon Simulation Numérique en Aéroacoustique Institut Henri Poincaré - 16 novembre 2006

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

BACK AND FORTH ERROR COMPENSATION AND CORRECTION METHODS FOR REMOVING ERRORS INDUCED BY UNEVEN GRADIENTS OF THE LEVEL SET FUNCTION

BACK AND FORTH ERROR COMPENSATION AND CORRECTION METHODS FOR REMOVING ERRORS INDUCED BY UNEVEN GRADIENTS OF THE LEVEL SET FUNCTION BACK AND FORTH ERROR COMPENSATION AND CORRECTION METHODS FOR REMOVING ERRORS INDUCED BY UNEVEN GRADIENTS OF THE LEVEL SET FUNCTION TODD F. DUPONT AND YINGJIE LIU Abstract. We propose a method that significantly

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

Numerical Methods for (Time-Dependent) HJ PDEs

Numerical Methods for (Time-Dependent) HJ PDEs Numerical Methods for (Time-Dependent) HJ PDEs Ian Mitchell Department of Computer Science The University of British Columbia research supported by National Science and Engineering Research Council of

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

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

High Order Weighted Essentially Non-Oscillatory Schemes for Convection. Dominated Problems. Chi-Wang Shu 1

High Order Weighted Essentially Non-Oscillatory Schemes for Convection. Dominated Problems. Chi-Wang Shu 1 High Order Weighted Essentially Non-Oscillatory Schemes for Convection Dominated Problems Chi-Wang Shu Division of Applied Mathematics, Brown University, Providence, Rhode Island 09 ABSTRACT High order

More information

High Order Fixed-Point Sweeping WENO Methods for Steady State of Hyperbolic Conservation Laws and Its Convergence Study

High Order Fixed-Point Sweeping WENO Methods for Steady State of Hyperbolic Conservation Laws and Its Convergence Study Commun. Comput. Phys. doi:.48/cicp.375.6a Vol., No. 4, pp. 835-869 October 6 High Order Fixed-Point Sweeping WENO Methods for Steady State of Hyperbolic Conservation Laws and Its Convergence Study Liang

More information

Central Runge-Kutta Schemes for Conservation Laws

Central Runge-Kutta Schemes for Conservation Laws Central Runge-Kutta Schemes for Conservation Laws Lorenzo Pareschi Gabriella Puppo Giovanni Russo Abstract In this work, a new formulation for central schemes based on staggered grids is proposed. It is

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

Weno Scheme for Transport Equation on Unstructured Grids with a DDFV Approach

Weno Scheme for Transport Equation on Unstructured Grids with a DDFV Approach Weno Scheme for Transport Equation on Unstructured Grids with a DDFV Approach Florence Hubert and Rémi Tesson Abstract In this paper we develop a DDFV approach for WENO scheme on unstructred grids for

More information

NIA CFD Seminar, October 4, 2011 Hyperbolic Seminar, NASA Langley, October 17, 2011

NIA CFD Seminar, October 4, 2011 Hyperbolic Seminar, NASA Langley, October 17, 2011 NIA CFD Seminar, October 4, 2011 Hyperbolic Seminar, NASA Langley, October 17, 2011 First-Order Hyperbolic System Method If you have a CFD book for hyperbolic problems, you have a CFD book for all problems.

More information

Computing Nearly Singular Solutions Using Pseudo-Spectral Methods

Computing Nearly Singular Solutions Using Pseudo-Spectral Methods Computing Nearly Singular Solutions Using Pseudo-Spectral Methods Thomas Y. Hou Ruo Li January 9, 2007 Abstract In this paper, we investigate the performance of pseudo-spectral methods in computing nearly

More information

Traveling Wave Analysis of Partial Differential Equations

Traveling Wave Analysis of Partial Differential Equations Traveling Wave Analysis of Partial Differential Equations Numerical and Analytical Methods with Matlab and Maple Graham W. Griffiths and William E. Schiesser (Academic Press, ISBN: 9780123846525) Chapter

More information

On the convergence to steady state solutions of a new class of high order WENO schemes

On the convergence to steady state solutions of a new class of high order WENO schemes On the convergence to steady state solutions of a new class of high order WENO schemes Jun Zhu and Chi-Wang Shu Abstract A new class of high order weighted essentially non-oscillatory (WENO) schemes [J.

More information

Concepts and Application of Time-Limiters to High Resolution Schemes

Concepts and Application of Time-Limiters to High Resolution Schemes Journal of Scientific Computing, Vol. 9, Nos. 3, December 003 ( 003) Concepts and Application of Time-Limiters to High Resolution Schemes Karthikeyan Duraisamy, James D. Baeder, and Jian-Guo Liu 3 Received

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

Von Neumann Analysis for Higher Order Methods

Von Neumann Analysis for Higher Order Methods 1. Introduction Von Neumann Analysis for Higher Order Methods Von Neumann analysis is a widely used method to study how an initial wave is propagated with certain numerical schemes for a linear wave equation

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

A new type of multi-resolution WENO schemes with increasingly higher order of accuracy

A new type of multi-resolution WENO schemes with increasingly higher order of accuracy A new type of multi-resolution WENO schemes with increasingly higher order of accuracy Jun Zhu and Chi-Wang Shu Abstract In this paper, a new type of high-order finite difference and finite volume multi-resolution

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

Local-structure-preserving discontinuous Galerkin methods with Lax-Wendroff type time discretizations for Hamilton-Jacobi equations

Local-structure-preserving discontinuous Galerkin methods with Lax-Wendroff type time discretizations for Hamilton-Jacobi equations Local-structure-preserving discontinuous Galerkin methods with Lax-Wendroff type time discretizations for Hamilton-Jacobi equations Wei Guo, Fengyan Li and Jianxian Qiu 3 Abstract: In this paper, a family

More information

Application of ENO technique to semi-lagrangian interpolations. RC LACE stay report Scientific supervisors: Petra Smolíková and Ján Mašek

Application of ENO technique to semi-lagrangian interpolations. RC LACE stay report Scientific supervisors: Petra Smolíková and Ján Mašek Application of ENO technique to semi-lagrangian interpolations RC LACE stay report Scientific supervisors: Petra Smolíková and Ján Mašek Alexandra Crăciun NMA, Romania CHMI, Prague 09.05-03.06.2016 1 Introduction

More information

Chapter 6. Petrov-Galerkin Formulations for Advection Diffusion Equation

Chapter 6. Petrov-Galerkin Formulations for Advection Diffusion Equation Chapter 6 Petrov-Galerkin Formulations for Advection Diffusion Equation In this chapter we ll demonstrate the difficulties that arise when GFEM is used for advection (convection) dominated problems. Several

More information

High Order Finite Difference and Finite Volume WENO Schemes and Discontinuous Galerkin Methods for CFD

High Order Finite Difference and Finite Volume WENO Schemes and Discontinuous Galerkin Methods for CFD NASA/CR-200-20865 ICASE Report No. 200- High Order Finite Difference and Finite Volume WENO Schemes and Discontinuous Galerkin Methods for CFD Chi-Wang Shu Brown University, Providence, Rhode Island ICASE

More information

An Introduction to Viscosity Solutions: theory, numerics and applications

An Introduction to Viscosity Solutions: theory, numerics and applications An Introduction to Viscosity Solutions: theory, numerics and applications M. Falcone Dipartimento di Matematica OPTPDE-BCAM Summer School Challenges in Applied Control and Optimal Design July 4-8, 2011,

More information

EFFICIENT SOLUTION ALGORITHMS FOR HIGH-ACCURACY CENTRAL DIFFERENCE CFD SCHEMES

EFFICIENT SOLUTION ALGORITHMS FOR HIGH-ACCURACY CENTRAL DIFFERENCE CFD SCHEMES EFFICIENT SOLUTION ALGORITHMS FOR HIGH-ACCURACY CENTRAL DIFFERENCE CFD SCHEMES B. Treidler, J.A. Ekaterineris and R.E. Childs Nielsen Engineering & Research, Inc. Mountain View, CA, 94043 Abstract Preliminary

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

Limiters for Unstructured Higher-Order Accurate Solutions of the Euler Equations

Limiters for Unstructured Higher-Order Accurate Solutions of the Euler Equations Limiters for Unstructured Higher-Order Accurate Solutions of the Euler Equations Krzysztof Michalak and Carl Ollivier-Gooch Advanced Numerical Simulation Laboratory University of British Columbia Higher-order

More information

Horizontal Mixing in the WRF-ARW Model. Russ Schumacher AT April 2006

Horizontal Mixing in the WRF-ARW Model. Russ Schumacher AT April 2006 Horizontal Mixing in the WRF-ARW Model Russ Schumacher AT 730 5 April 2006 Overview Description of implicit and explicit horizontal mixing in WRF Evaluation of WRF s implicit mixing Model options for explicit

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

Numerical study on the convergence to steady state solutions of a new class of finite volume WENO schemes: triangular meshes

Numerical study on the convergence to steady state solutions of a new class of finite volume WENO schemes: triangular meshes Numerical study on the convergence to steady state solutions of a new class of finite volume WENO schemes: triangular meshes Jun Zhu and Chi-Wang Shu Abstract In this paper we continue our research on

More information

SCIENCE CHINA Physics, Mechanics & Astronomy. Nonlinear spectral-like schemes for hybrid schemes

SCIENCE CHINA Physics, Mechanics & Astronomy. Nonlinear spectral-like schemes for hybrid schemes SCIENCE CHINA Physics, Mechanics & Astronomy Article April 2014 Vol.57 No.4: 753 763 doi: 10.1007/s11433-013-5234-y Nonlinear spectral-like schemes for hybrid schemes HE ZhiWei 1, LI XinLiang 2* & LIANG

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

An Adaptive Stencil Linear Deviation Method for Wave Equations

An Adaptive Stencil Linear Deviation Method for Wave Equations 211 An Adaptive Stencil Linear Deviation Method for Wave Equations Kelly Hasler Faculty Sponsor: Robert H. Hoar, Department of Mathematics ABSTRACT Wave Equations are partial differential equations (PDEs)

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

Module 1: Introduction to Finite Difference Method and Fundamentals of CFD Lecture 13: The Lecture deals with:

Module 1: Introduction to Finite Difference Method and Fundamentals of CFD Lecture 13: The Lecture deals with: The Lecture deals with: Some more Suggestions for Improvement of Discretization Schemes Some Non-Trivial Problems with Discretized Equations file:///d /chitra/nptel_phase2/mechanical/cfd/lecture13/13_1.htm[6/20/2012

More information

Spectral(Finite) Volume Method for Conservation Laws on Unstructured Grids

Spectral(Finite) Volume Method for Conservation Laws on Unstructured Grids Journal of Computational Physics 179, 665 697 (2002) doi:10.1006/jcph.2002.7082 Spectral(Finite) Volume Method for Conservation Laws on Unstructured Grids II. Extension to Two-Dimensional Scalar Equation

More information

High order WENO and DG methods for time-dependent convection-dominated. PDEs: a brief survey of several recent developments 1.

High order WENO and DG methods for time-dependent convection-dominated. PDEs: a brief survey of several recent developments 1. High order WENO and DG methods for time-dependent convection-dominated PDEs: a brief survey of several recent developments 1 Chi-Wang Shu Division of Applied Mathematics Brown University Providence, RI

More information

A HYBRID SEMI-PRIMITIVE SHOCK CAPTURING SCHEME FOR CONSERVATION LAWS

A HYBRID SEMI-PRIMITIVE SHOCK CAPTURING SCHEME FOR CONSERVATION LAWS Eighth Mississippi State - UAB Conference on Differential Equations and Computational Simulations. Electronic Journal of Differential Equations, Conf. 9 (), pp. 65 73. ISSN: 7-669. URL: http://ejde.math.tstate.edu

More information

The Level Set Method. Lecture Notes, MIT J / 2.097J / 6.339J Numerical Methods for Partial Differential Equations

The Level Set Method. Lecture Notes, MIT J / 2.097J / 6.339J Numerical Methods for Partial Differential Equations The Level Set Method Lecture Notes, MIT 16.920J / 2.097J / 6.339J Numerical Methods for Partial Differential Equations Per-Olof Persson persson@mit.edu March 7, 2005 1 Evolving Curves and Surfaces Evolving

More information

Index. C m (Ω), 141 L 2 (Ω) space, 143 p-th order, 17

Index. C m (Ω), 141 L 2 (Ω) space, 143 p-th order, 17 Bibliography [1] J. Adams, P. Swarztrauber, and R. Sweet. Fishpack: Efficient Fortran subprograms for the solution of separable elliptic partial differential equations. http://www.netlib.org/fishpack/.

More information

Medical Image Segmentation using Level Sets

Medical Image Segmentation using Level Sets Medical Image Segmentation using Level Sets Technical Report #CS-8-1 Tenn Francis Chen Abstract Segmentation is a vital aspect of medical imaging. It aids in the visualization of medical data and diagnostics

More information

A Toolbox of Level Set Methods

A Toolbox of Level Set Methods A Toolbox of Level Set Methods Ian Mitchell Department of Computer Science University of British Columbia http://www.cs.ubc.ca/~mitchell mitchell@cs.ubc.ca research supported by the Natural Science and

More information

Runge Kutta Methods Optimized For Advection Problems

Runge Kutta Methods Optimized For Advection Problems Runge Kutta Methods Optimized For Advection Problems Brown University December 9, 2009 Introduction Classical Runge Kutta Methods Overview Standard Runge Kutta Schemes for Advection Equation Low Dissipation

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

A Diagonal Split-cell Model for the High-order Symplectic FDTD Scheme

A Diagonal Split-cell Model for the High-order Symplectic FDTD Scheme PIERS ONLINE, VOL. 2, NO. 6, 2006 715 A Diagonal Split-cell Model for the High-order Symplectic FDTD Scheme Wei Sha, Xianliang Wu, and Mingsheng Chen Key Laboratory of Intelligent Computing & Signal Processing

More information

Outline. Level Set Methods. For Inverse Obstacle Problems 4. Introduction. Introduction. Martin Burger

Outline. Level Set Methods. For Inverse Obstacle Problems 4. Introduction. Introduction. Martin Burger For Inverse Obstacle Problems Martin Burger Outline Introduction Optimal Geometries Inverse Obstacle Problems & Shape Optimization Sensitivity Analysis based on Gradient Flows Numerical Methods University

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

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

Dispersion-dissipation condition for finite-difference schemes arxiv: v2 [physics.flu-dyn] 11 Feb 2014

Dispersion-dissipation condition for finite-difference schemes arxiv: v2 [physics.flu-dyn] 11 Feb 2014 Dispersion-dissipation condition for finite-difference schemes arxiv:124.588v2 [physics.flu-dyn] 11 Feb 214 X. Y. Hu a, V. K. Tritschler a, S. Pirozzoli b, N. A. Adams a a Lehrstuhl für Aerodynamik und

More information

CHAPTER 3. Preprocessing and Feature Extraction. Techniques

CHAPTER 3. Preprocessing and Feature Extraction. Techniques CHAPTER 3 Preprocessing and Feature Extraction Techniques CHAPTER 3 Preprocessing and Feature Extraction Techniques 3.1 Need for Preprocessing and Feature Extraction schemes for Pattern Recognition and

More information

Downloaded 10/27/17 to Redistribution subject to SIAM license or copyright; see

Downloaded 10/27/17 to Redistribution subject to SIAM license or copyright; see SIAM J. SCI. COMPUT. Vol. 37, No. 3, pp. C354 C383 c 2015 Society for Industrial and Applied Mathematics EFFICIENT IMPLEMENTATION OF NONLINEAR COMPACT SCHEMES ON MASSIVELY PARALLEL PLATFORMS DEBOJYOTI

More information

On the Resolution Necessary to Capture Dynamics of Unsteady Detonation

On the Resolution Necessary to Capture Dynamics of Unsteady Detonation On the Resolution Necessary to Capture Dynamics of Unsteady Detonation Christopher M. Romick, University of Notre Dame, Notre Dame, IN Tariq D. Aslam, Los Alamos National Laboratory, Los Alamos, NM and

More information

Optimized Low Dispersion and Low Dissipation Runge- Kutta Algorithms in Computational Aeroacoustics

Optimized Low Dispersion and Low Dissipation Runge- Kutta Algorithms in Computational Aeroacoustics Appl. Math. Inf. Sci. 8, No. 1, 57-68 214 57 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/1.12785/amis/816 Optimized Low Dispersion Low Dissipation Runge- Kutta

More information

High-Order Finite Difference Schemes for computational MHD

High-Order Finite Difference Schemes for computational MHD High-Order Finite Difference Schemes for computational MHD A. Mignone 1, P. Tzeferacos 1 and G. Bodo 2 [1] Dipartimento di Fisica Generale, Turin University, ITALY [2] INAF Astronomic Observatory of Turin,,

More information

Data-Driven Modeling. Scientific Computation J. NATHAN KUTZ OXPORD. Methods for Complex Systems & Big Data

Data-Driven Modeling. Scientific Computation J. NATHAN KUTZ OXPORD. Methods for Complex Systems & Big Data Data-Driven Modeling & Scientific Computation Methods for Complex Systems & Big Data J. NATHAN KUTZ Department ofapplied Mathematics University of Washington OXPORD UNIVERSITY PRESS Contents Prolegomenon

More information

REVIEW OF NUMERICAL SCHEMES AND BOUNDARY CONDITIONS APPLIED TO WAVE PROPAGATION PROBLEMS

REVIEW OF NUMERICAL SCHEMES AND BOUNDARY CONDITIONS APPLIED TO WAVE PROPAGATION PROBLEMS REVIEW OF NUMERICAL SCHEMES AND BOUNDARY CONDITIONS APPLIED TO WAVE PROPAGATION PROBLEMS O. de Almeida Universidade Federal de Uberlândia Departamento de Engenharia Mecânica FEMEC Campus Santa Mônica CP.

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

A limiting strategy for the back and forth error compensation and correction method for solving advection equations

A limiting strategy for the back and forth error compensation and correction method for solving advection equations A limiting strategy for the back and forth error compensation and correction method for solving advection equations Lili Hu, Yao Li, Yingjie Liu April 22, 2014 Abstract We further study the properties

More information

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

The Total Variation Approach to Approximate Hyperbolic Wave Equations

The Total Variation Approach to Approximate Hyperbolic Wave Equations 2 CUMMING The Total Variation Approach to Approximate Hyperbolic Wave Equations Christine Cumming Faculty Sponsor: Dr. Robert H. Hoar, Department of Math ABSTRACT From ultrasound for medical purposes to

More information

Computer Project 3. AA Computational Fluid Dyanmics University of Washington. Mishaal Aleem March 17, 2015

Computer Project 3. AA Computational Fluid Dyanmics University of Washington. Mishaal Aleem March 17, 2015 Computer Project 3 AA 543 - Computational Fluid Dyanmics University of Washington Mishaal Aleem March 17, 2015 Contents Introduction........................................... 1 3.1 Grid Generator.......................................

More information

High-order, conservative, finite difference schemes for computational MHD

High-order, conservative, finite difference schemes for computational MHD High-order, conservative, finite difference schemes for computational MHD A. Mignone 1, P. Tzeferacos 1 and G. Bodo 2 [1] Dipartimento di Fisica Generale, Turin University, ITALY [2] INAF Astronomic Observatory

More information

Accurate Monotonicity-Preserving Schemes with Runge Kutta Time Stepping

Accurate Monotonicity-Preserving Schemes with Runge Kutta Time Stepping JOURNAL OF COMPUTATIONAL PHYSICS 136, 83 99 (1997) ARTICLE NO. CP975745 Accurate Monotonicity-Preserving Schemes with Runge Kutta Time Stepping A. Suresh*, and H. T. Huynh *NYMA, Inc., Brook Park, Ohio

More information

A robust reconstruction for unstructured WENO schemes 1

A robust reconstruction for unstructured WENO schemes 1 A robust reconstruction for unstructured WENO schemes 1 Yuan Liu 2 and Yong-Tao Zhang 3 Corresponding author. Tel.: +1 574 631 6079. E-mail: yzhang10@nd.edu Abstract The weighted essentially non-oscillatory

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

Fully discrete Finite Element Approximations of Semilinear Parabolic Equations in a Nonconvex Polygon

Fully discrete Finite Element Approximations of Semilinear Parabolic Equations in a Nonconvex Polygon Fully discrete Finite Element Approximations of Semilinear Parabolic Equations in a Nonconvex Polygon Tamal Pramanick 1,a) 1 Department of Mathematics, Indian Institute of Technology Guwahati, Guwahati

More information

The Level Set Method applied to Structural Topology Optimization

The Level Set Method applied to Structural Topology Optimization The Level Set Method applied to Structural Topology Optimization Dr Peter Dunning 22-Jan-2013 Structural Optimization Sizing Optimization Shape Optimization Increasing: No. design variables Opportunity

More information

Conservative high order semi-lagrangian finite difference WENO methods for advection in incompressible flow. Abstract

Conservative high order semi-lagrangian finite difference WENO methods for advection in incompressible flow. Abstract Conservative high order semi-lagrangian finite difference WENO methods for advection in incompressible flow Jing-Mei Qiu 1 and Chi-Wang Shu Abstract In this paper, we propose a semi-lagrangian finite difference

More information

Audio acoustic modeling using full-wave methods

Audio acoustic modeling using full-wave methods Acoustics 8 Paris Audio acoustic modeling using full-wave methods Timo Lahivaara, Tomi Huttunen and Simo-Pekka Simonaho University of Kuopio, P.O.Box 1627, 7211 Kuopio, Finland simo-pekka.simonaho@uku.fi

More information

Adaptive Mesh Refinement Based on a Posteriori Error Estimation. Martin Juhas

Adaptive Mesh Refinement Based on a Posteriori Error Estimation. Martin Juhas Adaptive Mesh Refinement Based on a Posteriori Error Estimation by Martin Juhas A thesis submitted in conformity with the requirements for the degree of Master of Applied Science Graduate Department of

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

Multicomponent land data pre-processing for FWI: a benchmark dataset

Multicomponent land data pre-processing for FWI: a benchmark dataset Multicomponent land data pre-processing for FWI: a benchmark dataset Raul Cova, Bernie K. Law and Kris Innanen CRWES/University of Calgary Summary Successful full-waveform inversion (FWI) studies using

More information

Modeling Supersonic Jet Screech Noise Using Direct Computational Aeroacoustics (CAA) 14.5 Release

Modeling Supersonic Jet Screech Noise Using Direct Computational Aeroacoustics (CAA) 14.5 Release Modeling Supersonic Jet Screech Noise Using Direct Computational Aeroacoustics (CAA) 14.5 Release 2011 ANSYS, Inc. November 7, 2012 1 Workshop Advanced ANSYS FLUENT Acoustics Introduction This tutorial

More information

Fluent User Services Center

Fluent User Services Center Solver Settings 5-1 Using the Solver Setting Solver Parameters Convergence Definition Monitoring Stability Accelerating Convergence Accuracy Grid Independence Adaption Appendix: Background Finite Volume

More information