Skip to content
Snippets Groups Projects
Commit a815e6c2 authored by andy's avatar andy
Browse files

ENH: Updated coalChemistryFoam re: finalIter

parent 6daa99f1
Branches
Tags
No related merge requests found
......@@ -13,5 +13,5 @@
if (momentumPredictor)
{
solve(UEqn == -fvc::grad(p), mesh.solver(U.select(finalIter)));
solve(UEqn == -fvc::grad(p));
}
......@@ -15,7 +15,7 @@
hsEqn.relax();
hsEqn.solve(mesh.solver(hs.select(finalIter)));
hsEqn.solve();
thermo.correct();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment