From 82a0c2ae67f27651045c25b036ca23a4f1ad297d Mon Sep 17 00:00:00 2001
From: henry <Henry Weller h.weller@opencfd.co.uk>
Date: Thu, 25 Jun 2009 15:40:33 +0100
Subject: [PATCH] Improved relaxation factors for the new buoyantSimpleFoam
 solver. Note the reversal between the p and U factors for compressible flow.

---
 .../buoyantSimpleFoam/hotRoom/system/fvSolution             | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/system/fvSolution b/tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/system/fvSolution
index 9ff08c3657a..c543e875278 100644
--- a/tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/system/fvSolution
+++ b/tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/system/fvSolution
@@ -76,9 +76,9 @@ SIMPLE
 relaxationFactors
 {
     rho             1;
-    p               0.3;
-    U               0.7;
-    h               0.1;
+    p               0.7;
+    U               0.2;
+    h               0.7;
     k               0.7;
     epsilon         0.7;
     R               0.7;
-- 
GitLab