14 lines
186 B
Bash
Executable File
14 lines
186 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd ${0%/*} || exit 1
|
|
|
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
|
|
|
./Allmesh.layers
|
|
|
|
runParallel $(getApplication)
|
|
|
|
runApplication reconstructPar -allRegions
|
|
|
|
paraFoam -touchAll
|