Do not use UFinal in icoFoam
This commit is contained in:
parent
6fed6d347f
commit
3164a80459
1 changed files with 1 additions and 4 deletions
|
@ -105,10 +105,7 @@ int main(int argc, char *argv[])
|
|||
);
|
||||
|
||||
pEqn.setReference(pRefCell, pRefValue);
|
||||
pEqn.solve
|
||||
(
|
||||
mesh.solutionDict().solver(p.select(piso.finalInnerIter()))
|
||||
);
|
||||
pEqn.solve();
|
||||
|
||||
if (piso.finalNonOrthogonalIter())
|
||||
{
|
||||
|
|
Reference in a new issue