Tutorial fix

This commit is contained in:
Hrvoje Jasak 2013-11-29 14:26:02 +00:00
parent 505eb239fc
commit 7d5199c6ed
2 changed files with 5 additions and 8 deletions

View file

@ -5,10 +5,6 @@
application=`getApplication`
# Compile the MRFInterfoam application
wmake ../$application
wclean ../$application
# Now run the tutorial case
runApplication ./makeMesh
runApplication $application

View file

@ -53,10 +53,6 @@ solvers
PISO
{
cAlpha 1;
pRefCell 0;
pdRefCell 0;
pRefValue 0;
pdRefValue 0;
}
PIMPLE
@ -66,6 +62,11 @@ PIMPLE
nNonOrthogonalCorrectors 0;
nAlphaCorr 1;
nAlphaSubCycles 2;
pRefCell 0;
pdRefCell 0;
pRefValue 0;
pdRefValue 0;
}
// ************************************************************************* //