|
[Sponsors] |
July 30, 2014, 04:59 |
PIMPLE: Operating solver in PISO mode
|
#1 |
Member
Thangam Natarajan
Join Date: Dec 2010
Location: Perth
Posts: 70
Rep Power: 17 |
Why does this happen?
Code:
PIMPLE: Operating solver in PISO mode Thanks. Thangam |
|
July 30, 2014, 05:27 |
|
#2 |
Senior Member
|
Hi,
take a look at $FOAM_SRC/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C. Here is an excerpt from the constructor: Code:
if (nCorrPIMPLE_ > 1) { ... } else { Info<< nl << algorithmName_ << ": Operating solver in PISO mode" << nl << endl; } Code:
nCorrPIMPLE_ = pimpleDict.lookupOrDefault<label>("nOuterCorrectors", 1); |
|
July 30, 2014, 23:11 |
|
#3 |
Member
Thangam Natarajan
Join Date: Dec 2010
Location: Perth
Posts: 70
Rep Power: 17 |
Thanks a lot! Makes more sense now!
Thangam. |
|
August 20, 2015, 08:04 |
i didn't understand the solution of the above post
|
#4 |
New Member
nirbhay tiwary
Join Date: Aug 2015
Posts: 24
Rep Power: 11 |
i m having the same problem....can anyone tell its exact solution
|
|
November 25, 2015, 10:20 |
|
#5 |
New Member
Join Date: Aug 2015
Posts: 17
Rep Power: 11 |
Hi nirbhay,
you should simply go to your fvSolution file and add in your PIMPLE sub-dictionnary : Code:
nOuterCorrectors 2; (or even more Correctors) |
|
June 22, 2018, 02:39 |
|
#6 |
Member
Vivek
Join Date: Mar 2018
Location: India
Posts: 54
Rep Power: 8 |
Valuable inforamation ..keep doing
|
|
June 22, 2018, 05:30 |
|
#7 |
Senior Member
Robert
Join Date: May 2015
Location: Bremen, GER
Posts: 292
Rep Power: 12 |
Hello nirbhay,
take a look at the book Mathematics, Numerics, Derivations and OpenFOAMŽ by Tobias Holzmann. It has a pretty good explanation how pimpleFOAM works. |
|
Tags |
pimple. openfoam, pisofoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
On the pimpleFoam solution algorithm | vkrastev | OpenFOAM Running, Solving & CFD | 17 | November 15, 2012 05:25 |
OpenCL linear solver for OpenFoam 1.7 (alpha) will come out very soon | qinmaple | OpenFOAM Announcements from Other Sources | 4 | August 10, 2012 12:00 |
CFX 5.5 | Roued | CFX | 1 | October 2, 2001 17:49 |
Setting a B.C using UserFortran in 4.3 | tokai | CFX | 10 | July 17, 2001 17:25 |
Error during Solver | cfd guy | CFX | 4 | May 8, 2001 07:04 |