Fix tutorials: Add allrun to compressible/rhoPisoFoam/les/pitzDaily and compressible/rhoPisoFoam/ras/cavity
This commit is contained in:
parent
ecfb595554
commit
fb7c5ff81e
2 changed files with 16 additions and 0 deletions
8
tutorials/compressible/rhoPisoFoam/les/pitzDaily/Allrun
Normal file
8
tutorials/compressible/rhoPisoFoam/les/pitzDaily/Allrun
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# Source tutorial run functions
|
||||||
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||||
|
|
||||||
|
application="rhoPisoFoam"
|
||||||
|
|
||||||
|
runApplication blockMesh
|
||||||
|
runApplication $application
|
8
tutorials/compressible/rhoPisoFoam/ras/cavity/Allrun
Normal file
8
tutorials/compressible/rhoPisoFoam/ras/cavity/Allrun
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# Source tutorial run functions
|
||||||
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||||
|
|
||||||
|
application="rhoPisoFoam"
|
||||||
|
|
||||||
|
runApplication blockMesh
|
||||||
|
runApplication $application
|
Reference in a new issue