Tutorial run scripts
This commit is contained in:
parent
7da593c90c
commit
e72fff64a7
2 changed files with 15 additions and 0 deletions
7
tutorials/surfaceTracking/surfactantFoam/sphereTransport/Allclean
Executable file
7
tutorials/surfaceTracking/surfactantFoam/sphereTransport/Allclean
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Source tutorial clean functions
|
||||||
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||||
|
|
||||||
|
cleanTimeDirectories
|
||||||
|
cleanFaMesh
|
8
tutorials/surfaceTracking/surfactantFoam/sphereTransport/Allrun
Executable file
8
tutorials/surfaceTracking/surfactantFoam/sphereTransport/Allrun
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# Source tutorial run functions
|
||||||
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||||
|
|
||||||
|
application="surfactantFoam"
|
||||||
|
|
||||||
|
runApplication makeFaMesh
|
||||||
|
runApplication $application
|
Reference in a new issue