openfoam/tutorials/finiteArea/sphereSurfactantFoam/sphereTransport/Allrun
Mark Olesen b6e8768034 CONFIG: update compiler versions
TUT: add missing restore0Dir (finiteArea)

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

15 lines
464 B
Bash
Executable File

#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#------------------------------------------------------------------------------
restore0Dir
#NO blockMesh (pre-meshed geometry and pre-calculated U field)
runApplication makeFaMesh
runApplication $(getApplication)
#------------------------------------------------------------------------------