CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

PIMPLE: Operating solver in PISO mode

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 1 Post By alexeym
  • 1 Post By user10600
  • 2 Post By RobertHB

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 30, 2014, 03:59
Default PIMPLE: Operating solver in PISO mode
  #1
Member
 
Thangam Natarajan
Join Date: Dec 2010
Location: Perth
Posts: 70
Rep Power: 16
Thangam is on a distinguished road
Why does this happen?
Code:
PIMPLE: Operating solver in PISO mode

Thanks.
Thangam
Thangam is offline   Reply With Quote

Old   July 30, 2014, 04:27
Default
  #2
Senior Member
 
Alexey Matveichev
Join Date: Aug 2011
Location: Nancy, France
Posts: 1,938
Rep Power: 39
alexeym has a spectacular aura aboutalexeym has a spectacular aura about
Send a message via Skype™ to alexeym
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;
    }
where nCorrPIMPLE is

Code:
nCorrPIMPLE_ = pimpleDict.lookupOrDefault<label>("nOuterCorrectors", 1);
So if you have number of outer correctors below 2, algorithm will operate in PISO mode.
vivek05 likes this.
alexeym is offline   Reply With Quote

Old   July 30, 2014, 22:11
Default
  #3
Member
 
Thangam Natarajan
Join Date: Dec 2010
Location: Perth
Posts: 70
Rep Power: 16
Thangam is on a distinguished road
Thanks a lot! Makes more sense now!

Thangam.
Thangam is offline   Reply With Quote

Old   August 20, 2015, 07:04
Default i didn't understand the solution of the above post
  #4
New Member
 
nirbhay tiwary
Join Date: Aug 2015
Posts: 24
Rep Power: 11
nctiwary is on a distinguished road
i m having the same problem....can anyone tell its exact solution
nctiwary is offline   Reply With Quote

Old   November 25, 2015, 09:20
Default
  #5
New Member
 
Join Date: Aug 2015
Posts: 17
Rep Power: 11
user10600 is on a distinguished road
Hi nirbhay,



you should simply go to your fvSolution file and add in your PIMPLE sub-dictionnary :

Code:
nOuterCorrectors         2;

(or even more Correctors)
vivek05 likes this.
user10600 is offline   Reply With Quote

Old   June 22, 2018, 01:39
Default
  #6
Member
 
Vivek
Join Date: Mar 2018
Location: India
Posts: 54
Rep Power: 8
vivek05 is on a distinguished road
Valuable inforamation ..keep doing
vivek05 is offline   Reply With Quote

Old   June 22, 2018, 04:30
Default
  #7
Senior Member
 
Robert
Join Date: May 2015
Location: Bremen, GER
Posts: 292
Rep Power: 12
RobertHB is on a distinguished road
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.
Robin.Kamenicky and 570456147 like this.
RobertHB is offline   Reply With Quote

Reply

Tags
pimple. openfoam, pisofoam


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
On the pimpleFoam solution algorithm vkrastev OpenFOAM Running, Solving & CFD 17 November 15, 2012 04:25
OpenCL linear solver for OpenFoam 1.7 (alpha) will come out very soon qinmaple OpenFOAM Announcements from Other Sources 4 August 10, 2012 11:00
CFX 5.5 Roued CFX 1 October 2, 2001 16:49
Setting a B.C using UserFortran in 4.3 tokai CFX 10 July 17, 2001 16:25
Error during Solver cfd guy CFX 4 May 8, 2001 06:04


All times are GMT -4. The time now is 20:40.