From 920fa49e7ee6396099f5989ae8a7be8536c57c64 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 11 Aug 2009 13:21:50 +0100 Subject: [PATCH] minor change to tutorial --- .../buoyantSimpleFoam/buoyantCavity/system/fvSchemes | 10 +++++----- .../buoyantSimpleFoam/buoyantCavity/system/fvSolution | 4 ++-- .../buoyantCavity/validation/createGraphs | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/fvSchemes b/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/fvSchemes index 0e3f4686a2..517ebe571f 100644 --- a/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/fvSchemes +++ b/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/fvSchemes @@ -27,11 +27,11 @@ gradSchemes divSchemes { default none; - div(phi,U) Gauss limitedLinear 0.5; - div(phi,h) Gauss limitedLinear 0.5; - div(phi,k) Gauss limitedLinear 0.5; - div(phi,epsilon) Gauss limitedLinear 0.5; - div(phi,omega) Gauss limitedLinear 0.5; + div(phi,U) Gauss limitedLinear 0.2; + div(phi,h) Gauss limitedLinear 0.2; + div(phi,k) Gauss limitedLinear 0.2; + div(phi,epsilon) Gauss limitedLinear 0.2; + div(phi,omega) Gauss limitedLinear 0.2; div((muEff*dev2(grad(U).T()))) Gauss linear; } diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/fvSolution b/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/fvSolution index 4513fb282b..451f5da1aa 100644 --- a/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/fvSolution +++ b/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/fvSolution @@ -51,9 +51,9 @@ SIMPLE relaxationFactors { p 0.3; - U 0.5; + U 0.7; h 0.7; - "(k|epsilon|R)" 0.7; + "(k|epsilon|omega)" 0.7; } diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/validation/createGraphs b/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/validation/createGraphs index d2b95a426f..74eadd7127 100755 --- a/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/validation/createGraphs +++ b/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/validation/createGraphs @@ -85,7 +85,7 @@ type -P gnuplot &>/dev/null || { LATESTTIME=`ls ../sets` OFDATAROOT=../sets/$LATESTTIME -EXPTDATAROOT=./expData +EXPTDATAROOT=./exptData # generate temperature profiles TSets="1 3 4 5 6 7 9"