3 mesh.data::add("finalIteration", true);
7 for (int nonOrth=0; nonOrth<=nNonOrthCorr; nonOrth++)
9 tmp<fvScalarMatrix> TEqn
12 - fvm::laplacian(K, T)
15 TEqn().solve(mesh.solver(T.select(finalIter)));
18 Info<< "Min/max T:" << min(T) << ' ' << max(T) << endl;
25 mesh.data::remove("finalIteration");