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:
parent
d8a4643e81
commit
14470c0dda
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue