From 0bfe5291d79090a25abeb9ee4081c09041445a55 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 18 Feb 2016 21:15:57 +0000 Subject: [PATCH] tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff: Updated for change in U boundary condition update order --- .../angledDuctExplicitFixedCoeff/system/fvSolution | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/system/fvSolution b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/system/fvSolution index 3e5f18545..22580533e 100644 --- a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/system/fvSolution +++ b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/system/fvSolution @@ -57,7 +57,7 @@ solvers SIMPLE { nNonOrthogonalCorrectors 0; - rhoMin 0.5; + rhoMin 0.4; rhoMax 1.5; residualControl @@ -66,7 +66,7 @@ SIMPLE U 1e-4; e 1e-3; - // possibly check turbulence fields + // Possibly check turbulence fields "(k|epsilon|omega)" 1e-3; } }