From 3dc63dc67cbd0cdd5ca61486597eec833347fc02 Mon Sep 17 00:00:00 2001 From: sergio Date: Mon, 23 Aug 2021 11:46:10 -0700 Subject: [PATCH] ENH: Updating tutorials --- .../twoSimpleRotors/system/fvSolution | 3 --- .../overBuoyantPimpleDyMFoam/movingBox/system/fvSolution | 5 +---- .../cylinder/cylinderAndBackground/system/fvSolution | 4 ---- .../overPimpleDyMFoam/simpleRotor/system/fvSolution | 3 --- .../overPimpleDyMFoam/twoSimpleRotors/system/fvSchemes | 9 +++++---- .../overPimpleDyMFoam/twoSimpleRotors/system/fvSolution | 3 --- 6 files changed, 6 insertions(+), 21 deletions(-) diff --git a/tutorials/compressible/overRhoPimpleDyMFoam/twoSimpleRotors/system/fvSolution b/tutorials/compressible/overRhoPimpleDyMFoam/twoSimpleRotors/system/fvSolution index b7c713d591..be3bb0882f 100644 --- a/tutorials/compressible/overRhoPimpleDyMFoam/twoSimpleRotors/system/fvSolution +++ b/tutorials/compressible/overRhoPimpleDyMFoam/twoSimpleRotors/system/fvSolution @@ -85,12 +85,9 @@ solvers PIMPLE { momentumPredictor false; - correctPhi true; nOuterCorrectors 1; nCorrectors 4; nNonOrthogonalCorrectors 0; - ddtCorr false; - } relaxationFactors diff --git a/tutorials/heatTransfer/overBuoyantPimpleDyMFoam/movingBox/system/fvSolution b/tutorials/heatTransfer/overBuoyantPimpleDyMFoam/movingBox/system/fvSolution index 8603ed7ee3..0cb5af26fb 100644 --- a/tutorials/heatTransfer/overBuoyantPimpleDyMFoam/movingBox/system/fvSolution +++ b/tutorials/heatTransfer/overBuoyantPimpleDyMFoam/movingBox/system/fvSolution @@ -85,13 +85,10 @@ solvers PIMPLE { momentumPredictor true; - correctPhi false; - checkMeshCourantNo yes; nOuterCorrectors 1; nCorrectors 4; nNonOrthogonalCorrectors 0; - ddtCorr true; - pRefCell 0; + pRefPoint (0.0001 0.0001 0.001); pRefValue 1e5; } diff --git a/tutorials/incompressible/overPimpleDyMFoam/cylinder/cylinderAndBackground/system/fvSolution b/tutorials/incompressible/overPimpleDyMFoam/cylinder/cylinderAndBackground/system/fvSolution index c4ce647958..5a25d56ed7 100644 --- a/tutorials/incompressible/overPimpleDyMFoam/cylinder/cylinderAndBackground/system/fvSolution +++ b/tutorials/incompressible/overPimpleDyMFoam/cylinder/cylinderAndBackground/system/fvSolution @@ -73,13 +73,9 @@ solvers PIMPLE { momentumPredictor false; - correctPhi false; //true; - oversetAdjustPhi true; nOuterCorrectors 1; nCorrectors 2; nNonOrthogonalCorrectors 0; - - ddtCorr true; } relaxationFactors diff --git a/tutorials/incompressible/overPimpleDyMFoam/simpleRotor/system/fvSolution b/tutorials/incompressible/overPimpleDyMFoam/simpleRotor/system/fvSolution index 1ecaaee647..1701446f23 100644 --- a/tutorials/incompressible/overPimpleDyMFoam/simpleRotor/system/fvSolution +++ b/tutorials/incompressible/overPimpleDyMFoam/simpleRotor/system/fvSolution @@ -70,13 +70,10 @@ solvers PIMPLE { momentumPredictor no; - correctPhi no; nOuterCorrectors 1; nCorrectors 2; nNonOrthogonalCorrectors 0; - ddtCorr false; - pRefPoint (0.0001 0.0001 0.001); pRefValue 0.0; } diff --git a/tutorials/incompressible/overPimpleDyMFoam/twoSimpleRotors/system/fvSchemes b/tutorials/incompressible/overPimpleDyMFoam/twoSimpleRotors/system/fvSchemes index 27bc8df179..96e7c420e1 100644 --- a/tutorials/incompressible/overPimpleDyMFoam/twoSimpleRotors/system/fvSchemes +++ b/tutorials/incompressible/overPimpleDyMFoam/twoSimpleRotors/system/fvSchemes @@ -53,12 +53,13 @@ snGradSchemes oversetInterpolation { - method cellVolumeWeight; + //method cellVolumeWeight; // Faster but less accurate - //method trackingInverseDistance; - //searchBox (0 0 0)(0.02 0.01 0.01); - //searchBoxDivisions 3{(64 64 1)}; + method trackingInverseDistance; + searchBox (0 0 0)(0.02 0.01 0.01); + searchBoxDivisions 3{(64 64 1)}; + allowHoleDonors false; } fluxRequired diff --git a/tutorials/incompressible/overPimpleDyMFoam/twoSimpleRotors/system/fvSolution b/tutorials/incompressible/overPimpleDyMFoam/twoSimpleRotors/system/fvSolution index 978f655a3c..35ef0c2526 100644 --- a/tutorials/incompressible/overPimpleDyMFoam/twoSimpleRotors/system/fvSolution +++ b/tutorials/incompressible/overPimpleDyMFoam/twoSimpleRotors/system/fvSolution @@ -71,13 +71,10 @@ solvers PIMPLE { momentumPredictor false; - correctPhi no; nOuterCorrectors 1; nCorrectors 3; nNonOrthogonalCorrectors 0; - ddtCorr true; - pRefPoint (0.0001 0.0001 0.001); pRefValue 0.0; }