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.setReference(pRefCell, pRefValue);
|
||||||
pEqn.solve
|
pEqn.solve();
|
||||||
(
|
|
||||||
mesh.solutionDict().solver(p.select(piso.finalInnerIter()))
|
|
||||||
);
|
|
||||||
|
|
||||||
if (piso.finalNonOrthogonalIter())
|
if (piso.finalNonOrthogonalIter())
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue