Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
14470c0d
Commit
14470c0d
authored
Aug 14, 2016
by
Henry Weller
Browse files
fvMatrixSolve: Set the solver name to that used to solve the components
Resolves bug-report
http://bugs.openfoam.org/view.php?id=2189
parent
d8a4643e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/fvMatrices/fvMatrix/fvMatrixSolve.C
View file @
14470c0d
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment