openfoam/tutorials/finiteArea/liquidFilmFoam/cylinder/Allrun-parallel
Mark Olesen b6e8768034 CONFIG: update compiler versions
TUT: add missing restore0Dir (finiteArea)

STYLE: doc spelling
2021-06-14 19:20:15 +02:00

17 lines
449 B
Bash
Executable File

#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#------------------------------------------------------------------------------
restore0Dir
runApplication blockMesh
runApplication decomposePar
runParallel makeFaMesh
runParallel $(getApplication)
#------------------------------------------------------------------------------