TUT: turbulentFlatPlate: tighten solver settings for epsilon (fixes #2810)

This commit is contained in:
Kutalmis Bercin
2023-06-20 17:33:39 +01:00
parent 3de090e602
commit 32386d0b39

View File

@ -30,7 +30,7 @@ solvers
mergeLevels 1; mergeLevels 1;
} }
"(U|k|epsilon|R|nuTilda)" "(U|R|nuTilda)"
{ {
solver smoothSolver; solver smoothSolver;
smoother symGaussSeidel; smoother symGaussSeidel;
@ -38,7 +38,7 @@ solvers
relTol 0.1; relTol 0.1;
} }
omega "(omega|epsilon|k)"
{ {
solver PBiCGStab; solver PBiCGStab;
preconditioner DILU; preconditioner DILU;