ENH: Updated coalChemistryFoam re: finalIter

This commit is contained in:
andy
2011-03-24 14:32:19 +00:00
parent 6daa99f1cf
commit a815e6c23e
2 changed files with 2 additions and 2 deletions

View File

@ -13,5 +13,5 @@
if (momentumPredictor)
{
solve(UEqn == -fvc::grad(p), mesh.solver(U.select(finalIter)));
solve(UEqn == -fvc::grad(p));
}

View File

@ -15,7 +15,7 @@
hsEqn.relax();
hsEqn.solve(mesh.solver(hs.select(finalIter)));
hsEqn.solve();
thermo.correct();