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

pisoFoam OF4 vs OF8

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By mattiafc

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 3, 2021, 13:31
Default pisoFoam OF4 vs OF8
  #1
New Member
 
Mattia Fabrizio Ciarlatani
Join Date: May 2020
Posts: 7
Rep Power: 6
mattiafc is on a distinguished road
Good morning dear foamers,

I am porting a solver from OF4 to OF8. The code I'm using is a modification of the pisoFOAM solver. While doing this, I notice that the solution from pisoFoam in OpenFOAM 4 vs pisoFoam in OpenFOAM 8 (and also OpenFOAM 7) greatly differs in the first few iterations. The velocity magnitude predicted by OF4 is much bigger than the one predicted by OF8. Both setups are identical.
This prologue brings me to ask this question: are you (pisoFoam users) aware of any major difference bewteen pisoFoam implementation in OF4 and OF 8 (or 7)? I already checked the patch notes from the various release but there is nothing in there

Thanks,
Mattia
sourav90 likes this.
mattiafc is offline   Reply With Quote

Old   March 22, 2021, 14:33
Cool
  #2
New Member
 
Mattia Fabrizio Ciarlatani
Join Date: May 2020
Posts: 7
Rep Power: 6
mattiafc is on a distinguished road
Hi everyone,

There is a substantial difference between OF4,5 and 6 and OF7. Now pisoFoam (and many other solvers) does not need the line


Code:
pEqn.solve(mesh.solver(p.select(piso.finalInnerIter())));
to use specific settings for the final nonOrthogonal correction, as that line has been substituted with


Code:
pEqn.solve();
and sovlers now are able to automatically handle different fvSolution settings for the final nonOrthogonal correction.

You can find more information here (comparison OF6 - OF7)
https://github.com/OpenFOAM/OpenFOAM...358d352d534f75
mattiafc is offline   Reply With Quote

Reply


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
Differences in solution method for pisoFoam and buoyantBoussinesqPisoFoam mchurchf OpenFOAM 7 August 6, 2023 10:12
pisoFoam and pimpleFoam are unstable in foam-extend 4.0/4.1 (misunderstanding ?) Kombinator OpenFOAM Running, Solving & CFD 4 January 14, 2021 05:10
How can I get stedaystate solution from pisoFoam? mykkujinu2201 OpenFOAM Running, Solving & CFD 1 December 8, 2015 08:37
pisoFoam, pimpleFoam - Fluent user's questions RodriguezFatz OpenFOAM Running, Solving & CFD 0 September 4, 2013 05:26
pisoFoam compiling error with OF 1.7.1 on MAC OSX Greg Givogue OpenFOAM Programming & Development 3 March 4, 2011 18:18


All times are GMT -4. The time now is 21:48.