|
[Sponsors] |
March 18, 2008, 03:39 |
Hi All,
I am running an inc
|
#1 |
Senior Member
Senthil Kabilan
Join Date: Mar 2009
Posts: 113
Rep Power: 17 |
Hi All,
I am running an incompressible transient case using icoFoam on 16 processors (Itanium 2, mpirun). The code stalls for a while (roughly 15 -20 mins) when it gets to solving the pressure equations. GAMG: Solving for p, Initial residual = 0.0754381, Final residual = 0.00116701, No Iterations 2 time step continuity errors : sum local = 8.18748e-17, global = -3.0093e-18, cumulative = -1.55931e-16 GAMG: Solving for p, Initial residual = 0.0136584, Final residual = 0.00132829, No Iterations 1 time step continuity errors : sum local = 9.01088e-17, global = 2.14171e-19, cumulative = -1.55717e-16 Basically it takes less time to solve the same problem on one processor than in parallel.Can anyone help me with this? Let me know if you need further information regarding the case. Thanks in advance. Warm Regards, Senthil |
|
March 18, 2008, 04:08 |
Choose other solver on the pre
|
#2 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
Choose other solver on the pressure equation - this one obviously does not work.
Hrv
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
March 20, 2008, 14:35 |
Hi Hrv,
I tried all the oth
|
#3 |
Senior Member
Senthil Kabilan
Join Date: Mar 2009
Posts: 113
Rep Power: 17 |
Hi Hrv,
I tried all the other available solvers for the pressure equation but have the same problem. The fastest is with GAMG on four processors. Any suggestions or thoughts? Regards, Senthil |
|
March 20, 2008, 17:55 |
Even better: a paper with some
|
#4 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
Even better: a paper with some results:
CG-AMG paper You can get one of the test cases Droplet splash test case and all the solvers are checked into the SVN version. Why don't you try to reporoduce the results from the paper and tell me what you see. Please let me know, Hrv
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
March 26, 2008, 12:43 |
Hi Hrv,
I have emailed you
|
#5 |
Senior Member
Senthil Kabilan
Join Date: Mar 2009
Posts: 113
Rep Power: 17 |
Hi Hrv,
I have emailed you the results of the droplet splash test on our Altix Itanium machine for 1,2 and 4 processors. Sorry, it was an excel sheet and I did not know how to upload the file on to the forum. Regards, Senthil |
|
March 26, 2008, 13:09 |
http://www.cfd-online.com/cgi-
|
#6 |
Senior Member
John Deas
Join Date: Mar 2009
Posts: 160
Rep Power: 17 |
||
March 26, 2008, 14:08 |
Hi Hrv,
Here is the attachm
|
#7 |
Senior Member
Senthil Kabilan
Join Date: Mar 2009
Posts: 113
Rep Power: 17 |
||
March 26, 2008, 15:22 |
Hello,
I would like to ask
|
#8 |
Senior Member
Kārlis Repsons
Join Date: Mar 2009
Location: Latvia
Posts: 111
Rep Power: 17 |
Hello,
I would like to ask a question about parallel: when I do mpirun --hostfile <machines> -np <nprocs> .., what is the correspondence of <machines> file entries and processor numbers? Thanks! K. |
|
March 27, 2008, 05:45 |
Running the case droppletSpals
|
#9 |
Senior Member
John Deas
Join Date: Mar 2009
Posts: 160
Rep Power: 17 |
Running the case droppletSpalsh directly, strictly following README guidance I also get this error:
--> FOAM FATAL IO ERROR : Unknown symmetric matrix solver CG Valid symmetric matrix solvers are : 4 ( ICCG smoothSolver PCG GAMG ) file: /home/flurec/commun/vk/08-03/27-dropletSplash/./system/fvSolution::pcorr a t line 27. From function lduMatrix::solver::New in file matrices/lduMatrix/lduMatrix/lduMatrixSolver.C at line 78. What is going on ? |
|
March 27, 2008, 05:53 |
--> FOAM FATAL IO ERROR : Unkn
|
#10 | |
Senior Member
Dragos
Join Date: Mar 2009
Posts: 648
Rep Power: 20 |
Quote:
Dragos |
||
March 27, 2008, 05:57 |
Try this:
- go to OpenFOAM-
|
#11 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
Try this:
- go to OpenFOAM-1.4.1-dev/src and tell me if there is a library called lduSolvers. If so, do wmake libso lduSolvers and make sure the library is compiled. - go to OpenFOAM-1.4.1-dev/applications/solvers/multiphase/interFoam and look at the file Make/options. It should contain a line under EXE_LIBS saying -llduSolvers if so, type wmake and make sure the executable is built. - if you are not running OpenFOAM-1.4.1-dev, you will fail somewhere along the way. If you want to have a go with the legacy solvers, go to the test case and look for the file dropletSplash/fvSolution.oldSolvers and use that for system/fvSolution Hope this helps, Hrv
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
March 27, 2008, 07:22 |
I was using the released versi
|
#12 |
Senior Member
John Deas
Join Date: Mar 2009
Posts: 160
Rep Power: 17 |
I was using the released version (and currently checking out the svn...). Sorry for the noise, and thanks for your comments.
|
|
April 1, 2008, 06:55 |
Thank you Hrvoje.
After my
|
#13 |
Senior Member
John Deas
Join Date: Mar 2009
Posts: 160
Rep Power: 17 |
Thank you Hrvoje.
After my dev version of svn worked, I had to add the -lldusolver to a customized solver. I would'nt have find hit quickly without your post. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
IcoFoam in parallel Issue with speed up | hjasak | OpenFOAM Running, Solving & CFD | 19 | October 11, 2011 18:07 |
Problem with icoFoam | nadine | OpenFOAM Running, Solving & CFD | 1 | August 28, 2008 05:49 |
IcoFoam parallel woes | msrinath80 | OpenFOAM Running, Solving & CFD | 9 | July 22, 2007 03:58 |
A fundamental problem about the UcorrectBoundaryConditions in icoFoam | dbxmcf | OpenFOAM Running, Solving & CFD | 0 | February 26, 2007 23:16 |
Problem in tesing the icoFoam solver | liuzhw | OpenFOAM Running, Solving & CFD | 0 | November 2, 2005 23:33 |