PBiCGStab: Instantiate for symmetric and asymmetric matrices
PBiCGStab has proved more reliable than PCG for solving the pressure equation in compressible systems.
This commit is contained in:
parent
b053ad0356
commit
0d4b7cbab1
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2016 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
|
|
@ -31,6 +31,9 @@ namespace Foam
|
|||
{
|
||||
defineTypeNameAndDebug(PBiCGStab, 0);
|
||||
|
||||
lduMatrix::solver::addsymMatrixConstructorToTable<PBiCGStab>
|
||||
addPBiCGStabSymMatrixConstructorToTable_;
|
||||
|
||||
lduMatrix::solver::addasymMatrixConstructorToTable<PBiCGStab>
|
||||
addPBiCGStabAsymMatrixConstructorToTable_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue