From c0fba6f3e2d77b71e2a6e2863ebaa648936f909c Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Wed, 27 Apr 2016 19:05:56 +0100 Subject: [PATCH] Bugfix: Adujusted tutorial settings --- .../icoFoam/elbow/constant/polyMesh/boundary | 2 +- .../incompressible/icoFoam/elbow/system/fvSchemes | 4 +--- .../incompressible/icoFoam/elbow/system/fvSolution | 11 ++++++++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/tutorials/incompressible/icoFoam/elbow/constant/polyMesh/boundary b/tutorials/incompressible/icoFoam/elbow/constant/polyMesh/boundary index aaa70ffd7..62e3e4b69 100644 --- a/tutorials/incompressible/icoFoam/elbow/constant/polyMesh/boundary +++ b/tutorials/incompressible/icoFoam/elbow/constant/polyMesh/boundary @@ -3,7 +3,7 @@ | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 3.2 | | \\ / A nd | Web: http://www.foam-extend.org | -| \\/ M anipulation | | +| \\/ M anipulation | For copyright notice see file Copyright | \*---------------------------------------------------------------------------*/ FoamFile { diff --git a/tutorials/incompressible/icoFoam/elbow/system/fvSchemes b/tutorials/incompressible/icoFoam/elbow/system/fvSchemes index 0cd903c76..10878a1d0 100644 --- a/tutorials/incompressible/icoFoam/elbow/system/fvSchemes +++ b/tutorials/incompressible/icoFoam/elbow/system/fvSchemes @@ -33,9 +33,7 @@ divSchemes laplacianSchemes { - default none; - laplacian(nu,U) Gauss linear corrected; - laplacian((1|A(U)),p) Gauss linear corrected; + default Gauss linear corrected; } interpolationSchemes diff --git a/tutorials/incompressible/icoFoam/elbow/system/fvSolution b/tutorials/incompressible/icoFoam/elbow/system/fvSolution index 81775f796..d1b30e4c1 100644 --- a/tutorials/incompressible/icoFoam/elbow/system/fvSolution +++ b/tutorials/incompressible/icoFoam/elbow/system/fvSolution @@ -22,20 +22,25 @@ solvers preconditioner DIC; tolerance 1e-06; relTol 0; - }; + } U { solver PBiCG; preconditioner DILU; tolerance 1e-05; relTol 0; - }; + } +} + +SIMPLE +{ + nNonOrthogonalCorrectors 1; } PISO { nCorrectors 2; - nNonOrthogonalCorrectors 2; + nNonOrthogonalCorrectors 1; } // ************************************************************************* //