CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Does PISO algorithm work with interfoam in openFOAM 2.1.0? (https://www.cfd-online.com/Forums/openfoam-solving/103183-does-piso-algorithm-work-interfoam-openfoam-2-1-0-a.html)

Krishna Sandeep June 13, 2012 00:35

Does PISO algorithm work with interfoam in openFOAM 2.1.0?
 
Hello everyone :)
I have been using openFOAM to simulate a dam break problem. The issue is that i used PISO algorithm in the "fvSolutions" file and used interFOAM as the solver. When I tried to run the program, an error message crept in as follows:
" keyword PIMPLE undefined in the file ..\fvsolutions"
But when I tried to run the same code in FOAM 1.7.x, I could see the results. What could possibly be the reason?
Please reply.....
Thank u in advance :)

akidess June 13, 2012 02:40

Solver structure changed from 1.7.x to 2.1.x, and PISO was replaced by PIMPLE. Adapt your case to the new solver - see the interFoam tutorial as a guideline.

Phicau June 13, 2012 02:50

Hi Krishna

just change PISO for PIMPLE within fvSolution and everything will run again. Furthermore, PIMPLE is a merging of PISO and SIMPLE algorithms, if you do not specify any overrelaxation factor you will still use PISO: when the simulation starts you can read - PIMPLE: Operating solver in PISO mode

Krishna Sandeep June 14, 2012 01:32

Thank u everyone :) I shall try using PIMPLE.... :)


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