Do not use UFinal in icoFoam

This commit is contained in:
Hrvoje Jasak 2019-07-30 11:44:34 +01:00
parent 6fed6d347f
commit 3164a80459

View file

@ -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())
{