Skip to content
Snippets Groups Projects
Commit 920fa49e authored by Andrew Heather's avatar Andrew Heather
Browse files

minor change to tutorial

parent 15b0d8e5
Branches
Tags
No related merge requests found
......@@ -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;
}
......
......@@ -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;
}
......
......@@ -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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment