diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/fvSchemes b/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/fvSchemes index 0e3f4686a2e6ec01ea64574bed980f34a1561165..517ebe571ff909252e2a8706f196144db76d11f5 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 4513fb282b4bb0566db86daa0ffe2eed68687108..451f5da1aa16dc28ff7cc1e0e9ed9b9b696034b7 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 d2b95a426f13e1800ca18351f346236c0b419c42..74eadd7127105f690ce6101f03c3a8b4c6125d85 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"