pisoFoam/les/motorBike: Corrected

This commit is contained in:
Henry
2012-07-25 16:54:33 +01:00
parent 39b12cd9ab
commit 3ff15d1e2e
2 changed files with 1 additions and 4 deletions

View File

@ -11,13 +11,10 @@ cp $FOAM_TUTORIALS/resources/geometry/motorBike.obj.gz constant/triSurface/
mkdir 0
runApplication blockMesh
cp system/decomposeParDict.hierarchical system/decomposeParDict
runApplication decomposePar
cp system/decomposeParDict.ptscotch system/decomposeParDict
runParallel snappyHexMesh 8 -overwrite -parallel
find . -type f -iname "*level*" -exec rm {} \;

View File

@ -17,7 +17,7 @@ FoamFile
libs ("libOpenFOAM.so" "libfieldFunctionObjects.so");
application pisoFoam;
application simpleFoam;
startFrom latestTime;