|
[Sponsors] |
March 3, 2021, 13:31 |
pisoFoam OF4 vs OF8
|
#1 |
New Member
Mattia Fabrizio Ciarlatani
Join Date: May 2020
Posts: 7
Rep Power: 6 |
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 |
|
March 22, 2021, 14:33 |
|
#2 |
New Member
Mattia Fabrizio Ciarlatani
Join Date: May 2020
Posts: 7
Rep Power: 6 |
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()))); Code:
pEqn.solve(); You can find more information here (comparison OF6 - OF7) https://github.com/OpenFOAM/OpenFOAM...358d352d534f75 |
|
|
|
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 |