This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/multiSolver/multiSolverDemo/parTeeFitting2d/Allrun
2014-06-06 16:36:06 +02:00

18 lines
531 B
Bash
Executable file

#!/bin/sh
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
application=multiSolverDemo
runApplication blockMesh
runApplication -llog.multiSolver.preDecompose multiSolver -preDecompose
runApplication decomposePar
runApplication -llog.multiSolver.postDecompose multiSolver -postDecompose
runParallel $application 2
runApplication -llog.multiSolver.preReconstruct multiSolver -preReconstruct
runApplication reconstructPar
runApplication -llog.multiSolver.postReconstruct multiSolver -postReconstruct