|
[Sponsors] |
April 6, 2003, 09:35 |
Need ODE solver
|
#1 |
Guest
Posts: n/a
|
Hi all, I am looking for an ODE solver for large systems (maybe stiff). The number of ordinary diff. equations is ~ 10^6. For solving we have a parallel cluster with 64 CPU. Does anyone know where to find such code? Thanks in advance.
|
|
April 7, 2003, 15:02 |
Re: Need ODE solver
|
#2 |
Guest
Posts: n/a
|
Hi Levi
If you are working in fortran then u can use lsoda.f available on net. It employs Gears adaptive time step method used for stiff odes. Although C versions of the code is also available,I am not sure about its implementation. Manan |
|
April 9, 2003, 09:37 |
Re: Need ODE solver
|
#3 |
Guest
Posts: n/a
|
Thank you, Manan. I know lsoda.f, lsode.f, etc codes and I use its for a long time. But all such codes are aimed at full matrixes. They contain long working arrays (~ 2*N^2). If N~10^6 it is obviously that there are not enough memory. I've very sparse matrix when only 7 elements from a million are non-zero in the each line. Are there any special solvers for such case?
|
|
April 9, 2003, 23:38 |
Re: Need ODE solver
|
#4 |
Guest
Posts: n/a
|
Hi Levi,
lsoda solved my problem so i didnt look anywhere else.I know a group working in my deptt which uses ode solvers and are abreast with latest development in this field. If you want the contact just mail me and I can send it to u. Manan |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ODE solver coefficients | mrangitschdowcom | OpenFOAM Running, Solving & CFD | 2 | August 18, 2013 23:16 |
Working directory via command line | Luiz | CFX | 4 | March 6, 2011 21:02 |
Problem implementing CVODE ODE solver | markusrehm | OpenFOAM | 20 | October 13, 2010 18:02 |
Creating New Solver: For particle-laden compressible jets | sankarv | OpenFOAM | 0 | April 4, 2010 19:06 |
why the solver reject it? Anyone with experience? | bearcat | CFX | 6 | April 28, 2008 15:08 |