From 77a51c3c9ebd1442bde55588b030667f0977084e Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Wed, 1 Aug 2018 18:28:39 +0100 Subject: [PATCH] Fixed tutorial errors --- .../pimpleFoam/t-junction/system/fvSolution | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) 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 + { + } }