CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Wiki > Wave propagation

Wave propagation

From CFD-Wiki

(Difference between revisions)
Jump to: navigation, search
Line 7: Line 7:
:<math> \frac {\partial U}{\partial t}=H </math>
:<math> \frac {\partial U}{\partial t}=H </math>
The low storage scheme is implemented as follows  
The low storage scheme is implemented as follows  
-
:<math> U^{M+1}=U^M+b^{M+1}dtH^M </math>
+
:<math> U^{M+1}=U^M+b^{M+1}dtf^M </math>
 +
:<math> f^M=a^Mf^{M-1}+H </math>
== Sample result ==  
== Sample result ==  

Revision as of 15:49, 19 September 2005

Contents

Introduction

The 1-D wave propagation problem is used as a test case for studying the dissipation and dispersion errors in a given finite difference scheme.There are a number of schemes which can be used to solve the problem. The usage of a higher order compact stencil with a low storage 4th order Runga Kutta scheme to solve the current problem is discussed.

Compact scheme

Runga Kutta

Consider

 \frac {\partial U}{\partial t}=H

The low storage scheme is implemented as follows

 U^{M+1}=U^M+b^{M+1}dtf^M
 f^M=a^Mf^{M-1}+H

Sample result

Wp result.jpg

Reference

Williamson, Williamson (1980), "Low Storage Runge-Kutta Schemes", Journal of Computational Physics, Vol.35, pp.48–56.


Lele, Lele, S. K. (1992), "Compact Finite Difference Schemes with Spectral-like Resolution,” Journal of Computational Physics", Journal of Computational Physics, Vol. 103, pp 16–42.

My wiki