From 6ba877df5ff70fc980d832f88892b155b2e04f5d Mon Sep 17 00:00:00 2001 From: Henrik Rusche Date: Fri, 15 Jun 2018 11:50:24 +0200 Subject: [PATCH] BUGFIX: Updating tuts for (fixed) pisoControl --- .../immersedBoundary/pitzDailyLaminar/system/fvSolution | 5 +++++ .../system/fvSolution | 2 +- .../twoBlocksMixingPlane_dirY_spanZ/system/fvSolution | 2 +- .../twoBlocksMixingPlane_dirZ_spanY/system/fvSolution | 2 +- .../nonNewtonianIcoFoam/offsetCylinder/system/fvSolution | 2 +- .../incompressible/pisoFoam/les/pitzDaily/system/fvSchemes | 2 +- .../channelSimpleOverlapicoOversetFoam/system/fvSolution | 2 +- .../cylinderInChannelicoOversetFoam/system/fvSolution | 2 +- .../flowTests/oversetCylinderThreeLevels/system/fvSolution | 2 +- .../flowTests/oversetCylinderTwoLevels/system/fvSolution | 2 +- .../bodyFittedCylinder/system/fvSolution | 2 +- .../oversetCylinder/system/fvSolution | 2 +- .../system/fvSolution | 2 +- .../channel60CellsOn6Processors/system/fvSolution | 2 +- 14 files changed, 18 insertions(+), 13 deletions(-) diff --git a/tutorials/immersedBoundary/pitzDailyLaminar/system/fvSolution b/tutorials/immersedBoundary/pitzDailyLaminar/system/fvSolution index c1dade185..7b1d84304 100644 --- a/tutorials/immersedBoundary/pitzDailyLaminar/system/fvSolution +++ b/tutorials/immersedBoundary/pitzDailyLaminar/system/fvSolution @@ -26,6 +26,11 @@ solvers tolerance 1e-06; relTol 0.01; } + pFinal + { + $p; + relTol 0; + } U { solver BiCGStab; diff --git a/tutorials/incompressible/icoFoam/mixingPlane/twoBlocksMixingPlaneMismatch_dirY_spanZ/system/fvSolution b/tutorials/incompressible/icoFoam/mixingPlane/twoBlocksMixingPlaneMismatch_dirY_spanZ/system/fvSolution index e591b7a3f..87751d7a5 100644 --- a/tutorials/incompressible/icoFoam/mixingPlane/twoBlocksMixingPlaneMismatch_dirY_spanZ/system/fvSolution +++ b/tutorials/incompressible/icoFoam/mixingPlane/twoBlocksMixingPlaneMismatch_dirY_spanZ/system/fvSolution @@ -16,7 +16,7 @@ FoamFile solvers { - p + "p|pFinal" { solver PCG; preconditioner DIC; diff --git a/tutorials/incompressible/icoFoam/mixingPlane/twoBlocksMixingPlane_dirY_spanZ/system/fvSolution b/tutorials/incompressible/icoFoam/mixingPlane/twoBlocksMixingPlane_dirY_spanZ/system/fvSolution index e591b7a3f..87751d7a5 100644 --- a/tutorials/incompressible/icoFoam/mixingPlane/twoBlocksMixingPlane_dirY_spanZ/system/fvSolution +++ b/tutorials/incompressible/icoFoam/mixingPlane/twoBlocksMixingPlane_dirY_spanZ/system/fvSolution @@ -16,7 +16,7 @@ FoamFile solvers { - p + "p|pFinal" { solver PCG; preconditioner DIC; diff --git a/tutorials/incompressible/icoFoam/mixingPlane/twoBlocksMixingPlane_dirZ_spanY/system/fvSolution b/tutorials/incompressible/icoFoam/mixingPlane/twoBlocksMixingPlane_dirZ_spanY/system/fvSolution index e591b7a3f..87751d7a5 100644 --- a/tutorials/incompressible/icoFoam/mixingPlane/twoBlocksMixingPlane_dirZ_spanY/system/fvSolution +++ b/tutorials/incompressible/icoFoam/mixingPlane/twoBlocksMixingPlane_dirZ_spanY/system/fvSolution @@ -16,7 +16,7 @@ FoamFile solvers { - p + "p|pFinal" { solver PCG; preconditioner DIC; diff --git a/tutorials/incompressible/nonNewtonianIcoFoam/offsetCylinder/system/fvSolution b/tutorials/incompressible/nonNewtonianIcoFoam/offsetCylinder/system/fvSolution index 0985e6723..4c1670e6a 100644 --- a/tutorials/incompressible/nonNewtonianIcoFoam/offsetCylinder/system/fvSolution +++ b/tutorials/incompressible/nonNewtonianIcoFoam/offsetCylinder/system/fvSolution @@ -16,7 +16,7 @@ FoamFile solvers { - p + "p|pFinal" { solver CG; preconditioner Cholesky; diff --git a/tutorials/incompressible/pisoFoam/les/pitzDaily/system/fvSchemes b/tutorials/incompressible/pisoFoam/les/pitzDaily/system/fvSchemes index 1447ead76..315126998 100644 --- a/tutorials/incompressible/pisoFoam/les/pitzDaily/system/fvSchemes +++ b/tutorials/incompressible/pisoFoam/les/pitzDaily/system/fvSchemes @@ -30,7 +30,7 @@ gradSchemes divSchemes { default none; - div(phi,U) Gauss linear; + div(phi,U) Gauss limitedLinearV 1; div(phi,k) Gauss limitedLinear 1; div(phi,B) Gauss limitedLinear 1; div(phi,nuTilda) Gauss limitedLinear 1; diff --git a/tutorials/overset/flowTests/channelSimpleOverlapicoOversetFoam/system/fvSolution b/tutorials/overset/flowTests/channelSimpleOverlapicoOversetFoam/system/fvSolution index fbd7a48d8..7b581754c 100644 --- a/tutorials/overset/flowTests/channelSimpleOverlapicoOversetFoam/system/fvSolution +++ b/tutorials/overset/flowTests/channelSimpleOverlapicoOversetFoam/system/fvSolution @@ -16,7 +16,7 @@ FoamFile solvers { - p + "p|pFinal" { // solver smoothSolver; // smoother GaussSeidel; diff --git a/tutorials/overset/flowTests/cylinderInChannelicoOversetFoam/system/fvSolution b/tutorials/overset/flowTests/cylinderInChannelicoOversetFoam/system/fvSolution index ec247f459..869bf0dc7 100644 --- a/tutorials/overset/flowTests/cylinderInChannelicoOversetFoam/system/fvSolution +++ b/tutorials/overset/flowTests/cylinderInChannelicoOversetFoam/system/fvSolution @@ -16,7 +16,7 @@ FoamFile solvers { - p + "p|pFinal" { // solver smoothSolver; // smoother GaussSeidel; diff --git a/tutorials/overset/flowTests/oversetCylinderThreeLevels/system/fvSolution b/tutorials/overset/flowTests/oversetCylinderThreeLevels/system/fvSolution index 6a74c54a7..6cddbc685 100644 --- a/tutorials/overset/flowTests/oversetCylinderThreeLevels/system/fvSolution +++ b/tutorials/overset/flowTests/oversetCylinderThreeLevels/system/fvSolution @@ -16,7 +16,7 @@ FoamFile solvers { - p + "p|pFinal" { solver BiCGStab; preconditioner DILU; diff --git a/tutorials/overset/flowTests/oversetCylinderTwoLevels/system/fvSolution b/tutorials/overset/flowTests/oversetCylinderTwoLevels/system/fvSolution index 6a74c54a7..6cddbc685 100644 --- a/tutorials/overset/flowTests/oversetCylinderTwoLevels/system/fvSolution +++ b/tutorials/overset/flowTests/oversetCylinderTwoLevels/system/fvSolution @@ -16,7 +16,7 @@ FoamFile solvers { - p + "p|pFinal" { solver BiCGStab; preconditioner DILU; diff --git a/tutorials/overset/flowTests/staticCylinderSheddingTest/bodyFittedCylinder/system/fvSolution b/tutorials/overset/flowTests/staticCylinderSheddingTest/bodyFittedCylinder/system/fvSolution index 5d40983a9..ee72a7bbc 100644 --- a/tutorials/overset/flowTests/staticCylinderSheddingTest/bodyFittedCylinder/system/fvSolution +++ b/tutorials/overset/flowTests/staticCylinderSheddingTest/bodyFittedCylinder/system/fvSolution @@ -16,7 +16,7 @@ FoamFile solvers { - p + "p|pFinal" { // solver BiCGStab; // preconditioner DILU; diff --git a/tutorials/overset/flowTests/staticCylinderSheddingTest/oversetCylinder/system/fvSolution b/tutorials/overset/flowTests/staticCylinderSheddingTest/oversetCylinder/system/fvSolution index da56d0248..13912d7d3 100644 --- a/tutorials/overset/flowTests/staticCylinderSheddingTest/oversetCylinder/system/fvSolution +++ b/tutorials/overset/flowTests/staticCylinderSheddingTest/oversetCylinder/system/fvSolution @@ -16,7 +16,7 @@ FoamFile solvers { - p + "p|pFinal" { solver BiCGStab; preconditioner DILU; diff --git a/tutorials/overset/movingMeshTests/movingCylinderInChannelicoDyMOversetFoam/system/fvSolution b/tutorials/overset/movingMeshTests/movingCylinderInChannelicoDyMOversetFoam/system/fvSolution index 7b23e1947..1b3454147 100644 --- a/tutorials/overset/movingMeshTests/movingCylinderInChannelicoDyMOversetFoam/system/fvSolution +++ b/tutorials/overset/movingMeshTests/movingCylinderInChannelicoDyMOversetFoam/system/fvSolution @@ -16,7 +16,7 @@ FoamFile solvers { - p + "p|pFinal" { solver BiCGStab; preconditioner DILU; diff --git a/tutorials/overset/parallelTests/channel60CellsOn6Processors/system/fvSolution b/tutorials/overset/parallelTests/channel60CellsOn6Processors/system/fvSolution index 6f555b252..03808613a 100644 --- a/tutorials/overset/parallelTests/channel60CellsOn6Processors/system/fvSolution +++ b/tutorials/overset/parallelTests/channel60CellsOn6Processors/system/fvSolution @@ -16,7 +16,7 @@ FoamFile solvers { - p + "p|pFinal" { solver smoothSolver; smoother GaussSeidel;