mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: Adding Alltest scripts
This commit is contained in:
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
|
||||||
|
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
Reference in New Issue
Block a user