CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Main advantage of using Runge Kutta of higher order?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 14, 2013, 04:41
Default Main advantage of using Runge Kutta of higher order?
  #1
New Member
 
Jakub
Join Date: May 2013
Location: Czech Republic
Posts: 16
Rep Power: 13
jakubstary is on a distinguished road
What is main advantage of using 2nd and 4th order Runge Kutta methods for time discretization? Is it stability for larger CFL condition or Runge Kutta is more accurate for same CFL condition?

I compute Shallow water equations and I use Euler method, RK2 and RK4 for time discretization. If I have CFL = 0.9 then I get Euler method as the most accurate, but if I set CFL = 3.5 then I get RK4 is more accurate than Euler method with CFL=0.9. Euler method is obviously unstable for CFL = 3.5.

Are my results correct?

Thank you
Jakub
jakubstary is offline   Reply With Quote

Old   May 15, 2013, 03:28
Question
  #2
New Member
 
Jakub
Join Date: May 2013
Location: Czech Republic
Posts: 16
Rep Power: 13
jakubstary is on a distinguished road
I have tested the Euler method and the RK2 method for increasing CFL and I get this result. Don't anyone know if it's correct result? If not, don't you have an idea where might be error in my calculations?

Thank you.
Attached Images
File Type: jpg swe_cfl_test.jpg (46.3 KB, 47 views)
jakubstary is offline   Reply With Quote

Old   May 17, 2013, 06:29
Default
  #3
Senior Member
 
Lefteris
Join Date: Oct 2011
Location: UK
Posts: 337
Rep Power: 15
Aeronautics El. K. is on a distinguished road
Euler method is first order accurate while RK4 is forth order accurate. Moreover, the explicit Euler method has quite strict stability criteria.
__________________
Lefteris

Aeronautics El. K. is offline   Reply With Quote

Old   May 17, 2013, 06:43
Default
  #4
New Member
 
Jakub
Join Date: May 2013
Location: Czech Republic
Posts: 16
Rep Power: 13
jakubstary is on a distinguished road
And is it correct, that Euler is more accurate for small CFL condition than RK2 and RK4? I thought RK2 is always more accurate than Euler, but in my program not, see graph.

Thank you very much.
Jakub
jakubstary is offline   Reply With Quote

Old   May 17, 2013, 06:59
Default
  #5
Senior Member
 
Lefteris
Join Date: Oct 2011
Location: UK
Posts: 337
Rep Power: 15
Aeronautics El. K. is on a distinguished road
e is the temporal discretisation error?
__________________
Lefteris

Aeronautics El. K. is offline   Reply With Quote

Old   May 17, 2013, 07:09
Default
  #6
New Member
 
Jakub
Join Date: May 2013
Location: Czech Republic
Posts: 16
Rep Power: 13
jakubstary is on a distinguished road
e is sum L1 error between numerical solution and exact solution of Riemann problem.
jakubstary is offline   Reply With Quote

Old   May 17, 2013, 07:47
Default
  #7
Senior Member
 
Lefteris
Join Date: Oct 2011
Location: UK
Posts: 337
Rep Power: 15
Aeronautics El. K. is on a distinguished road
what problem are you solving? NS or Euler Equations? How is the spatial discretisation done?
__________________
Lefteris

Aeronautics El. K. is offline   Reply With Quote

Old   May 17, 2013, 08:03
Default
  #8
New Member
 
Jakub
Join Date: May 2013
Location: Czech Republic
Posts: 16
Rep Power: 13
jakubstary is on a distinguished road
I'm solving Euler equations. For case which is on graph I used simple Lax-Friedrichs scheme for spatial discretisation.
jakubstary is offline   Reply With Quote

Old   May 17, 2013, 09:57
Default
  #9
New Member
 
Jakub
Join Date: May 2013
Location: Czech Republic
Posts: 16
Rep Power: 13
jakubstary is on a distinguished road
Please, Aeronautics El. K. don't you have any idea, why Runge Kutta behave strangely for my case?

Thank you.
jakubstary is offline   Reply With Quote

Old   May 17, 2013, 10:16
Default
  #10
Senior Member
 
