Tutorial fix
This commit is contained in:
parent
505eb239fc
commit
7d5199c6ed
2 changed files with 5 additions and 8 deletions
|
@ -5,10 +5,6 @@
|
|||
|
||||
application=`getApplication`
|
||||
|
||||
# Compile the MRFInterfoam application
|
||||
wmake ../$application
|
||||
wclean ../$application
|
||||
|
||||
# Now run the tutorial case
|
||||
runApplication ./makeMesh
|
||||
runApplication $application
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
|
Reference in a new issue