Changed solver settings in problematic viscoelastic tutorials
This commit is contained in:
parent
5d2e6afc90
commit
7f766c4a0e
25 changed files with 61 additions and 265 deletions
|
@ -1,6 +1,6 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||||
| \\ / O peration | Version: 1.6-ext |
|
||||
| \\ / A nd | Web: www.extend-project.de |
|
||||
| \\/ M anipulation | |
|
||||
|
|
|
@ -20,20 +20,7 @@ solvers
|
|||
p
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner
|
||||
{
|
||||
// preconditioner Cholesky;
|
||||
preconditioner AMG;
|
||||
cycle W-cycle;
|
||||
policy AAMG;
|
||||
nPreSweeps 0;
|
||||
nPostSweeps 2;
|
||||
groupSize 4;
|
||||
minCoarseEqns 20;
|
||||
nMaxLevels 100;
|
||||
scale off;
|
||||
smoother ILU;
|
||||
}
|
||||
preconditioner Cholesky;
|
||||
|
||||
tolerance 1e-07;
|
||||
relTol 0;
|
||||
|
@ -45,10 +32,7 @@ solvers
|
|||
{
|
||||
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -59,10 +43,7 @@ solvers
|
|||
Sfirst
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -73,10 +54,7 @@ solvers
|
|||
Ssecond
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -87,10 +65,7 @@ solvers
|
|||
Sthird
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -101,10 +76,7 @@ solvers
|
|||
Sfourth
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -115,10 +87,7 @@ solvers
|
|||
Lambdafirst
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -129,10 +98,7 @@ solvers
|
|||
Lambdasecond
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -143,10 +109,7 @@ solvers
|
|||
Lambdathird
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -157,10 +120,7 @@ solvers
|
|||
Lambdafourth
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||||
| \\ / O peration | Version: 1.6-ext |
|
||||
| \\ / A nd | Web: www.extend-project.de |
|
||||
| \\/ M anipulation | |
|
||||
|
|
|
@ -20,20 +20,7 @@ solvers
|
|||
p
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner
|
||||
{
|
||||
// preconditioner Cholesky;
|
||||
preconditioner AMG;
|
||||
cycle W-cycle;
|
||||
policy AAMG;
|
||||
nPreSweeps 0;
|
||||
nPostSweeps 2;
|
||||
groupSize 4;
|
||||
minCoarseEqns 20;
|
||||
nMaxLevels 100;
|
||||
scale off;
|
||||
smoother ILU;
|
||||
}
|
||||
preconditioner Cholesky;
|
||||
|
||||
tolerance 1e-07;
|
||||
relTol 0;
|
||||
|
@ -45,10 +32,7 @@ solvers
|
|||
{
|
||||
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -60,10 +44,7 @@ solvers
|
|||
{
|
||||
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||||
| \\ / O peration | Version: 1.6-ext |
|
||||
| \\ / A nd | Web: www.extend-project.de |
|
||||
| \\/ M anipulation | |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||||
| \\ / O peration | Version: 1.6-ext |
|
||||
| \\ / A nd | Web: www.extend-project.de |
|
||||
| \\/ M anipulation | |
|
||||
|
|
|
@ -20,20 +20,7 @@ solvers
|
|||
p
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner
|
||||
{
|
||||
// preconditioner Cholesky;
|
||||
preconditioner AMG;
|
||||
cycle W-cycle;
|
||||
policy AAMG;
|
||||
nPreSweeps 0;
|
||||
nPostSweeps 2;
|
||||
groupSize 4;
|
||||
minCoarseEqns 20;
|
||||
nMaxLevels 100;
|
||||
scale off;
|
||||
smoother ILU;
|
||||
}
|
||||
preconditioner Cholesky;
|
||||
|
||||
tolerance 1e-07;
|
||||
relTol 0;
|
||||
|
@ -45,10 +32,7 @@ solvers
|
|||
{
|
||||
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -59,10 +43,7 @@ solvers
|
|||
taufirst
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -73,10 +54,7 @@ solvers
|
|||
tausecond
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -87,10 +65,7 @@ solvers
|
|||
tauthird
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -101,10 +76,7 @@ solvers
|
|||
taufourth
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||||
| \\ / O peration | Version: 1.6-ext |
|
||||
| \\ / A nd | Web: www.extend-project.de |
|
||||
| \\/ M anipulation | |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||||
| \\ / O peration | Version: 1.6-ext |
|
||||
| \\ / A nd | Web: www.extend-project.de |
|
||||
| \\/ M anipulation | |
|
||||
|
|
|
@ -20,20 +20,7 @@ solvers
|
|||
p
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner
|
||||
{
|
||||
// preconditioner Cholesky;
|
||||
preconditioner AMG;
|
||||
cycle W-cycle;
|
||||
policy AAMG;
|
||||
nPreSweeps 0;
|
||||
nPostSweeps 2;
|
||||
groupSize 4;
|
||||
minCoarseEqns 20;
|
||||
nMaxLevels 100;
|
||||
scale off;
|
||||
smoother ILU;
|
||||
}
|
||||
preconditioner Cholesky;
|
||||
|
||||
tolerance 1e-07;
|
||||
relTol 0;
|
||||
|
@ -45,10 +32,7 @@ solvers
|
|||
{
|
||||
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -60,10 +44,7 @@ solvers
|
|||
{
|
||||
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||||
| \\ / O peration | Version: 1.6-ext |
|
||||
| \\ / A nd | Web: www.extend-project.de |
|
||||
| \\/ M anipulation | |
|
||||
|
|
|
@ -20,7 +20,7 @@ solvers
|
|||
p
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner Cholesky
|
||||
preconditioner Cholesky;
|
||||
|
||||
tolerance 1e-07;
|
||||
relTol 0;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||||
| \\ / O peration | Version: 1.6-ext |
|
||||
| \\ / A nd | Web: www.extend-project.de |
|
||||
| \\/ M anipulation | |
|
||||
|
|
|
@ -20,20 +20,7 @@ solvers
|
|||
p
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
// preconditioner AMG;
|
||||
cycle W-cycle;
|
||||
policy AAMG;
|
||||
nPreSweeps 0;
|
||||
nPostSweeps 2;
|
||||
groupSize 4;
|
||||
minCoarseEqns 20;
|
||||
nMaxLevels 100;
|
||||
scale off;
|
||||
smoother ILU;
|
||||
}
|
||||
preconditioner Cholesky;
|
||||
|
||||
tolerance 1e-07;
|
||||
relTol 0;
|
||||
|
@ -45,10 +32,7 @@ solvers
|
|||
{
|
||||
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -59,10 +43,7 @@ solvers
|
|||
taufirst
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -73,10 +54,7 @@ solvers
|
|||
tausecond
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -87,10 +65,7 @@ solvers
|
|||
tauthird
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -101,10 +76,7 @@ solvers
|
|||
taufourth
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||||
| \\ / O peration | Version: 1.6-ext |
|
||||
| \\ / A nd | Web: www.extend-project.de |
|
||||
| \\/ M anipulation | |
|
||||
|
@ -46,4 +46,5 @@ boundaryField
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||||
| \\ / O peration | Version: 1.6-ext |
|
||||
| \\ / A nd | Web: www.extend-project.de |
|
||||
| \\/ M anipulation | |
|
||||
|
@ -46,4 +46,5 @@ boundaryField
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||||
| \\ / O peration | Version: 1.6-ext |
|
||||
| \\ / A nd | Web: www.extend-project.de |
|
||||
| \\/ M anipulation | |
|
||||
|
|
|
@ -20,20 +20,7 @@ solvers
|
|||
p
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner
|
||||
{
|
||||
// preconditioner Cholesky;
|
||||
preconditioner AMG;
|
||||
cycle W-cycle;
|
||||
policy AAMG;
|
||||
nPreSweeps 0;
|
||||
nPostSweeps 2;
|
||||
groupSize 4;
|
||||
minCoarseEqns 20;
|
||||
nMaxLevels 100;
|
||||
scale off;
|
||||
smoother ILU;
|
||||
}
|
||||
preconditioner Cholesky;
|
||||
|
||||
tolerance 1e-07;
|
||||
relTol 0;
|
||||
|
@ -45,10 +32,7 @@ solvers
|
|||
{
|
||||
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -60,10 +44,7 @@ solvers
|
|||
{
|
||||
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||||
| \\ / O peration | Version: 1.6-ext |
|
||||
| \\ / A nd | Web: www.extend-project.de |
|
||||
| \\/ M anipulation | |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||||
| \\ / O peration | Version: 1.6-ext |
|
||||
| \\ / A nd | Web: www.extend-project.de |
|
||||
| \\/ M anipulation | |
|
||||
|
|
|
@ -20,20 +20,7 @@ solvers
|
|||
p
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner
|
||||
{
|
||||
// preconditioner Cholesky;
|
||||
preconditioner AMG;
|
||||
cycle W-cycle;
|
||||
policy AAMG;
|
||||
nPreSweeps 0;
|
||||
nPostSweeps 2;
|
||||
groupSize 4;
|
||||
minCoarseEqns 20;
|
||||
nMaxLevels 100;
|
||||
scale off;
|
||||
smoother ILU;
|
||||
}
|
||||
preconditioner Cholesky;
|
||||
|
||||
tolerance 1e-07;
|
||||
relTol 0;
|
||||
|
@ -45,10 +32,7 @@ solvers
|
|||
{
|
||||
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -60,10 +44,7 @@ solvers
|
|||
{
|
||||
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||||
| \\ / O peration | Version: 1.6-ext |
|
||||
| \\ / A nd | Web: www.extend-project.de |
|
||||
| \\/ M anipulation | |
|
||||
|
|
|
@ -20,7 +20,7 @@ solvers
|
|||
p
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner DIC;
|
||||
preconditioner Cholesky;
|
||||
|
||||
tolerance 1e-07;
|
||||
relTol 0;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||||
| \\ / O peration | Version: 1.6-ext |
|
||||
| \\ / A nd | Web: www.extend-project.de |
|
||||
| \\/ M anipulation | |
|
||||
|
|
|
@ -20,20 +20,7 @@ solvers
|
|||
p
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner
|
||||
{
|
||||
// preconditioner Cholesky;
|
||||
preconditioner AMG;
|
||||
cycle W-cycle;
|
||||
policy AAMG;
|
||||
nPreSweeps 0;
|
||||
nPostSweeps 2;
|
||||
groupSize 4;
|
||||
minCoarseEqns 20;
|
||||
nMaxLevels 100;
|
||||
scale off;
|
||||
smoother ILU;
|
||||
}
|
||||
preconditioner Cholesky;
|
||||
|
||||
tolerance 1e-07;
|
||||
relTol 0;
|
||||
|
@ -45,10 +32,7 @@ solvers
|
|||
{
|
||||
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -59,10 +43,7 @@ solvers
|
|||
taufirst
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -73,10 +54,7 @@ solvers
|
|||
tausecond
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -87,10 +65,7 @@ solvers
|
|||
tauthird
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -101,10 +76,7 @@ solvers
|
|||
taufourth
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -115,10 +87,7 @@ solvers
|
|||
taufifth
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
@ -129,10 +98,7 @@ solvers
|
|||
tausixth
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner
|
||||
{
|
||||
preconditioner Cholesky;
|
||||
}
|
||||
preconditioner ILU0;
|
||||
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
|
Reference in a new issue