|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Sylvain
Join Date: Sep 2014
Posts: 5
Rep Power: 13 ![]() |
Hi,
I want to use pisoFoam with periodic boundary conditions. I usually use simpleFoam or pimpleFoam using the momentumSource into the fvOptions file, but it doesn't seem to be available with pisoFoam. Can anyone confirm that? Do i need to implement the momentum source directly into the solver ? Thanks Sylvain |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
|
Hi,
No, there is no fvOptions functionality available in pisoFoam. Though, if you set nOuterCorrectors to 1, you can turn pimpleFoam into pisoFoam. Below is an excerpt from pimpleControl.C: Code:
if (nCorrPIMPLE_ > 1)
{
...
}
else
{
Info<< nl << algorithmName_ << ": Operating solver in PISO mode" << nl
<< endl;
}
|
|
|
|
|
|
|
|
|
#3 |
|
New Member
Sylvain
Join Date: Sep 2014
Posts: 5
Rep Power: 13 ![]() |
Thanks Alexey
|
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GPU Linear Solvers for OpenFOAM | gocarts | OpenFOAM Announcements from Other Sources | 37 | August 17, 2022 15:22 |
| Source Term to pisoFoam | desanga | OpenFOAM Programming & Development | 3 | October 11, 2014 10:26 |
| [swak4Foam] Error bulding swak4Foam | sfigato | OpenFOAM Community Contributions | 18 | August 22, 2013 13:41 |
| Gravity source term in PisoFoam | DanM | OpenFOAM Running, Solving & CFD | 4 | May 24, 2013 12:30 |
| UDFs for Scalar Eqn - Fluid/Solid HT | Greg Perkins | FLUENT | 0 | October 11, 2000 04:43 |