Fix tutorials: combustion/XiFoam/les/pitzDaily and combustion/XiFoam/les/pitzDaily3D: Add Allrun file. Still some errors.
This commit is contained in:
parent
f39555b198
commit
795b919769
2 changed files with 16 additions and 0 deletions
8
tutorials/combustion/XiFoam/les/pitzDaily/Allrun
Normal file
8
tutorials/combustion/XiFoam/les/pitzDaily/Allrun
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
application="XiFoam"
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication $application
|
8
tutorials/combustion/XiFoam/les/pitzDaily3D/Allrun
Normal file
8
tutorials/combustion/XiFoam/les/pitzDaily3D/Allrun
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
application="XiFoam"
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication $application
|
Reference in a new issue