From 2b07f4377a3ce1a963898d5254bb3e66619a5d7e Mon Sep 17 00:00:00 2001 From: Chris Greenshields Date: Thu, 31 May 2018 13:55:09 +0100 Subject: [PATCH] coolingSphere: removed redundant entries in fvSolution --- .../coolingSphere/templates/system/fluid/fvSolution | 10 +--------- .../coolingSphere/templates/system/solid/fvSolution | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/templates/system/fluid/fvSolution b/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/templates/system/fluid/fvSolution index 65124155e..e84e8c691 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/templates/system/fluid/fvSolution +++ b/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/templates/system/fluid/fvSolution @@ -57,22 +57,14 @@ solvers } } -"(PIMPLE|PISO)" +PIMPLE { - nOuterCorrectors 1; nCorrectors 2; nNonOrthogonalCorrectors 1; pRefCell 0; pRefValue 0; } -SIMPLE -{ - nNonOrthogonalCorrectors 0; - rhoMax 2; - rhoMin 1; -} - relaxationFactors { equations diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/templates/system/solid/fvSolution b/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/templates/system/solid/fvSolution index ecbfbcb31..bc6886514 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/templates/system/solid/fvSolution +++ b/tutorials/heatTransfer/chtMultiRegionFoam/coolingSphere/templates/system/solid/fvSolution @@ -31,7 +31,7 @@ solvers } } -"(SIMPLE|PIMPLE|PISO)" +PIMPLE { nNonOrthogonalCorrectors 0; }