mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated coalChemistryFoam re: finalIter
This commit is contained in:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user