Skip to content
Snippets Groups Projects
Commit 121e4346 authored by mattijs's avatar mattijs
Browse files

ENH: mixerVesselAMI: split into Allrun and Allrun.pre

parent 8f1bc166
Branches
Tags
No related merge requests found
......@@ -25,13 +25,4 @@ runApplication createPatch -overwrite
# Initialize alpha
runApplication setFields
# Decompose
runApplication decomposePar -force
# Run
runParallel $application 6
# Reconstruct
runApplication reconstructPar -noFunctionObjects
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
application=`getApplication`
./Allrun.pre
# Decompose
runApplication decomposePar -force
# Run
runParallel $application 6
# Reconstruct
runApplication reconstructPar -noFunctionObjects
# ----------------------------------------------------------------- end-of-file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment