mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Updated solver for coupled-solve case
This commit is contained in:
@ -36,7 +36,7 @@ solvers
|
|||||||
U
|
U
|
||||||
{
|
{
|
||||||
type coupled;
|
type coupled;
|
||||||
solver PBiCCG;
|
solver PBiCCCG;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance (1e-05 1e-05 1e-05);
|
tolerance (1e-05 1e-05 1e-05);
|
||||||
relTol (0 0 0);
|
relTol (0 0 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user