From ad42db8f07f5e928c7d78d284a036447ca47e6fd Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 30 Jun 2008 11:16:12 +0100 Subject: [PATCH] fix typo in p solver selection --- tutorials/rasCavitatingFoam/throttle/system/fvSolution | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/rasCavitatingFoam/throttle/system/fvSolution b/tutorials/rasCavitatingFoam/throttle/system/fvSolution index ecacbfeb1d..f6bad1ada0 100644 --- a/tutorials/rasCavitatingFoam/throttle/system/fvSolution +++ b/tutorials/rasCavitatingFoam/throttle/system/fvSolution @@ -46,7 +46,7 @@ solvers p GAMG { - preconditioner 1e-5; + tolerance 1e-8; relTol 0; smoother GaussSeidel;