Fixing tutorials, 4

This commit is contained in:
Hrvoje Jasak 2010-11-09 00:57:21 +00:00
parent 101b52d260
commit 86498c8202
2 changed files with 4 additions and 12 deletions

View file

@ -2,16 +2,8 @@
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Simple temporary bypass for Martin's laptop...
# Otherwise, this tutorial will generate junk for 10 whole minutes
# MB
# Oct 12, 2010
#
if [ `hostname` == "pollux.local" ]
then
echo "This tutorial is not working on my Macbook Pro laptop. Need to get back later to this one. Martin Beaudoin, Oct 12 2010"
exit -1;
fi
echo "This tutorial fails in octree search: blame Mattijs Janssens (HJ). Martin Beaudoin, Oct 12 2010"
exit 0;
# Get application name
application=`getApplication`

View file

@ -29,8 +29,8 @@ divSchemes
default none;
div(phiv,rho) Gauss limitedLinear 0.2;
div(phi,U) Gauss limitedLinearV 0.2;
div(phiv,omega) Gauss limitedLinear 0.2;
div(phiv,k) Gauss limitedLinear 0.2;
div(phiv,omega) Gauss upwind;
div(phiv,k) Gauss upwind;
}
gradSchemes