mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
pisoFoam/les/motorBike: Corrected
This commit is contained in:
@ -11,13 +11,10 @@ cp $FOAM_TUTORIALS/resources/geometry/motorBike.obj.gz constant/triSurface/
|
|||||||
mkdir 0
|
mkdir 0
|
||||||
|
|
||||||
runApplication blockMesh
|
runApplication blockMesh
|
||||||
|
|
||||||
cp system/decomposeParDict.hierarchical system/decomposeParDict
|
cp system/decomposeParDict.hierarchical system/decomposeParDict
|
||||||
|
|
||||||
runApplication decomposePar
|
runApplication decomposePar
|
||||||
|
|
||||||
cp system/decomposeParDict.ptscotch system/decomposeParDict
|
cp system/decomposeParDict.ptscotch system/decomposeParDict
|
||||||
|
|
||||||
runParallel snappyHexMesh 8 -overwrite -parallel
|
runParallel snappyHexMesh 8 -overwrite -parallel
|
||||||
|
|
||||||
find . -type f -iname "*level*" -exec rm {} \;
|
find . -type f -iname "*level*" -exec rm {} \;
|
||||||
|
|||||||
@ -17,7 +17,7 @@ FoamFile
|
|||||||
|
|
||||||
libs ("libOpenFOAM.so" "libfieldFunctionObjects.so");
|
libs ("libOpenFOAM.so" "libfieldFunctionObjects.so");
|
||||||
|
|
||||||
application pisoFoam;
|
application simpleFoam;
|
||||||
|
|
||||||
startFrom latestTime;
|
startFrom latestTime;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user