diff --git a/tutorials/incompressible/pimpleFoam/t-junction/system/fvSolution b/tutorials/incompressible/pimpleFoam/t-junction/system/fvSolution index 8072f94fa..0f42d25ee 100644 --- a/tutorials/incompressible/pimpleFoam/t-junction/system/fvSolution +++ b/tutorials/incompressible/pimpleFoam/t-junction/system/fvSolution @@ -28,7 +28,6 @@ solvers agglomerator faceAreaPair; mergeLevels 1; } - pFinal { solver GAMG; @@ -40,7 +39,6 @@ solvers agglomerator faceAreaPair; mergeLevels 1; } - U { solver BiCGStab; @@ -48,7 +46,6 @@ solvers tolerance 1e-05; relTol 0.1; } - UFinal { solver BiCGStab; @@ -56,7 +53,6 @@ solvers tolerance 1e-05; relTol 0; } - k { solver BiCGStab; @@ -64,7 +60,6 @@ solvers tolerance 1e-05; relTol 0; } - epsilon { solver BiCGStab; @@ -85,10 +80,16 @@ PIMPLE relaxationFactors { - U 1; - UFinal 1; - k 1; - epsilon 1; + equations + { + U 1; + UFinal 1; + k 1; + epsilon 1; + } + fields + { + } }