TUT: Adding Alltest scripts
This commit is contained in:
parent
6c44f9b102
commit
6b97bf54ab
18
tutorials/incompressible/pimpleFoam/LES/vortexShed/Alltest
Executable file
18
tutorials/incompressible/pimpleFoam/LES/vortexShed/Alltest
Executable file
@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
|
||||
|
||||
rm -f system/blockMeshDict
|
||||
m4 system/blockMeshDict.m4 > system/blockMeshDict
|
||||
|
||||
runApplication blockMesh
|
||||
|
||||
restore0Dir
|
||||
|
||||
runApplication decomposePar
|
||||
|
||||
runParallel $(getApplication)
|
||||
|
||||
# Note: not running the noise utility since no pressure data will be generated
|
||||
|
||||
#------------------------------------------------------------------------------
|
10
tutorials/multiphase/interFoam/laminar/vofToLagrangian/Alltest
Executable file
10
tutorials/multiphase/interFoam/laminar/vofToLagrangian/Alltest
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
|
||||
|
||||
(cd eulerianInjection && ./Allrun)
|
||||
|
||||
# Note: only running the Eulerian test - particle data not yet available
|
||||
# (after 1 iter) for subsequent Lagrangian cases
|
||||
|
||||
#------------------------------------------------------------------------------
|
Loading…
Reference in New Issue
Block a user