From b501c169e50fbca6d151cc41c6db76efdeedd3ef Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 10 Dec 2012 17:19:59 +0000 Subject: [PATCH 1/2] BUG: Updated solver for coupled-solve case --- .../pisoFoam/ras/cavityCoupledU/system/fvSolution | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/incompressible/pisoFoam/ras/cavityCoupledU/system/fvSolution b/tutorials/incompressible/pisoFoam/ras/cavityCoupledU/system/fvSolution index dc8a5f5eb6..a115a11a44 100644 --- a/tutorials/incompressible/pisoFoam/ras/cavityCoupledU/system/fvSolution +++ b/tutorials/incompressible/pisoFoam/ras/cavityCoupledU/system/fvSolution @@ -36,7 +36,7 @@ solvers U { type coupled; - solver PBiCCG; + solver PBiCCCG; preconditioner DILU; tolerance (1e-05 1e-05 1e-05); relTol (0 0 0); From 5e71baeb5dab67890cdbf0aff86bfe0ed9e3e4e1 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 10 Dec 2012 17:20:20 +0000 Subject: [PATCH 2/2] BUG: Corrected typo - sytem->system --- tutorials/multiphase/cavitatingFoam/les/throttle3D/Allrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/multiphase/cavitatingFoam/les/throttle3D/Allrun b/tutorials/multiphase/cavitatingFoam/les/throttle3D/Allrun index a6b927d81a..4314556cfc 100755 --- a/tutorials/multiphase/cavitatingFoam/les/throttle3D/Allrun +++ b/tutorials/multiphase/cavitatingFoam/les/throttle3D/Allrun @@ -18,7 +18,7 @@ refineMeshByCellSet() topoSet > log.topoSet.$1 2>&1 echo "refining primary zone - $1" - refineMesh -dict sytem/refineMeshDict -overwrite > log.refineMesh.$1 2>&1 + refineMesh -dict system/refineMeshDict -overwrite > log.refineMesh.$1 2>&1 fi shift done