Automatic test loop fix
This commit is contained in:
parent
847b1ebd8f
commit
d733099abb
1 changed files with 24 additions and 0 deletions
24
tutorials/incompressible/MRFSimpleFoam/axialTurbine/Allrun
Executable file
24
tutorials/incompressible/MRFSimpleFoam/axialTurbine/Allrun
Executable file
|
@ -0,0 +1,24 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
application="MRFSimpleFoam"
|
||||
#application="simpleFoam"
|
||||
|
||||
#Create the mesh:
|
||||
./makeMesh
|
||||
|
||||
# Set 0-directory and create GGI set:
|
||||
cp -r 0_orig 0
|
||||
setSet -batch setBatchGgi
|
||||
setsToZones -noFlipMap
|
||||
|
||||
#Fix constant/boundary:
|
||||
cp system/changeDictionaryDict_ggi system/changeDictionaryDict
|
||||
changeDictionary
|
||||
|
||||
#Pick settings:
|
||||
cp system/fvSolution_ggi system/fvSolution
|
||||
|
||||
runApplication $application
|
Reference in a new issue