From 77a699534652d17b333f73bdf78ee2eb00c55b65 Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Tue, 17 Feb 2015 10:55:02 +0000 Subject: [PATCH] tutorials: Simplify rhoMax and rhoMin specification --- .../rhoLTSPimpleFoam/angledDuct/system/fvSolution | 4 ++-- .../rhoPimpleDyMFoam/annularThermalMixer/system/fvSolution | 4 ++-- .../rhoPimpleFoam/les/pitzDaily/system/fvSolution | 4 ++-- .../rhoPimpleFoam/ras/angledDuct/system/fvSolution | 4 ++-- .../compressible/rhoPimpleFoam/ras/cavity/system/fvSolution | 4 ++-- .../rhoPimpleFoam/ras/mixerVessel2D/system/fvSolution | 4 ++-- .../compressible/rhoPimplecFoam/angledDuct/system/fvSolution | 4 ++-- .../rhoPorousSimpleFoam/angledDuctExplicit/system/fvSolution | 4 ++-- .../angledDuctExplicitFixedCoeff/system/fvSolution | 4 ++-- .../compressible/rhoSimplecFoam/squareBend/system/fvSolution | 4 ++-- .../heatExchanger/system/air/fvSolution | 4 ++-- .../heatExchanger/system/porous/fvSolution | 4 ++-- .../multiRegionHeaterRadiation/system/bottomAir/fvSolution | 4 ++-- .../verticalChannel/system/fvSolution | 4 ++-- 14 files changed, 28 insertions(+), 28 deletions(-) diff --git a/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/system/fvSolution b/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/system/fvSolution index db290d427b3..552ead832f7 100644 --- a/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/system/fvSolution +++ b/tutorials/compressible/rhoLTSPimpleFoam/angledDuct/system/fvSolution @@ -55,8 +55,8 @@ PIMPLE nOuterCorrectors 1; nCorrectors 1; nNonOrthogonalCorrectors 0; - rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5; - rhoMax rhoMax [ 1 -3 0 0 0 ] 2.0; + rhoMin 0.5; + rhoMax 2.0; maxCo 0.2; rDeltaTSmoothingCoeff 0.1; diff --git a/tutorials/compressible/rhoPimpleDyMFoam/annularThermalMixer/system/fvSolution b/tutorials/compressible/rhoPimpleDyMFoam/annularThermalMixer/system/fvSolution index e476ba641fe..33b88740e54 100644 --- a/tutorials/compressible/rhoPimpleDyMFoam/annularThermalMixer/system/fvSolution +++ b/tutorials/compressible/rhoPimpleDyMFoam/annularThermalMixer/system/fvSolution @@ -67,8 +67,8 @@ PIMPLE nOuterCorrectors 3; nCorrectors 1; nNonOrthogonalCorrectors 0; - rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5; - rhoMax rhoMax [ 1 -3 0 0 0 ] 2.0; + rhoMin 0.5; + rhoMax 2.0; } relaxationFactors diff --git a/tutorials/compressible/rhoPimpleFoam/les/pitzDaily/system/fvSolution b/tutorials/compressible/rhoPimpleFoam/les/pitzDaily/system/fvSolution index bd907a689c4..b8f379a8173 100644 --- a/tutorials/compressible/rhoPimpleFoam/les/pitzDaily/system/fvSolution +++ b/tutorials/compressible/rhoPimpleFoam/les/pitzDaily/system/fvSolution @@ -52,8 +52,8 @@ PIMPLE nOuterCorrectors 3; nCorrectors 1; nNonOrthogonalCorrectors 0; - rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5; - rhoMax rhoMax [ 1 -3 0 0 0 ] 2.0; + rhoMin 0.5; + rhoMax 2.0; } relaxationFactors diff --git a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/system/fvSolution b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/system/fvSolution index c89dc18278f..1dd2c99cb21 100644 --- a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/system/fvSolution +++ b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/system/fvSolution @@ -56,8 +56,8 @@ PIMPLE nOuterCorrectors 50; nCorrectors 1; nNonOrthogonalCorrectors 0; - rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5; - rhoMax rhoMax [ 1 -3 0 0 0 ] 1.5; + rhoMin 0.5; + rhoMax 1.5; residualControl { diff --git a/tutorials/compressible/rhoPimpleFoam/ras/cavity/system/fvSolution b/tutorials/compressible/rhoPimpleFoam/ras/cavity/system/fvSolution index 77cea8e6038..e7c64b955d2 100644 --- a/tutorials/compressible/rhoPimpleFoam/ras/cavity/system/fvSolution +++ b/tutorials/compressible/rhoPimpleFoam/ras/cavity/system/fvSolution @@ -59,8 +59,8 @@ PIMPLE nOuterCorrectors 1; nCorrectors 2; nNonOrthogonalCorrectors 0; - rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5; - rhoMax rhoMax [ 1 -3 0 0 0 ] 2.0; + rhoMin 0.5; + rhoMax 2.0; } diff --git a/tutorials/compressible/rhoPimpleFoam/ras/mixerVessel2D/system/fvSolution b/tutorials/compressible/rhoPimpleFoam/ras/mixerVessel2D/system/fvSolution index 825a3a30b28..8a334a12c3e 100644 --- a/tutorials/compressible/rhoPimpleFoam/ras/mixerVessel2D/system/fvSolution +++ b/tutorials/compressible/rhoPimpleFoam/ras/mixerVessel2D/system/fvSolution @@ -94,8 +94,8 @@ PIMPLE nCorrectors 2; nNonOrthogonalCorrectors 0; momentumPredictor yes; - rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5; - rhoMax rhoMax [ 1 -3 0 0 0 ] 2.0; + rhoMin 0.5; + rhoMax 2.0; pRefCell 0; pRefValue 1e5; } diff --git a/tutorials/compressible/rhoPimplecFoam/angledDuct/system/fvSolution b/tutorials/compressible/rhoPimplecFoam/angledDuct/system/fvSolution index a89d48787c0..34ece62e642 100644 --- a/tutorials/compressible/rhoPimplecFoam/angledDuct/system/fvSolution +++ b/tutorials/compressible/rhoPimplecFoam/angledDuct/system/fvSolution @@ -56,8 +56,8 @@ PIMPLE nOuterCorrectors 50; nCorrectors 1; nNonOrthogonalCorrectors 0; - rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5; - rhoMax rhoMax [ 1 -3 0 0 0 ] 2.0; + rhoMin 0.5; + rhoMax 2.0; residualControl { diff --git a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctExplicit/system/fvSolution b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctExplicit/system/fvSolution index 961f8652114..6d5e3b2a4c5 100644 --- a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctExplicit/system/fvSolution +++ b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctExplicit/system/fvSolution @@ -57,8 +57,8 @@ solvers SIMPLE { nNonOrthogonalCorrectors 0; - rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5; - rhoMax rhoMax [ 1 -3 0 0 0 ] 1.5; + rhoMin 0.5; + rhoMax 1.5; residualControl { diff --git a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/system/fvSolution b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/system/fvSolution index 290de2d85d8..3e5f1854540 100644 --- a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/system/fvSolution +++ b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/system/fvSolution @@ -57,8 +57,8 @@ solvers SIMPLE { nNonOrthogonalCorrectors 0; - rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5; - rhoMax rhoMax [ 1 -3 0 0 0 ] 1.5; + rhoMin 0.5; + rhoMax 1.5; residualControl { diff --git a/tutorials/compressible/rhoSimplecFoam/squareBend/system/fvSolution b/tutorials/compressible/rhoSimplecFoam/squareBend/system/fvSolution index 24db1f2af01..7392a59f272 100644 --- a/tutorials/compressible/rhoSimplecFoam/squareBend/system/fvSolution +++ b/tutorials/compressible/rhoSimplecFoam/squareBend/system/fvSolution @@ -51,8 +51,8 @@ solvers SIMPLE { nNonOrthogonalCorrectors 0; - rhoMin rhoMin [1 -3 0 0 0] 0.1; - rhoMax rhoMax [1 -3 0 0 0] 1.0; + rhoMin 0.1; + rhoMax 1.0; transonic yes; residualControl diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/system/air/fvSolution b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/system/air/fvSolution index 36d404271f4..622f5fe32f3 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/system/air/fvSolution +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/system/air/fvSolution @@ -45,8 +45,8 @@ solvers SIMPLE { nNonOrthogonalCorrectors 0; - rhoMax rhoMax [ 1 -3 0 0 0 ] 2; - rhoMin rhoMin [ 1 -3 0 0 0 ] 1; + rhoMax 2; + rhoMin 1; } diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/system/porous/fvSolution b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/system/porous/fvSolution index 0c19c83955c..9ba18c7a372 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/system/porous/fvSolution +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/system/porous/fvSolution @@ -44,8 +44,8 @@ solvers SIMPLE { nNonOrthogonalCorrectors 0; - rhoMax rhoMax [ 1 -3 0 0 0 ] 1100; - rhoMin rhoMin [ 1 -3 0 0 0 ] 900; + rhoMax 1100; + rhoMin 900; } relaxationFactors diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/bottomAir/fvSolution b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/bottomAir/fvSolution index 413d6bdec19..debdfcc0bb2 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/bottomAir/fvSolution +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/bottomAir/fvSolution @@ -60,8 +60,8 @@ SIMPLE nNonOrthogonalCorrectors 0; pRefCell 0; pRefValue 100000; - rhoMin rhoMin [1 -3 0 0 0] 0.2; - rhoMax rhoMax [1 -3 0 0 0] 2; + rhoMin 0.2; + rhoMax 2; } relaxationFactors diff --git a/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/system/fvSolution b/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/system/fvSolution index f442d38a582..aaf64c1f4ea 100644 --- a/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/system/fvSolution +++ b/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/system/fvSolution @@ -61,8 +61,8 @@ SIMPLE { nCorrectors 2; nNonOrthogonalCorrectors 0; - rhoMin rhoMin [1 -3 0 0 0] 0.1; - rhoMax rhoMax [1 -3 0 0 0] 1.5; + rhoMin 0.1; + rhoMax 1.5; } relaxationFactors -- GitLab