From 3140cfa906dd26037e6b5df21642232a1ec93f3b Mon Sep 17 00:00:00 2001 From: Henry Weller <http://cfd.direct> Date: Fri, 9 Dec 2016 16:53:35 +0000 Subject: [PATCH] tutorials/compressible/rhoSimpleFoam/squareBend: Stabilize by further relaxing e Patch contributed by Mattijs Janssens http://bugs.openfoam.org/view.php?id=2382 --- .../compressible/rhoSimpleFoam/squareBend/system/fvSolution | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/compressible/rhoSimpleFoam/squareBend/system/fvSolution b/tutorials/compressible/rhoSimpleFoam/squareBend/system/fvSolution index 01cb4393d0..3855d4cb05 100644 --- a/tutorials/compressible/rhoSimpleFoam/squareBend/system/fvSolution +++ b/tutorials/compressible/rhoSimpleFoam/squareBend/system/fvSolution @@ -66,7 +66,7 @@ relaxationFactors { p 1; U 0.9; - e 0.9; + e 0.8; k 0.9; epsilon 0.9; } -- GitLab