Fix tutorials: add Allrun files
This commit is contained in:
parent
6c50e5d9e2
commit
f223eca5e9
4 changed files with 32 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
application="sonicFoam"
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication $application
|
8
tutorials/compressible/sonicFoam/ras/prism/Allrun
Normal file
8
tutorials/compressible/sonicFoam/ras/prism/Allrun
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
application="sonicFoam"
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication $application
|
8
tutorials/coupled/coupledSwirlTest/Allrun
Normal file
8
tutorials/coupled/coupledSwirlTest/Allrun
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
application="scalarTransportFoam"
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication $application
|
8
tutorials/incompressible/boundaryWallFunctions/Allrun
Normal file
8
tutorials/incompressible/boundaryWallFunctions/Allrun
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
application="boundaryFoam"
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication $application
|
Reference in a new issue