From af3f566cb3da45582a4e9286942edcc10c125491 Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Tue, 17 Feb 2015 10:49:07 +0000 Subject: [PATCH] tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit: simplify rhoMax and rhoMin specification --- .../angledDuctImplicit/system/fvSolution | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/system/fvSolution b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/system/fvSolution index b22f827c122..357917a0b72 100644 --- a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/system/fvSolution +++ b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/system/fvSolution @@ -49,10 +49,10 @@ solvers SIMPLE { - nUCorrectors 2; + nUCorrectors 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; residualControl { -- GitLab