File size: 341 Bytes
6497c7e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
#!/bin/bash
blockMesh
surfaceFeatureExtract
decomposePar
mpirun -np 72 --oversubscribe --allow-run-as-root snappyHexMesh -parallel
rm -rf constant/polyMesh && mv 2/polyMesh constant/ && rm -rf 1/ 2/
decomposePar
mpirun -np 72 --oversubscribe --allow-run-as-root simpleFoam -parallel
reconstructPar -latestTime
foamToVTK -latestTime
|