mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Add the OpenFOAM source tree
This commit is contained in:
13
tutorials/multiphase/interPhaseChangeDyMFoam/propeller/Allrun
Executable file
13
tutorials/multiphase/interPhaseChangeDyMFoam/propeller/Allrun
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # run from this directory
|
||||
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
./Allrun.pre
|
||||
|
||||
runApplication decomposePar
|
||||
|
||||
runParallel `getApplication` 4
|
||||
|
||||
runApplication reconstructPar
|
||||
Reference in New Issue
Block a user