Lefteris
Join Date: Oct 2011
Location: UK
Posts: 337
Rep Power: 15
Aeronautics El. K. is on a distinguished road
I can't make anything of it yet. I'm reading a little bit on it and I suggest you do the same
__________________
Lefteris

Aeronautics El. K. is offline   Reply With Quote

Old   May 17, 2013, 10:32
Default
  #11
New Member
 
Jakub
Join Date: May 2013
Location: Czech Republic
Posts: 16
Rep Power: 13
jakubstary is on a distinguished road
Aeronautics El. K.: Of course I do the same :-) I'm trying to solve it for about two weeks :-(. Thank you for your willingness to help.

If someone will have some idea or tip for book, where can I find it, please write it here. Many thanks.

Jakub
jakubstary is offline   Reply With Quote

Old   May 17, 2013, 18:32
Default
  #12
New Member
 
Jakub
Join Date: May 2013
Location: Czech Republic
Posts: 16
Rep Power: 13
jakubstary is on a distinguished road
I discovered an interesting thing. I found Masatsuka's code http://www.cfdbooks.com/cfdcodes/oned_euler_v1.f90, where he solve same problem as me. I implemented even Euler method to his code. I compared results obtained using RK2 and Euler method for time discretization and Euler is more accurate. So really advantage of using RK2 and RK4 instead of Euler is probably only possibility using larger timestep (or CFL)? I think that RK2 and RK4 may not be always more accurate.

I don't if this is correct conclusion of my problem :-). Books say something else, but numerical results not.

Jakub
jakubstary is offline   Reply With Quote

Old   August 20, 2019, 05:50
Default
  #13
New Member
 
Marko Josic
Join Date: Dec 2010
Posts: 20
Rep Power: 15
emjay is on a distinguished road
Hello,

this thread is almost 7 years old, but i think it is important knowing the real reason why for hyperbolic PDEs a higher order time integration could be less accurate.

In hyperbolic PDEs solution with discontinuities are possible.
Every spatial discretisation higher than first order produce non-physical solution.
see Godunov's theorem

To ensure Total Variation Diminishing property TVD it is also necessary having a time discretisation which don't violate the TVD property.

For time integration Euler Method (explicit) ensure the TVD Property, and
also higher order Runge Kutta TVD schemes (RK2-TVD and RK3-TVD) are suitable for this class of equations.

Literatur: S. Gottlieb, C.W. Shu, Total variation diminishing Runge-Kutta schemes, Math. Comput. 67 (1998) 73–85.
emjay is offline   Reply With Quote

Old   August 20, 2019, 11:55
Default
  #14
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,781
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by emjay View Post

In hyperbolic PDEs solution with discontinuities are possible.
Every spatial discretisation higher than first order produce non-physical solution.
see Godunov's theorem

Just to address that the Godunov's theorem stated that only linear first order accurate schemes are monotone.

You can have physical solution using higher order non-linear scheme.
FMDenaro is offline   Reply With Quote

Old   August 20, 2019, 16:15
Default
  #15
New Member
 
Marko Josic
Join Date: Dec 2010
Posts: 20
Rep Power: 15
emjay is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
Just to address that the Godunov's theorem stated that only linear first order accurate schemes are monotone.

You can have physical solution using higher order non-linear scheme.
yes that is true, but the flux is "modified" to ensure bounded values.

But to preserve monotonicity it is also necessary having a TVD scheme as temproral Discretization.

And i think that the thread creator have/had this problems with higher order time integration schemes.

https://www.researchgate.net/publica...-Kutta_Schemes
emjay is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
2nd order boundary conditions for 2nd order discretization? quarkz Main CFD Forum 30 December 26, 2011 07:12
1D Burgers euqation with 4th Runge Kutta dokeun Main CFD Forum 3 August 8, 2011 06:34
fractional step method with third order rugne kutta TVD HaKu Main CFD Forum 1 October 18, 2009 19:33
Higher order discretization on staggered grid Chandra Shekhar Main CFD Forum 9 January 27, 2005 16:31
Higher Order FV Schemes for unstructured meshes Apurva Shukla Main CFD Forum 4 December 15, 2000 09:17


All times are GMT -4. The time now is 16:45.