mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: Cs: use PBiCGStab for tight tolerance
This commit is contained in:
@ -18,7 +18,8 @@ solvers
|
|||||||
{
|
{
|
||||||
Cs
|
Cs
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
//solver PBiCG;
|
||||||
|
solver PBiCGStab;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
minIter 0;
|
minIter 0;
|
||||||
maxIter 2000;
|
maxIter 2000;
|
||||||
|
|||||||
Reference in New Issue
Block a user