incompressibleFluid: Completed the update of tutorial and template cases
to use the incompressibleFluid solver module rather than simpleFoam, pimpleFoam or pisoFoam.
This commit is contained in:
@ -13,7 +13,9 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
application simpleFoam;
|
||||
application foamRun;
|
||||
|
||||
solver incompressibleFluid;
|
||||
|
||||
startFrom latestTime;
|
||||
|
||||
|
||||
@ -11,6 +11,6 @@ ls -d processor* | xargs -I {} rm -rf ./{}/0
|
||||
ls -d processor* | xargs -I {} mv ./{}/500 ./{}/0
|
||||
ls -d processor* | xargs -I {} rm -rf ./{}/0/uniform
|
||||
|
||||
runParallel pisoFoam
|
||||
runParallel foamRun
|
||||
|
||||
runApplication reconstructPar
|
||||
|
||||
@ -13,7 +13,9 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
application pisoFoam;
|
||||
application foamRun;
|
||||
|
||||
solver incompressibleFluid;
|
||||
|
||||
startFrom startTime;
|
||||
|
||||
@ -45,7 +47,7 @@ runTimeModifiable true;
|
||||
|
||||
cacheTemporaryObjects
|
||||
(
|
||||
SpalartAllmarasDDES:LESRegion
|
||||
SpalartAllmarasDES:LESRegion
|
||||
);
|
||||
|
||||
functions
|
||||
@ -60,7 +62,7 @@ functions
|
||||
|
||||
objects
|
||||
(
|
||||
SpalartAllmarasDDES:LESRegion
|
||||
SpalartAllmarasDES:LESRegion
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@ solvers
|
||||
relTol 0;
|
||||
}
|
||||
|
||||
"(U|k|B|nuTilda)"
|
||||
"(U|k|B|nuTilda).*"
|
||||
{
|
||||
solver smoothSolver;
|
||||
smoother symGaussSeidel;
|
||||
|
||||
@ -5,7 +5,7 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
# Mesh if necessary
|
||||
if ! cloneMesh ../../../incompressible/pimpleFoam/RAS/propeller .
|
||||
if ! cloneMesh ../../../../modules/incompressibleFluid/propeller .
|
||||
then
|
||||
./Allmesh
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user