fvMatrixSolve: Set the solver name to that used to solve the components

Resolves bug-report http://bugs.openfoam.org/view.php?id=2189
This commit is contained in:
Henry Weller
2016-08-14 21:39:58 +01:00
parent d8a4643e81
commit 14470c0dda

View File

@ -201,6 +201,7 @@ Foam::SolverPerformance<Type> Foam::fvMatrix<Type>::solveSegregated
}
solverPerfVec.replace(cmpt, solverPerf);
solverPerfVec.solverName() = solverPerf.solverName();
psi.primitiveFieldRef().replace(cmpt, psiCmpt);
diag() = saveDiag;