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

Most common ODE solver

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 3, 2012, 09:02
Default Most common ODE solver
  #1
New Member
 
Nereus
Join Date: Sep 2011
Posts: 18
Rep Power: 14
Nereus is on a distinguished road
It's my understanding that the method of lines is quite commonly used in CFD. What is the most common ODE solver used with this approach? For example, LSODA, VODE, or simply 4th order Runge-Kutta?
Nereus is offline   Reply With Quote

Old   February 3, 2012, 09:12
Default
  #2
Senior Member
 
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20
cfdnewbie is on a distinguished road
Quote:
Originally Posted by Nereus View Post
It's my understanding that the method of lines is quite commonly used in CFD. What is the most common ODE solver used with this approach? For example, LSODA, VODE, or simply 4th order Runge-Kutta?

from my experience, RK4 is high up on the list!
cfdnewbie is offline   Reply With Quote

Old   February 3, 2012, 14:11
Default
  #3
Member
 
Join Date: Nov 2011
Location: Czech Republic
Posts: 97
Rep Power: 14
Sixkillers is on a distinguished road
It also depends on solved equations. If a problem is stiff, implicit numerical methods are more suitable for that task. For non-stiff problems Dorman-Prince method is the first shot integrator in many numerical solvers.
Sixkillers is offline   Reply With Quote

Old   February 3, 2012, 17:56
Default
  #4
Senior Member
 
Join Date: Aug 2011
Posts: 272
Rep Power: 15
leflix is on a distinguished road
Quote:
Originally Posted by cfdnewbie View Post
from my experience, RK4 is high up on the list!
Yes I agree with cfdnewbie. RK4 is known to be the most accurate method (if you exclude RK5, RK6 etc....)
But if you plan to use it to solve Navier-Stokes equations in an explicit way, RK4 is quite expensive in CPU time and storage. A special RK3 method has been specifically designed to lower that cost.
leflix is offline   Reply With Quote

Old   February 3, 2012, 18:05
Default
  #5
Senior Member
 
Join Date: Aug 2011
Posts: 272
Rep Power: 15
leflix is on a distinguished road
Dormand-Prince method is linked to RK method familly and seems to be more expensive than RK4. check this link for a gpl subroutine using this method.
http://www.unige.ch/~hairer/prog/nonstiff/dopri5.f
RK4 can be coded with 20 lines !!!
leflix 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
ODE solver coefficients mrangitschdowcom OpenFOAM Running, Solving & CFD 2 August 18, 2013 22:16
Working directory via command line Luiz CFX 4 March 6, 2011 20:02
Problem implementing CVODE ODE solver markusrehm OpenFOAM 20 October 13, 2010 17:02
Creating New Solver: For particle-laden compressible jets sankarv OpenFOAM 0 April 4, 2010 18:06
why the solver reject it? Anyone with experience? bearcat CFX 6 April 28, 2008 14:08


All times are GMT -4. The time now is 18:29.