Files
openfoam/tutorials/finiteArea/sphereSurfactantFoam/sphereTransport/Allrun
2021-06-09 13:41:45 +00:00

13 lines
400 B
Bash
Executable File

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